feat: optimize batch job throughput #10784
test.yml
on: pull_request
Build backend 🏗️
3m 0s
Build frontend 🏗️
2m 52s
Install E2E dependencies ⬇️
42s
Frontend static check 🪲
4m 20s
E2E Static Check 🪲
41s
Ktlint 🪲
59s
Matrix: BT 🔎
Matrix: E2E testing 🔎
Everything passed 🎉
2s
Annotations
49 errors and 31 warnings
|
Ktlint 🪲
Process completed with exit code 1.
|
|
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest ► it locks the single job for project():
backend/app/src/test/kotlin/io/tolgee/batch/BatchJobTestUtil.kt#L1390
Failed test found in:
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithoutRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
Error:
io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
|
|
io.tolgee.batch.BatchJobsGeneralWithRedisTest ► it locks the single job for project():
backend/misc/src/main/kotlin/io/tolgee/fixtures/waitFor.kt#L13
Failed test found in:
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runWebsocketTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): org.opentest4j.AssertionFailedError:
expected: 4
but was: 5 - org.opentest4j.AssertionFailedError:
expected: 4
but was: 5
at app//io.tolgee.batch.BatchJobTestUtil$waitForQueueSize$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:50)
at app//io.tolgee.batch.BatchJobTestUtil$waitForQueueSize$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.waitForQueueSize(BatchJobTestUtil.kt:1373)
at app//io.tolgee.batch.BatchJobTestUtil.waitAndClearQueue(BatchJobTestUtil.kt:470)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:233)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): org.opentest4j.AssertionFailedError:
expected: 4
but was: 5 - org.opentest4j.AssertionFailedError:
expected: 4
but was: 5
at app//io.tolgee.batch.BatchJobTestUtil$waitForQueueSize$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:50)
at app//io.tolgee.batch.BatchJobTestUtil$waitForQueueSize$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.waitForQueueSize(BatchJobTestUtil.kt:1373)
at app//io.tolgee.batch.BatchJobTestUtil.waitAndClearQueue(BatchJobTestUtil.kt:470)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:233)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithoutRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
BT 🔎 (server-app:runWebsocketTests)
Final attempt failed. Child_process exited with error code 1
|
|
io.tolgee.batch.BatchJobsGeneralWithRedisTest ► it locks the single job for project():
backend/app/src/test/kotlin/io/tolgee/batch/BatchJobTestUtil.kt#L1390
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
Error:
io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
|
|
io.tolgee.batch.BatchJobsGeneralWithRedisTest ► it locks the single job for project():
backend/misc/src/main/kotlin/io/tolgee/fixtures/waitFor.kt#L13
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.batch.BatchJobsGeneralWithRedisTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@1c87097a testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@4c6a4ffd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3bfae028, [ImportsContextCustomizer@47944ed4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@566e142, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6f9e08d4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@637791d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@691124ee, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@9d07fa5c], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@35d16208 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@10a8fb9 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@60c40e11 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@12755e39 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@43b2adb0 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@4dfadce8 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2efba5cc testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@31998635 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
io.tolgee.controllers.internal.SqlControllerTest ► initializationError:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml#L0
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.controllers.internal.SqlControllerTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@316d7115 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@154371f1 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project()
io.tolgee.batch.BatchJobsGeneralWithRedisTest: it locks the single job for project(): io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
- io.tolgee.fixtures.WaitNotSatisfiedStillThrowingException: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1390)
at app//io.tolgee.batch.AbstractBatchJobsGeneralTest.it locks the single job for project(AbstractBatchJobsGeneralTest.kt:240)
at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
Invalid use of argument matchers!
2 matchers expected, 1 recorded:
-> at io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
This exception may occur if matchers are combined with raw values:
//incorrect:
someMethod(any(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
//correct:
someMethod(any(), eq("String by matcher"));
For more info see javadoc for Matchers class.
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject(BatchJobProjectLockingManager.kt:36)
at app//io.tolgee.batch.BatchJobProjectLockingManager.canLockJobForProject$default(BatchJobProjectLockingManager.kt:32)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:51)
at app//io.tolgee.batch.BatchJobTestUtil$verifiedTriedToLockJob$$inlined$waitForNotThrowing$default$1.invoke(waitFor.kt:39)
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:13)
at app//io.tolgee.batch.BatchJobTestUtil.verifiedTriedToLockJob(BatchJobTestUtil.kt:1387)
... 4 more
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@316d7115 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@154371f1 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@316d7115 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@154371f1 key = [org.springframework.boot.test.autoconfigure.web.servlet.M
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2efba5cc testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@31998635 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@2efba5cc testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@31998635 key = [org.springframework.boot.test.autoconfigure.web.servlet.M
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@43b2adb0 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@4dfadce8 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@43b2adb0 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@4dfadce8 key = [org.springframework.boot.test.autoconfigure.web.servlet.M
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@60c40e11 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@12755e39 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@60c40e11 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@12755e39 key = [org.springframework.boot.test.autoconfigure.web.servlet.M
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@35d16208 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@10a8fb9 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@750ed637, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4998e74b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3b24087d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@3b0c3951, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@cf4a79ee], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@35d16208 testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@fd413fb, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2921a36a, [ImportsContextCustomizer@10a8fb9 key = [org.springframework.boot.test.autoconfigure.web.servlet.Moc
|
|
Failed Test: io.tolgee.controllers.internal.SqlControllerTest: initializationError
io.tolgee.controllers.internal.SqlControllerTest: initializationError: java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@1c87097a testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@4c6a4ffd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3bfae028, [ImportsContextCustomizer@47944ed4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@566e142, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6f9e08d4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@637791d, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@691124ee, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@9d07fa5c], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] - java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@1c87097a testClass = io.tolgee.controllers.internal.SqlControllerTest, locations = [], classes = [io.tolgee.Application], contextInitializerClasses = [], activeProfiles = ["local"], propertySourceDescriptors = [], propertySourceProperties = ["tolgee.internal.controller-enabled=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [MockkContextCustomizer(definitions=[]), org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@4c6a4ffd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3bfae028, [ImportsContextCustomizer@47944ed4 key = [org.springframework.boot.test.autoconfigure.web.servlet.M
|
|
BT 🔎 (server-app:runContextRecreatingTests)
Final attempt failed. Child_process exited with error code 1
|
|
E2E testing 🔎 (15, 9)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 7)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 6)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 13)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 14)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 1)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 4)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 0)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 5)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 8)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 2)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 10)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 3)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 11)
Final attempt failed. Timeout of 1800000ms hit
|
|
E2E testing 🔎 (15, 12)
Final attempt failed. Timeout of 1800000ms hit
|
|
Everything passed 🎉
Process completed with exit code 1.
|
|
BT 🔎 (server-app:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
|
E2E testing 🔎 (15, 9)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 9)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 7)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 7)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 6)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 6)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 13)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 13)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 14)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 14)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 1)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 1)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 4)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 4)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 0)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 0)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 5)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 5)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 8)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 8)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 2)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 2)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 10)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 10)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 3)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 3)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 11)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 11)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 12)
No files were found with the provided path: ./e2e/server.log. No artifacts will be uploaded.
|
|
E2E testing 🔎 (15, 12)
No files were found with the provided path: ./e2e/cypress/videos/**/*
./e2e/cypress/screenshots/**/*
./e2e/server. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend
Expired
|
252 MB |
sha256:51be1a42322ff9dab79bfda668faa41739569ac0acb0c837f26d726cf0387544
|
|
|
backend_test_reports_data_test
Expired
|
153 KB |
sha256:495b3f43c1fcf2dafc295460a05b332425249cc59ac3fc7a237df69c1d5d797b
|
|
|
backend_test_reports_ee-test_test
Expired
|
2.94 MB |
sha256:aac011093a177db9c093e10fc23e9d4ff4793502c80fef1531b67b4e9902a189
|
|
|
backend_test_reports_ktlint_test
Expired
|
8.01 KB |
sha256:db12f0c03f96a8677a9dfb2e47fee2f5e08ba7ef750c2e976203a63452107168
|
|
|
backend_test_reports_security_test
Expired
|
27.3 KB |
sha256:a6a274f6d9c9355ac36e87b1acec07625210130793b09c8089986c517e890c0e
|
|
|
backend_test_reports_server-app_runContextRecreatingTests
Expired
|
416 KB |
sha256:b6b7cc7857bc7fd32dd6f0fa5dbeb27c17f26ce749e9849d0fc580f346336b9e
|
|
|
backend_test_reports_server-app_runStandardTests
Expired
|
810 KB |
sha256:2dc2fd3e11ad3261b7f5a6e944e0b7b068a5c05c998679f7063583d11baf7f43
|
|
|
backend_test_reports_server-app_runWebsocketTests
Expired
|
135 KB |
sha256:c84e4571b8a07c35204de8a597f5ce07fc7859edf73d7487293278267485f14c
|
|
|
backend_test_reports_server-app_runWithoutEeTests
Expired
|
72.9 KB |
sha256:bb73ed8cf3849180220aec0c1a55508cd0d153fc581aac86cb46735c38002112
|
|
|
e2e_deps
Expired
|
181 MB |
sha256:fd78cea78707e62fdf18c2907ebd1740d7215a8d5be26867d6c62373661ddba8
|
|
|
webapp
Expired
|
2.72 MB |
sha256:af492bda2d59c49fa7ec7229bce6ce5d1851cfa351f2ce36e9e45bc62ac060b5
|
|