Andrea Barbadoro
Andrea Barbadoro
with debug-clang-amd64: FAIL test: ConsumerGroupTest.test_dead_group_recovery.static_members=False (1/46 runs) failure at 2022-10-20T07:16:44.061Z: in job [https://buildkite.com/redpanda/redpanda/builds/16958#0183f3c7-0a62-4cba-add4-77b6cc582531](https://buildkite.com/redpanda/redpanda/builds/16958#0183f3c7-0a62-4cba-add4-77b6cc582531) and FAIL test: ConsumerGroupTest.test_dead_group_recovery.static_members=True (1/46 runs) failure at 2022-10-21T07:16:21.396Z: in job [https://buildkite.com/redpanda/redpanda/builds/17030#0183f8ee-c891-4730-b835-319e434b4bd3 ](https://buildkite.com/redpanda/redpanda/builds/17030#0183f8ee-c891-4730-b835-319e434b4bd3 )
for correctness, limit the accepted range for log_segment_ms_min/max to only positive values ## Backports Required - [ ] none - not a bug fix - [ ] none - this...
https://buildkite.com/redpanda/vtools/builds/8807 ``` Module: rptest.tests.e2e_shadow_indexing_test Class: ShadowIndexingManyPartitionsTest Method: test_many_partitions_shutdown ``` ``` test_id: ShadowIndexingManyPartitionsTest.test_many_partitions_shutdown status: FAIL run time: 917.027 seconds TimeoutError("KgoVerifierSeqConsumer-0-140403220272688 didn't complete in 599.9999990463257 seconds") Traceback (most recent call last): File...
https://buildkite.com/redpanda/vtools/builds/10805 This issue is an umbrella for 3 instances of bad log lines: 1. `Can't apply override to kafka start offset` -> Fixed in #15192 2. `Failed to make reupload...
delete_retention_ms was moved to an alias of log_retention_ms in 23.3, and marked as deprecated in the documentation. for this new release, this PR moves it to a deprecated_property, so that...
https://buildkite.com/redpanda/redpanda/builds/47610#018ec863-93f3-4657-8144-7da19cead72b gtest_cluster_cloud_metadata_rpfixture WithLeadershipChanges/ClusterRecoveryBackendLeadershipParamTest.TestRecoveryControllerState` where GetParam() = false release build the failure should be on dev: the originating pr does not modify any c++ code JIRA Link: [CORE-2338](https://redpandadata.atlassian.net/browse/CORE-2338)
this mirrors what's done for retention_bytes. the reasoning is that if somebody performs a manual edit of the topic manifest and writes "retention_duration" : -1, it's probably done to mirror...
https://buildkite.com/redpanda/vtools/builds/10650 https://buildkite.com/redpanda/vtools/builds/10846 ``` Module: rptest.tests.e2e_shadow_indexing_test Class: ShadowIndexingWhileBusyTest Method: test_create_or_delete_topics_while_busy Arguments: { "short_retention": true, "cloud_storage_type": 1 } ``` ``` test_id: ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy status: FAIL run time: 789.483 seconds RuntimeError("Internal object storage scrub...
explicitly forbids operations like ```cpp named_type(1) + named_type(1) ``` The expression worked because there is an implicit conversion possible from named_type to int, and an operator+(int). this pr deletes the...
Changes to testing and cloud storage infrastructure in order to be able to point Redpanda at [FIPS compliant S3 endpoints in AWS](https://aws.amazon.com/compliance/fips/) (go to "Amazon Simple Storage Service (S3)" row...