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

master branch fails mvn test #49

Open
refacktor opened this issue Feb 21, 2018 · 2 comments
Open

master branch fails mvn test #49

refacktor opened this issue Feb 21, 2018 · 2 comments

Comments

@refacktor
Copy link

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.lambadaframework.jaxrs.JAXRSParserTest
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec <<< FAILURE! - in org.lambadaframework.jaxrs.JAXRSParserTest
testScanPackage(org.lambadaframework.jaxrs.JAXRSParserTest)  Time elapsed: 0.224 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:</resource1/{id}[]> but was:</resource1/{id}[/users]>
        at org.lambadaframework.jaxrs.JAXRSParserTest.testScanPackage(JAXRSParserTest.java:47)


Results :

Failed tests:
  JAXRSParserTest.testScanPackage:47 expected:</resource1/{id}[]> but was:</resource1/{id}[/users]>

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
@cagataygurturk
Copy link
Owner

It is passing on CI:
https://travis-ci.org/lambadaframework/lambadaframework/builds/236683014
You can safely use 0.0.6 in your project.

@refacktor
Copy link
Author

refacktor commented Mar 25, 2019

The test was specifically failing on Windows... cumulative fix in a053aed includes the fix for non-deterministic behavior from 19cae75

refacktor added a commit to refacktor-aws/serverless-jax-rs that referenced this issue Mar 29, 2019
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

2 participants