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 #920

Closed
kgiusti opened this issue Jan 30, 2023 · 1 comment
Closed
Assignees
Labels
test-bug It's a test bug unless proven otherwise
Milestone

Comments

@kgiusti
Copy link
Contributor

kgiusti commented Jan 30, 2023

See
https://github.com/skupperproject/skupper-router/actions/runs/4022469227/jobs/6912246110#step:28:3264
and
https://github.com/skupperproject/skupper-router/actions/runs/3966318157/jobs/6796984484#step:30:3235

self = <tests.system_tests_edge_mesh.ConnectedMeshTest testMethod=test_36_mobile_address_multicast_same_mesh>

def test_36_mobile_address_multicast_same_mesh(self):
    test = MobileAddressMulticastTest(self.routers[0].addresses[0],
                                      self.routers[1].addresses[0],
                                      self.routers[2].addresses[0],
                                      self.routers[2].addresses[0],
                                      'mc.test_36')
    test.run()
  self.assertIsNone(test.error)

E AssertionError: 'Receiver 1 received duplicate message 3' is not None

/home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_edge_mesh.py:450: AssertionError

ted-ross added a commit to ted-ross/skupper-router that referenced this issue Feb 1, 2023
@ganeshmurthy ganeshmurthy added the test-bug It's a test bug unless proven otherwise label Feb 2, 2023
@ganeshmurthy ganeshmurthy added this to the 2.3.0 milestone Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-bug It's a test bug unless proven otherwise
Projects
None yet
Development

No branches or pull requests

3 participants