-
Notifications
You must be signed in to change notification settings - Fork 599
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
Update max connections test for Tier-5 #14608
Conversation
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d7a-665c-449f-b246-162477d322f9: "rptest.tests.node_pool_migration_test.NodePoolMigrationTest.test_migrating_redpanda_nodes_to_new_pool.balancing_mode=node_add" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d7a-665f-4c99-a536-2e56e66af5dc: "rptest.tests.node_pool_migration_test.NodePoolMigrationTest.test_migrating_redpanda_nodes_to_new_pool.balancing_mode=off" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d80-a507-48d4-a652-232794a27dbb: "rptest.tests.cluster_features_test.FeaturesSingleNodeTest.test_get_features" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d80-a50e-4287-935b-9595a1784ec0: "rptest.tests.node_pool_migration_test.NodePoolMigrationTest.test_migrating_redpanda_nodes_to_new_pool.balancing_mode=node_add" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d80-a511-416a-bd47-4cc966f6d7dd: "rptest.tests.node_pool_migration_test.NodePoolMigrationTest.test_migrating_redpanda_nodes_to_new_pool.balancing_mode=off" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d7a-6655-443a-8027-eb2904ac6b7e: "rptest.tests.cluster_features_test.FeaturesSingleNodeTest.test_get_features" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d7a-6658-4979-9018-ffc21b234e33: "rptest.tests.cluster_features_test.FeaturesSingleNodeUpgradeTest.test_upgrade" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40263#018b8d80-a50a-4e6a-bfee-1d8d44287f95: "rptest.tests.cluster_features_test.FeaturesSingleNodeUpgradeTest.test_upgrade" |
Use of min partitions count will eliminate node-to-node connections and using connection count of 99% from limit will account for system level connections on the cluster
c7e1dfb
to
c637970
Compare
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9120-af90-4308-9a5f-b73466aeb0c4: "rptest.tests.tiered_storage_model_test.TieredStorageTest.test_tiered_storage.cloud_storage_type=CloudStorageType.ABS.test_case=.TS_Read==True.TS_TxRangeMaterialized==True.SpilloverManifestUploaded==True" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9120-af8d-4dfa-9fe1-cd178e0bb689: "rptest.tests.rpk_registry_test.RpkRegistryTest.test_produce_consume_proto" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9145-7f25-476a-8fa2-a74008b18c65: "rptest.tests.cloud_storage_timing_stress_test.CloudStorageTimingStressTest.test_cloud_storage_with_partition_moves.cleanup_policy=delete" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9145-7f22-4674-9dbe-2c7ec993b2d6: "rptest.tests.memory_stress_test.MemoryStressTest.test_fetch_with_many_partitions.memory_share_for_fetch=0.7" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9145-7f1e-42b1-8d5a-41f3a9dbaa4e: "rptest.tests.rpk_registry_test.RpkRegistryTest.test_produce_consume_avro" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b918a-d3be-4f9a-9fad-ac47312c5599: "rptest.tests.rpk_registry_test.RpkRegistryTest.test_produce_consume_proto" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b918a-c858-4f85-8f29-2ac55ac7a164: "rptest.tests.memory_stress_test.MemoryStressTest.test_fetch_with_many_partitions.memory_share_for_fetch=0.5" |
new failures detected in https://buildkite.com/redpanda/redpanda/builds/40322#018b9198-0bb0-4c51-bb6d-09256c8b7aa2: "rptest.tests.tiered_storage_model_test.TieredStorageTest.test_tiered_storage.cloud_storage_type=CloudStorageType.ABS.test_case=.TS_Read==True.AdjacentSegmentMergerReupload==True" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ci-repeat 1 |
ducktape was retried in job https://buildkite.com/redpanda/redpanda/builds/40413#018b96e9-f8eb-43c8-af34-b03b1a7a79df |
ducktape was retried in job https://buildkite.com/redpanda/redpanda/builds/40413#018b96e9-f8e6-42fa-9b36-e9cb743313d1 |
test_max_connections
should be updated to detect errors in logs and handle unresponsive clusterBackports Required
Release Notes