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

A test randomly failing when compiling the Core #100

Closed
amarsico opened this issue Jun 10, 2016 · 2 comments
Closed

A test randomly failing when compiling the Core #100

amarsico opened this issue Jun 10, 2016 · 2 comments
Assignees
Labels

Comments

@amarsico
Copy link
Contributor

Hi @schwabe,
When I compile the Core it sometime happens this error:

testMultipleFlowMods(eu.netide.core.caos.test.ScenariosTest)  Time elapsed: 0.024 sec  <<< FAILURE!
java.lang.AssertionError: expected [MyOwnMockSwitch] but found [EuqallyFakeFirewall]
    at org.testng.Assert.fail(Assert.java:94)
    at org.testng.Assert.failNotEquals(Assert.java:496)
    at org.testng.Assert.assertEquals(Assert.java:125)
    at org.testng.Assert.assertEquals(Assert.java:178)
    at org.testng.Assert.assertEquals(Assert.java:188)
    at eu.netide.core.caos.test.ScenariosTest.extractXidFromFirstMsgToBackend(ScenariosTest.java:75)
    at eu.netide.core.caos.test.ScenariosTest.testMultipleFlowMods(ScenariosTest.java:101)


Results :

Failed tests: 
  ScenariosTest.testMultipleFlowMods:101->extractXidFromFirstMsgToBackend:75 expected [MyOwnMockSwitch] but found [EuqallyFakeFirewall]

If you recompile, it sometime resolve the issue.

@KevinPhemius
Copy link
Contributor

Hi @amarsico,

this is a known bug. As you said recompiling solve the issue.

Best,


Kévin

@schwabe
Copy link
Contributor

schwabe commented Jun 23, 2016

Duplicate of #92

@schwabe schwabe closed this as completed Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants