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

Fix bug in bulk test #182

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

YannRobert
Copy link
Collaborator

in commit 0b11acc I introduced a bug in BulkTest test class.

As this is an integration test, it is not automatically run by maven, and remained unoticed.

This PR reverts the offending commit, and redo it in a proper way.
Also, the test class is not longer @ignore and it now run by the failsafe maven plugin using mvn verify -DskipITs=false

…ng immutable state contructor parameter"

This reverts commit 0b11acc.
…properly by Jackson and make findbugs happy at the same time + unmarking @ignore but renamed the class to BulkIT so it is not run by surefire
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

Successfully merging this pull request may close these issues.

1 participant