Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
None
-
CP: sprint 128
-
1
-
Core: Platform
Description
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.folio.services.iteration.IterationServiceTest Results : Failed tests: LogToDbFailureHandlerTest.canHandleFailure:42 Expected: is <true> but: was <false> Tests run: 929, Failures: 1, Errors: 0, Skipped: 1
To reproduce:
#!/bin/sh i=1 while test $i -le 10; do mvn -B clean mvn -B install 2>&1 | tee out.$i i=`expr $i + 1` done
and eventually out will reveal a failure.
head is:
commit 9b65b8ad47778ef689cf126b9e5d82726da1d275 (HEAD -> master, origin/master, origin/HEAD) Merge: 00b0e29b 6138953c Author: Kyle Felker <felkerk@gvsu.edu> Date: Wed Nov 24 11:24:34 2021 -0500 Merge pull request #707 from folio-org/MODINVSTOR-834 MODINVSTOR-834: Add administrative notes to item records
TestRail: Results
Attachments
Issue Links
- relates to
-
MODINVSTOR-841 unit test fail: ItemEffectiveCallNumberComponentsTest
-
- Closed
-
-
MODINVSTOR-842 units test fail: IterationJobRunnerTest.canCancelIteration
-
- Closed
-