Abhijat Malviya
Abhijat Malviya
seen here https://buildkite.com/redpanda/redpanda/builds/14108#01829833-bbd7-4156-b4ee-f24ef39f3f55 on #6013
seen in https://buildkite.com/redpanda/redpanda/builds/13854#0182827a-dc8f-4cea-b367-4ef3aad5b793 on #5915 ``` test_id: rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test -- | status: FAIL | run time: 1 minute 51.757 seconds | | | AssertionError('Time for first iteration:2.1174551486968993 Time for second iteration:3.314431619644165') ...
seen on #5934 https://buildkite.com/redpanda/redpanda/builds/13929#0182885d-f1e9-4264-adb7-a29b802dba0c ``` test_id: rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test | status: FAIL | run time: 1 minute 51.456 seconds | | | AssertionError('Time for first iteration:2.011513924598694 Time for second iteration:3.411939859390259') | Traceback...
it looks like here ``` INFO 2022-08-09 20:35:19,279 [shard 2] raft - [group_id:58, {kafka/topic-unubmkojgx/57}] consensus.cc:2933 - Starting leadership transfer from {id: {2}, revision: {37}} to {id: {4}, revision: {37}} in...
#5934 https://buildkite.com/redpanda/redpanda/builds/13929#0182885d-f1e9-4264-adb7-a29b802dba0c test_id: rptest.tests.test_si_cache_space_leak.ShadowIndexingCacheSpaceLeakTest.test_si_cache.message_size=10000.num_messages=100000.num_read=1000.concurrency=2 -- | status: FAIL | run time: 14 minutes 4.752 seconds | | | TimeoutError("Timed out waiting 600 seconds for service nodes to finish. These nodes...
at least one test failure looks concerning: ``` test_id: rptest.tests.e2e_topic_recovery_test.EndToEndTopicRecovery.test_restore_with_aborted_tx.recovery_overrides=.retention.bytes.1024.redpanda.remote.write.True.redpanda.remote.read.True -- | status: FAIL | run time: 1 minute 41.920 seconds | | | AssertionError("produced and consumed messages differ, produced...
most test failures are variants of failures=False failures=True eg https://buildkite.com/redpanda/redpanda/builds/13929#0182885d-f1ef-4b0a-bb56-c7715aa0f404 couple of others which are mentioned on the PRs test_id: rptest.tests.consumer_offsets_migration_test.ConsumerOffsetsMigrationTest.test_migrating_consume_offsets.failures=False.cpus=1
these tests use a mock service to retrieve and use the same credentials that the other tests use. they should work on real S3 just like other tests. will check...
sorry been busy with #5753 , will look into this one next
> I haven't looked in to these, don't know if they make sense when running against real S3? @jcsp you were right, on looking further it seems like because the...