redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure in partition_movement_upgrade_test.PartitionMovementUpgradeTest.test_basic_upgrade

Open BenPope opened this issue 3 years ago • 0 comments

Version & Environment

Redpanda version: dev

https://ci-artifacts.dev.vectorized.cloud/redpanda/01827bf1-6da9-4b9c-8305-0454d2518bbc/vbuild/ducktape/results/2022-08-08--001/PartitionMovementUpgradeTest/test_basic_upgrade/119/

What went wrong?

Ci Failure

What should have happened instead?

CI Success

How to reproduce the issue?

???

Additional information

[INFO  - 2022-08-08 06:38:57,613 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.partition_movement_upgrade_test.PartitionMovementUpgradeTest.test_basic_upgrade: FAIL: AssertionError()
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/partition_movement_upgrade_test.py", line 140, in test_basic_upgrade
    self.verify()
  File "/root/tests/rptest/tests/partition_movement_upgrade_test.py", line 73, in verify
    assert self.consumer.consumer_status.valid_reads == self.producer.produce_status.acked
AssertionError

BenPope avatar Aug 08 '22 08:08 BenPope