Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system_tests_stuck_deliveries failure - RouterTest::test_08_no_settlement_different_edges_check_interior - AssertionError: 'Timeout Expired - n_tx=10, n_rx=10, expected_stuck=16 last_stuck=18' is not None #1484

Open
ganeshmurthy opened this issue Apr 24, 2024 · 0 comments

Comments

@ganeshmurthy
Copy link
Contributor

52: =========================================================================== FAILURES ===========================================================================
52: _______________________________________________ RouterTest.test_08_no_settlement_different_edges_check_interior ________________________________________________
52: 
52: self = <tests.system_tests_stuck_deliveries.RouterTest testMethod=test_08_no_settlement_different_edges_check_interior>
52: 
52:     def test_08_no_settlement_different_edges_check_interior(self):
52:         test = DelayedSettlementTest(self.routers[2].addresses[0],
52:                                      self.routers[5].addresses[0],
52:                                      self.routers[0].addresses[0],
52:                                      'dest.08', 10, [1, 2, 3, 4, 5, 6, 7, 8], True)
52:         test.run()
52: >       self.assertIsNone(test.error)
52: E       AssertionError: 'Timeout Expired - n_tx=10, n_rx=10, expected_stuck=16 last_stuck=18' is not None
52: 
52: /home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_stuck_deliveries.py:137: AssertionError
52: ---------------------------------------------------------------------- Captured log call -----------------------------------------------------------------------
52: INFO     proton:_reactor.py:1052 Connecting to Url('amqp://0.0.0.0:21534')...
52: INFO     proton:_reactor.py:1052 Connecting to Url('amqp://0.0.0.0:21504')...
52: INFO     proton:_reactor.py:1090 Connected to 0.0.0.0
52: INFO     proton:_reactor.py:1090 Connected to 0.0.0.0
52: INFO     proton:_reactor.py:1052 Connecting to Url('amqp://0.0.0.0:21521')...
52: INFO     proton:_reactor.py:1090 Connected to 0.0.0.0
52: INFO     proton:_reactor.py:1104 Disconnected, already closed
52: INFO     proton:_reactor.py:1104 Disconnected, already closed
52: INFO     proton:_reactor.py:1104 Disconnected, already closed
52: ---------- generated xml file: /home/runner/work/skupper-router/skupper-router/skupper-router/build/tests/junitxmls/system_tests_stuck_deliveries.xml ----------
52: =================================================================== short test summary info ====================================================================
52: FAILED ::RouterTest::test_08_no_settlement_different_edges_check_interior - AssertionError: 'Timeout Expired - n_tx=10, n_rx=10, expected_stuck=16 last_stuck=18' is not None
52: =========================================================== 1 failed, 9 passed in 385.17s (0:06:25) ============================================================
36/36 Test #52: system_tests_stuck_deliveries ........***Failed  386.64 sec

97% tests passed, 1 tests failed out of 36

Total Test time (real) = 424.76 sec

The following tests FAILED:
	 52 - system_tests_stuck_deliveries (Failed)
Errors while running CTest
Output from these tests are in: /home/runner/work/skupper-router/skupper-router/skupper-router/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Error: Process completed with exit code 8.

https://github.com/skupperproject/skupper-router/actions/runs/8818801872/job/24208492193#step:10:3741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant