-
Notifications
You must be signed in to change notification settings - Fork 249
Description
Logs: logs.zip
Traceback:
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
└ <Thread(operations, started 137494855153344)>
File "/usr/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
│ │ └ <Thread(operations, started 137494855153344)>
│ └ <Thread(operations, started 137494855153344)>
└ <Thread(operations, started 137494855153344)>
File "/__w/CCF/CCF/tests/e2e_operations.py", line 2900, in run
run_manual_snapshot_tests(args)
│ └ Namespace(binary_dir='/__w/CCF/CCF/build', library_dir='/__w/CCF/CCF/build', debug_nodes=[], log_level='info', log_format_json=F...
└ <function run_manual_snapshot_tests at 0x7d0d121dcd60>
File "/__w/CCF/CCF/tests/e2e_operations.py", line 516, in run_manual_snapshot_tests
test_snapshot_selection(network, args)
│ │ └ Namespace(binary_dir='/__w/CCF/CCF/build', library_dir='/__w/CCF/CCF/build', debug_nodes=[], log_level='info', log_format_json=F...
│ └ <infra.network.Network object at 0x7d0d121bd7f0>
└ <function test_snapshot_selection at 0x7d0d121dce00>
File "/__w/CCF/CCF/tests/e2e_operations.py", line 642, in test_snapshot_selection
network.wait_for_node_commit_sync()
└ <infra.network.Network object at 0x7d0d121bd7f0>
File "/__w/CCF/CCF/tests/infra/network.py", line 1699, in wait_for_node_commit_sync
assert expected == commits, f"Multiple commit values: {commits}"
│ │ └ ['2.50', '3.51', '3.51']
│ └ ['2.50', '3.51', '3.51']
└ ['2.50', '2.50', '2.50']
AssertionError: Multiple commit values: ['2.50', '3.51', '3.51']
Traceback (most recent call last):
File "/__w/CCF/CCF/tests/schema.py", line 247, in <module>
cr.run()
└ <infra.runner.ConcurrentRunner object at 0x7d0d126d5820>
File "/__w/CCF/CCF/tests/infra/runner.py", line 283, in run
raise RuntimeError(FAILURES)
└ ['Failure in operations: AssertionError("Multiple commit values: [\'2.50\', \'3.51\', \'3.51\']")']
RuntimeError: ['Failure in operations: AssertionError("Multiple commit values: [\'2.50\', \'3.51\', \'3.51\']")']
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels