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

test_36_mobile_address_multicast_same_mesh: duplicate message failure #992

Closed
jiridanek opened this issue Mar 11, 2023 · 6 comments
Closed
Assignees

Comments

@jiridanek
Copy link
Contributor

https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/597825094#L4387

47: ======================================================================
47: FAIL: test_36_mobile_address_multicast_same_mesh (system_tests_edge_mesh.ConnectedMeshTest)
47: ----------------------------------------------------------------------
47: Traceback (most recent call last):
47:   File "/home/travis/build/jiridanek/skupper-router/tests/system_tests_edge_mesh.py", line 450, in test_36_mobile_address_multicast_same_mesh
47:     self.assertIsNone(test.error)
47: AssertionError: 'Receiver 2 received duplicate: 99' is not None
47: 
47: ----------------------------------------------------------------------
47: Ran 59 tests in 247.649s
47: 
47: FAILED (failures=1)
53/72 Test #47: system_tests_edge_mesh ..................***Failed  247.77 sec
@kgiusti
Copy link
Contributor

kgiusti commented Apr 10, 2023

Again:

2023-04-08T01:27:15.6036404Z 43: self = <tests.system_tests_edge_mesh.ConnectedMeshTest testMethod=test_36_mobile_address_multicast_same_mesh>
2023-04-08T01:27:15.6040459Z 43:
2023-04-08T01:27:15.6044325Z 43: def test_36_mobile_address_multicast_same_mesh(self):
2023-04-08T01:27:15.6048406Z 43: test = MobileAddressMulticastTest(self.routers[0].addresses[0],
2023-04-08T01:27:15.6053402Z 43: self.routers[1].addresses[0],
2023-04-08T01:27:15.6053700Z 43: self.routers[2].addresses[0],
2023-04-08T01:27:15.6054001Z 43: self.routers[2].addresses[0],
2023-04-08T01:27:15.6054386Z 43: 'mc.test_36')
2023-04-08T01:27:15.6054928Z 43: test.run()
2023-04-08T01:27:15.6055183Z 43: > self.assertIsNone(test.error)
2023-04-08T01:27:15.6055626Z 43: �[1m�[31mE AssertionError: 'Receiver 2 received duplicate: 43' is not None�[0m
2023-04-08T01:27:15.6055899Z 43:
2023-04-08T01:27:15.6056383Z 43: �[1m�[31m/home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_edge_mesh.py�[0m:450: AssertionError

https://github.com/skupperproject/skupper-router/actions/runs/4640678366/jobs/8216401312?pr=1054#step:34:3137

@jiridanek
Copy link
Contributor Author

https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601238684#L4375

on ppc64le

47: AssertionError: 'Receiver 2 received duplicate: 36' is not None

@kgiusti
Copy link
Contributor

kgiusti commented May 11, 2023

Hit again, same test:

https://github.com/skupperproject/skupper-router/actions/runs/4929844676/jobs/8810005983?pr=1078#step:34:3290

E AssertionError: 'Receiver 2 received duplicate: 5' is not None

@jiridanek
Copy link
Contributor Author

@jiridanek
Copy link
Contributor Author

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

3 participants