redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.17k stars 562 forks source link

CI Failure (key symptom) in `ArchivalTest.test_isolate` #20267

Closed vbotbuildovich closed 1 week ago

vbotbuildovich commented 2 weeks ago

https://buildkite.com/redpanda/vtools/builds/15023

Module: rptest.tests.archival_test
Class: ArchivalTest
Method: test_isolate
Arguments: {
    "cloud_storage_type": 1
}
test_id:    ArchivalTest.test_isolate
status:     FAIL
run time:   120.447 seconds

TimeoutError('Data not uploaded after firewall unblocked')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/archival_test.py", line 294, in test_isolate
    self.redpanda.wait_until(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1048, in wait_until
    wait_until(wrapped,
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: Data not uploaded after firewall unblocked

JIRA Link: CORE-4540

michael-redpanda commented 1 week ago

Fixed by: https://github.com/redpanda-data/redpanda/pull/20310