We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cloned repository from master branch today. During mvn clean install I got once:
mvn clean install
[INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] FindingPatronProfileInDatabaseIT.should create patron profile:65->thereIsOnlyOneHold:87 Condition not satisfied: profile.holdsView.currentHolds.get(0) == new Hold(bookId, TOMORROW) | | | | | | | | | | | | | | | 2019-12-17T13:17:58.435995800Z | | | | | | BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945) | | | | | Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435995800Z) | | | | false | | | Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z) | | List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z)) | HoldsView(currentHolds=List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z))) PatronProfile(holdsView=HoldsView(currentHolds=List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z))), currentCheckouts=CheckoutsView(currentCheckouts=List())) [INFO] [ERROR] Tests run: 33, Failures: 1, Errors: 0, Skipped: 0
[INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] FindingPatronProfileInDatabaseIT.should create patron profile:65->thereIsOnlyOneHold:87 Condition not satisfied:
profile.holdsView.currentHolds.get(0) == new Hold(bookId, TOMORROW) | | | | | | | | | | | | | | | 2019-12-17T13:17:58.435995800Z | | | | | | BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945) | | | | | Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435995800Z) | | | | false | | | Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z) | | List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z)) | HoldsView(currentHolds=List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z))) PatronProfile(holdsView=HoldsView(currentHolds=List(Hold(book=BookId(bookId=53fbcaff-78d1-4159-8516-4fa6f5b8b945), till=2019-12-17T13:17:58.435996Z))), currentCheckouts=CheckoutsView(currentCheckouts=List()))
[INFO] [ERROR] Tests run: 33, Failures: 1, Errors: 0, Skipped: 0
2nd, 3rd, etc. time I runned tests their were fine.
The text was updated successfully, but these errors were encountered:
Hi,
Do you want to find a root cause and provide solution?
Sorry, something went wrong.
Hey, I will focus some of my time on #46
No branches or pull requests
I cloned repository from master branch today.
During
mvn clean install
I got once:2nd, 3rd, etc. time I runned tests their were fine.
The text was updated successfully, but these errors were encountered: