Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Tweak OMBValidationTest.test_max_connections #16969

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

StephanDollberg
Copy link
Member

@StephanDollberg StephanDollberg commented Mar 8, 2024

Minor tweaks to make this more stable:

  • Assign more nodes to client-swarm than OMB: The OMB workload is
    actually very gentle. The "hard" part is on the client-swarm side so
    more cores help there.
  • Reduce the wait time: This seems quite high and slows down the test a
    lot at higher connetion counts
  • Adjust client-wait ordering: The test is fundamentally broken in how
    it works as it doesn't properly calculate the amount of clients that
    can connect. We need to fix client-swarm such that we can wait for all
    clients connect and then just explicitly stop them at the end of the
    test. For now rearrange the waiting of the clients to finish such that
    it's more likely to pass (wait for OMB first and then for client
    swarms).

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

Minor tweaks to make this more stable:

 - Assign more nodes to client-swarm than OMB: The OMB workload is
   actually very gentle. The "hard" part is on the client-swarm side so
   more cores help there.
 - Reduce the wait time: This seems quite high and slows down the test a
   lot at higher connetion counts
 - Adjust client-wait ordering: The test is fundamentally broken in how
   it works as it doesn't properly calculate the amount of clients that
   can connect. We need to fix client-swarm such that we can wait for all
   clients connect and then just explicitly stop them at the end of the
   test. For now rearrange the waiting of the clients to finish such that
   it's more likely to pass (wait for OMB first and then for client
   swarms).
@StephanDollberg StephanDollberg force-pushed the stephan/omb-vald-test-max-conn-tweaks branch from 814d25c to 2481bcb Compare March 20, 2024 09:54
@StephanDollberg StephanDollberg merged commit 80898c1 into dev Mar 21, 2024
16 checks passed
@StephanDollberg StephanDollberg deleted the stephan/omb-vald-test-max-conn-tweaks branch March 21, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants