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

rptest: reduce HighThroughputTests.msg_size #16157

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

andrewhsu
Copy link
Member

@andrewhsu andrewhsu commented Jan 19, 2024

Fixes https://github.com/redpanda-data/core-internal/issues/986

Reduce to a range between 1K to 16K which is what we usually want to test within.

example test run:

ducktape \ 
 --debug \ 
 --globals=/home/ubuntu/redpanda/tests/globals.json \ 
 --cluster=ducktape.cluster.json.JsonCluster \ 
 --cluster-file=/home/ubuntu/redpanda/tests/cluster.json \  
 --test-runner-timeout=3600000 \
 tests/rptest/redpanda_cloud_tests/high_throughput_test.py::HighThroughputTest.test_throughput_simple

output:

test_id:    rptest.redpanda_cloud_tests.high_throughput_test.HighThroughputTest.test_throughput_simple
status:     PASS
run time:   1 minute 5.736 seconds
-----------------------------------------------------------------------
=====================================================
SESSION REPORT (ALL TESTS)
ducktape version: 0.8.18
session_id:       2024-01-19--016
run time:         1 minute 5.756 seconds
tests run:        1
passed:           1
flaky:            0
failed:           0
ignored:          0
opassed:          0
ofailed:          0
=====================================================

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

Reduce to a range between 1K to 16K which is what we usually want to
test within.
@travisdowns travisdowns merged commit 7d12726 into redpanda-data:dev Jan 22, 2024
19 of 20 checks passed
@andrewhsu andrewhsu deleted the reduce-msg-size branch January 22, 2024 19:54
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

2 participants