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

Stabilize OMB regression tests #16159

Merged

Conversation

ballard26
Copy link
Contributor

Changes and removes validation from the small_batches_test and ts_read_openmessaging_test to remove more false negatives and therefore making failures a more accurate signal for regression.

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
  • v23.1.x

Release Notes

  • none

Latency and throughput validators are derived from runs of the test over
a two week period.
End to end latency is effected by build a consumer backlog making it
variable and higher than expected. Because of this it isn't a good
signal for regression.
@vbotbuildovich
Copy link
Collaborator

new failures in https://buildkite.com/redpanda/redpanda/builds/43928#018d2046-7cb3-4e52-971f-ff391e1b67c0:

"rptest.tests.data_transforms_test.DataTransformsTest.test_identity.transactional=True"

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jan 19, 2024

Copy link
Member

@StephanDollberg StephanDollberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sceptical about the small batches test but this PR should be good in any case to remove some noise.

self._ctx, self.redpanda, "ACK_ALL_GROUP_LINGER_1MS",
(workload, OMBSampleConfigurations.UNIT_TEST_LATENCY_VALIDATOR))
benchmark = OpenMessagingBenchmark(self._ctx, self.redpanda,
"ACK_ALL_GROUP_LINGER_1MS",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we ever check what effective batch size this results in? This seems more like a many partition test than a small batch size one. I'd also be surprised if the client machines can handle 200 producers with 20k partitions. I expect we get lots of client induced latency here.

@piyushredpanda piyushredpanda merged commit 024ac50 into redpanda-data:dev Feb 6, 2024
16 of 18 checks passed
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

4 participants