Abhijat Malviya

Results 166 comments of Abhijat Malviya

> @abhijat is this failure for `test_topic_aware_rebalance` or `test_offset_for_leader_epoch`? i think it is for the former, but maybe there was a copy-paste mix up? Yes, this was a copy-paste error,...

/ci-repeat 10 debug skip-units dt-repeat=100 tests/rptest/tests/cloud_storage_chunk_read_path_test.py::CloudStorageChunkReadTest.test_read_chunks

multiple failures seem related to `failed to start` which was a general issue recently

> @abhijat can you add the link to the build where it failed if it was in CI? > sure, added, it was a [manual build triggered on buildkite](https://buildkite.com/redpanda/redpanda/builds/18328#01845fc8-e15a-4f69-9e54-1b2d848a45e4). Missed...

seen a couple of times on a ci-repeat in https://github.com/redpanda-data/redpanda/pull/7242 https://buildkite.com/redpanda/redpanda/builds/18462#01846631-7346-4aac-97ab-b2b489c2cf85 https://buildkite.com/redpanda/redpanda/builds/18462#01846631-7348-4f66-8c63-92500bfc3a34 ``` 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 11.075 seconds TypeError('cannot unpack non-iterable NoneType object') Traceback (most...

It looks like some existing unit tests like `test_archival_policy_timeboxed_uploads` started failing when we returned error if the offset is not in segment.

> In the compacted case, I don't have a good intuition for what's meant to happen when we try to look up an offset and don't find it: is there...

On debug ci run for https://github.com/redpanda-data/redpanda/pull/7242 a test failed which seems to be similar to this issue - the test is different `test_delete_subject_version` ~~within the same test suite~~ within SchemaRegistryAutoAuthTest,...