You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
773 lines
72 KiB
773 lines
72 KiB
|
7 days ago
|
[INFO] Scanning for projects...
|
||
|
|
[WARNING]
|
||
|
|
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-auth:jar:1.0.0-SNAPSHOT
|
||
|
|
[WARNING] 'dependencies.dependency.version' for org.projectlombok:lombok:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, column 22
|
||
|
|
[WARNING]
|
||
|
|
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-file:jar:1.0.0-SNAPSHOT
|
||
|
|
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> duplicate declaration of version (?) @ line 49, column 21
|
||
|
|
[WARNING]
|
||
|
|
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
|
||
|
|
[WARNING]
|
||
|
|
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
|
||
|
|
[WARNING]
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] Reactor Build Order:
|
||
|
|
[INFO]
|
||
|
|
[INFO] crm [pom]
|
||
|
|
[INFO] crm-base [jar]
|
||
|
|
[INFO] crm-file [jar]
|
||
|
|
[INFO] crm-auth [jar]
|
||
|
|
[INFO] crm-dict [jar]
|
||
|
|
[INFO] crm-rule [jar]
|
||
|
|
[INFO] crm-preference [jar]
|
||
|
|
[INFO] crm-lead [jar]
|
||
|
|
[INFO] crm-opportunity [jar]
|
||
|
|
[INFO]
|
||
|
|
[INFO] ----------------------------< com.crm:crm >-----------------------------
|
||
|
|
[INFO] Building crm 1.0.0-SNAPSHOT [1/9]
|
||
|
|
[INFO] from pom.xml
|
||
|
|
[INFO] --------------------------------[ pom ]---------------------------------
|
||
|
|
[INFO]
|
||
|
|
[INFO] --------------------------< com.crm:crm-base >--------------------------
|
||
|
|
[INFO] Building crm-base 1.0.0-SNAPSHOT [2/9]
|
||
|
|
[INFO] from crm-base\pom.xml
|
||
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-base ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\main\resources
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\main\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-base ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-base ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\test\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-base ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- surefire:3.2.5:test (default-test) @ crm-base ---
|
||
|
|
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
||
|
|
[INFO]
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] T E S T S
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] Running com.crm.base.advice.GlobalDataBindingAdviceTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in com.crm.base.advice.GlobalDataBindingAdviceTest
|
||
|
|
[INFO] Running com.crm.base.domain.result.BatchResultTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in com.crm.base.domain.result.BatchResultTest
|
||
|
|
[INFO] Running com.crm.base.domain.result.BatchRunnerTest
|
||
|
|
22:22:40.202 [main] ERROR com.crm.base.domain.result.BatchRunner -- �������������쳣��id=2
|
||
|
|
java.lang.IllegalStateException: boom
|
||
|
|
at com.crm.base.domain.result.BatchRunnerTest.lambda$unknownFailure_fallbackAndContinues$3(BatchRunnerTest.java:84)
|
||
|
|
at com.crm.base.domain.result.BatchRunner.run(BatchRunner.java:43)
|
||
|
|
at com.crm.base.domain.result.BatchRunnerTest.unknownFailure_fallbackAndContinues(BatchRunnerTest.java:82)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
22:22:40.209 [main] ERROR com.crm.base.domain.result.BatchRunner -- �������������쳣��id=2
|
||
|
|
java.lang.IllegalStateException: boom
|
||
|
|
at com.crm.base.domain.result.BatchRunnerTest.lambda$mixed_totalIsSum$4(BatchRunnerTest.java:102)
|
||
|
|
at com.crm.base.domain.result.BatchRunner.run(BatchRunner.java:43)
|
||
|
|
at com.crm.base.domain.result.BatchRunnerTest.mixed_totalIsSum(BatchRunnerTest.java:97)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in com.crm.base.domain.result.BatchRunnerTest
|
||
|
|
[INFO] Running com.crm.base.security.DataVisibilityTest
|
||
|
|
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in com.crm.base.security.DataVisibilityTest
|
||
|
|
[INFO] Running com.crm.base.utils.PageConverterTest
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in com.crm.base.utils.PageConverterTest
|
||
|
|
[INFO]
|
||
|
|
[INFO] Results:
|
||
|
|
[INFO]
|
||
|
|
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
|
||
|
|
[INFO]
|
||
|
|
[INFO]
|
||
|
|
[INFO] --------------------------< com.crm:crm-file >--------------------------
|
||
|
|
[INFO] Building crm-file 1.0.0-SNAPSHOT [3/9]
|
||
|
|
[INFO] from crm-file\pom.xml
|
||
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-file ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\main\resources
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\main\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-file ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-file ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\test\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-file ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- surefire:3.2.5:test (default-test) @ crm-file ---
|
||
|
|
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
||
|
|
[INFO]
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] T E S T S
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] Running com.crm.file.service.impl.FileApiImplTest
|
||
|
|
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
||
|
|
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s -- in com.crm.file.service.impl.FileApiImplTest
|
||
|
|
[INFO] Running com.crm.file.service.impl.ImageThumbnailRendererTest
|
||
|
|
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s -- in com.crm.file.service.impl.ImageThumbnailRendererTest
|
||
|
|
[INFO] Running com.crm.file.service.impl.MultipartUploaderImplTest
|
||
|
|
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in com.crm.file.service.impl.MultipartUploaderImplTest
|
||
|
|
[INFO] Running com.crm.file.service.impl.OfficeThumbnailRendererTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in com.crm.file.service.impl.OfficeThumbnailRendererTest
|
||
|
|
[INFO] Running com.crm.file.service.impl.PdfThumbnailRendererTest
|
||
|
|
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in com.crm.file.service.impl.PdfThumbnailRendererTest
|
||
|
|
[INFO] Running com.crm.file.service.impl.ThumbnailResolverImplTest
|
||
|
|
22:22:44.615 [main] INFO com.crm.file.service.impl.ThumbnailResolverImpl -- ����ͼͬ���ȴ���ʱ������ռλͼ + 202��fileId=1234567890123
|
||
|
|
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in com.crm.file.service.impl.ThumbnailResolverImplTest
|
||
|
|
[INFO] Running com.crm.file.service.KkFileViewClientTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.crm.file.service.KkFileViewClientTest
|
||
|
|
[INFO] Running com.crm.file.task.OrphanChunkCleanupTaskTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in com.crm.file.task.OrphanChunkCleanupTaskTest
|
||
|
|
[INFO] Running com.crm.file.task.ThumbnailGenerationTaskTest
|
||
|
|
22:22:44.673 [main] WARN com.crm.file.task.ThumbnailGenerationTask -- ����ͼ�����������ļ������ڣ�fileId=1001
|
||
|
|
22:22:44.681 [main] ERROR com.crm.file.task.ThumbnailGenerationTask -- ����ͼ����ʧ�ܣ�fileId=1001, thumbKey=thumbnails/1001.jpg
|
||
|
|
java.lang.IllegalStateException: ��Ⱦʧ��
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateSync(ThumbnailGenerationTask.java:140)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateWithLock(ThumbnailGenerationTask.java:102)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generate(ThumbnailGenerationTask.java:70)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTaskTest.generate_failure_belowLimit_staysPending(ThumbnailGenerationTaskTest.java:221)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
22:22:44.688 [main] ERROR com.crm.file.task.ThumbnailGenerationTask -- ����ͼ����ʧ�ܣ�fileId=1001, thumbKey=thumbnails/1001.jpg
|
||
|
|
java.lang.IllegalStateException: ��Ⱦʧ��
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateSync(ThumbnailGenerationTask.java:140)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateWithLock(ThumbnailGenerationTask.java:102)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generate(ThumbnailGenerationTask.java:70)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTaskTest.generate_failure_limitReached_marksFailed(ThumbnailGenerationTaskTest.java:236)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
22:22:44.689 [main] WARN com.crm.file.task.ThumbnailGenerationTask -- ����ͼ���Դ����ľ������� FAILED��fileId=1001, retryCount=3
|
||
|
|
22:22:44.697 [main] INFO com.crm.file.task.ThumbnailGenerationTask -- ����ͼ���ɳɹ���fileId=1001, objectKey=thumbnails/1001.jpg
|
||
|
|
22:22:44.700 [main] INFO com.crm.file.task.ThumbnailGenerationTask -- ����ͼ���ɳɹ���fileId=1001, objectKey=thumbnails/1001.jpg
|
||
|
|
22:22:44.704 [main] ERROR com.crm.file.task.ThumbnailGenerationTask -- ����ͼ����ʧ�ܣ�fileId=1001, thumbKey=thumbnails/1001.jpg
|
||
|
|
java.lang.RuntimeException: MinIO ������
|
||
|
|
at io.minio.MinioClient.getObject(MinioClient.java:209)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateSync(ThumbnailGenerationTask.java:135)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generateWithLock(ThumbnailGenerationTask.java:102)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTask.generate(ThumbnailGenerationTask.java:70)
|
||
|
|
at com.crm.file.task.ThumbnailGenerationTaskTest.generate_minioFailure_countsRetry(ThumbnailGenerationTaskTest.java:254)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
22:22:44.708 [main] INFO com.crm.file.task.ThumbnailGenerationTask -- ����ͼ���� UNSUPPORTED��fileId=1001, ext=png
|
||
|
|
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in com.crm.file.task.ThumbnailGenerationTaskTest
|
||
|
|
[INFO] Running com.crm.file.task.ThumbnailRetryTaskTest
|
||
|
|
22:22:44.739 [main] INFO com.crm.file.task.ThumbnailRetryTask -- ����ͼʧ�����ԣ��������ύ 2 �� FAILED ��¼
|
||
|
|
22:22:44.741 [main] ERROR com.crm.file.task.ThumbnailRetryTask -- ����ͼʧ����������ִ���쳣���¸����ڼ���
|
||
|
|
java.lang.RuntimeException: DB ������
|
||
|
|
at com.baomidou.mybatisplus.extension.service.IService.list(IService.java:407)
|
||
|
|
at com.crm.file.task.ThumbnailRetryTask.retryFailedThumbnails(ThumbnailRetryTask.java:31)
|
||
|
|
at com.crm.file.task.ThumbnailRetryTaskTest.lambda$retry_queryThrows_swallowed$0(ThumbnailRetryTaskTest.java:81)
|
||
|
|
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
|
||
|
|
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:892)
|
||
|
|
at org.assertj.core.api.AssertionsForClassTypes.assertThatCode(AssertionsForClassTypes.java:863)
|
||
|
|
at org.assertj.core.api.Assertions.assertThatCode(Assertions.java:1286)
|
||
|
|
at com.crm.file.task.ThumbnailRetryTaskTest.retry_queryThrows_swallowed(ThumbnailRetryTaskTest.java:81)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
|
||
|
|
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
|
||
|
|
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
|
||
|
|
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
|
||
|
|
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
|
||
|
|
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
|
||
|
|
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
|
||
|
|
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
|
||
|
|
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
|
||
|
|
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
|
||
|
|
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
|
||
|
|
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
|
||
|
|
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in com.crm.file.task.ThumbnailRetryTaskTest
|
||
|
|
[INFO]
|
||
|
|
[INFO] Results:
|
||
|
|
[INFO]
|
||
|
|
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
|
||
|
|
[INFO]
|
||
|
|
[INFO]
|
||
|
|
[INFO] --------------------------< com.crm:crm-auth >--------------------------
|
||
|
|
[INFO] Building crm-auth 1.0.0-SNAPSHOT [4/9]
|
||
|
|
[INFO] from crm-auth\pom.xml
|
||
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-auth ---
|
||
|
|
[INFO] Copying 1 resource from src\main\resources to target\classes
|
||
|
|
[INFO] Copying 0 resource from src\main\resources to target\classes
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-auth ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-auth ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-auth\src\test\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-auth ---
|
||
|
|
[INFO] Nothing to compile - all classes are up to date.
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- surefire:3.2.5:test (default-test) @ crm-auth ---
|
||
|
|
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
||
|
|
[INFO]
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] T E S T S
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] Running com.crm.auth.security.ApiPermissionInterceptorTest
|
||
|
|
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
||
|
|
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
|
||
|
|
22:22:47.781 [main] INFO com.crm.auth.security.ApiPermissionInterceptor -- API Ȩ�����أ�uri=/api/users/delete, ƥ������=/api/users/delete:crm:user:delete, �û�Ȩ��=[crm:user:list]
|
||
|
|
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s -- in com.crm.auth.security.ApiPermissionInterceptorTest
|
||
|
|
[INFO] Running com.crm.auth.security.impl.JwtCodecImplTest
|
||
|
|
22:22:48.364 [main] WARN com.crm.auth.security.impl.JwtCodecImpl -- token ����ʧ��(�ۼ�1��)������ԭ��: The token was expected 3 parts, but got 2.
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in com.crm.auth.security.impl.JwtCodecImplTest
|
||
|
|
[INFO] Running com.crm.auth.security.impl.PreLoginTicketStoreImplTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in com.crm.auth.security.impl.PreLoginTicketStoreImplTest
|
||
|
|
[INFO] Running com.crm.auth.security.impl.SessionStoreImplTest
|
||
|
|
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in com.crm.auth.security.impl.SessionStoreImplTest
|
||
|
|
[INFO] Running com.crm.auth.security.JwtAuthenticationFilterTest
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in com.crm.auth.security.JwtAuthenticationFilterTest
|
||
|
|
[INFO] Running com.crm.auth.security.scope.DataScopeIntegrationTest
|
||
|
|
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.810 s -- in com.crm.auth.security.scope.DataScopeIntegrationTest
|
||
|
|
[INFO] Running com.crm.auth.security.SecurityExceptionHandlersTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in com.crm.auth.security.SecurityExceptionHandlersTest
|
||
|
|
[INFO] Running com.crm.auth.service.client.CorpAccessTokenProviderImplTest
|
||
|
|
22:22:51.017 [main] ERROR com.crm.auth.service.client.CorpAccessTokenProviderImpl -- ������ȡ��ҵ�� token ʧ�ܣ�body={"errmsg":"invalid appSecret"}
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in com.crm.auth.service.client.CorpAccessTokenProviderImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.client.DingTalkAuthClientTest
|
||
|
|
22:22:51.053 [main] INFO com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У��δͨ����unionId=u-404, errcode=60121 δ�ҵ���ӦԱ��
|
||
|
|
22:22:51.055 [main] WARN com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У�飺��ҵ�� token ��ʧЧ������ȡ�����ԣ�unionId=u-404
|
||
|
|
22:22:51.055 [main] ERROR com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У������ʧ�ܣ�unionId=u-404, errcode=42001, errmsg=access_token expired
|
||
|
|
22:22:51.060 [main] ERROR com.crm.auth.service.client.DingTalkAuthClient -- ������ȡ�û�tokenʧ�ܣ�body={"code":"AuthFailed","message":"invalid code"}
|
||
|
|
22:22:51.063 [main] ERROR com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У������ʧ�ܣ�unionId=u-1, errcode=40001, errmsg=access forbidden
|
||
|
|
22:22:51.077 [main] WARN com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У�飺��ҵ�� token ��ʧЧ������ȡ�����ԣ�unionId=u-1
|
||
|
|
22:22:51.079 [main] WARN com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У�飺unionId Ϊ�գ��ܾ���
|
||
|
|
22:22:51.082 [main] ERROR com.crm.auth.service.client.DingTalkAuthClient -- ������ѯ�û���Ϣʧ�ܣ�body={"nick":"noUnion"}
|
||
|
|
22:22:51.084 [main] INFO com.crm.auth.service.client.DingTalkAuthClient -- ��֯��У��δͨ����unionId=u-x ����֯ͨѶ¼���� userid
|
||
|
|
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in com.crm.auth.service.client.DingTalkAuthClientTest
|
||
|
|
[INFO] Running com.crm.auth.service.client.ThirdPartyAuthClientFactoryTest
|
||
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.crm.auth.service.client.ThirdPartyAuthClientFactoryTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.AuthServiceImplTest
|
||
|
|
22:22:51.416 [main] WARN com.crm.auth.service.impl.AuthServiceImpl -- ���ݰ���[6000]ָ�����û�[6666]�����ڣ�������ע��
|
||
|
|
22:22:51.416 [main] WARN com.crm.auth.service.impl.AuthServiceImpl -- ���ݰ���[6000]ָ�����û�[6666]�����ڣ�������ע��
|
||
|
|
22:22:51.416 [main] INFO com.crm.auth.service.impl.AuthServiceImpl -- �������Զ�ע�����û���userId=6006, mobile=13800000000
|
||
|
|
22:22:51.416 [main] INFO com.crm.auth.service.impl.AuthServiceImpl -- �¶�����[6000]���ض������û�[6006]
|
||
|
|
22:22:51.471 [main] INFO com.crm.auth.service.impl.AuthServiceImpl -- ��֯��У��δͨ�����ܾ���¼��unionId=union-001
|
||
|
|
22:22:51.490 [main] INFO com.crm.auth.service.impl.AuthServiceImpl -- �������Զ�ע�����û���userId=4004, mobile=
|
||
|
|
22:22:51.496 [main] INFO com.crm.auth.service.impl.AuthServiceImpl -- �������Զ�ע�����û���userId=3003, mobile=13800000000
|
||
|
|
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in com.crm.auth.service.impl.AuthServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.AuthUserServiceImplTest
|
||
|
|
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in com.crm.auth.service.impl.AuthUserServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.DtOrgSyncServiceImplTest
|
||
|
|
22:22:52.017 [main] INFO com.crm.auth.service.impl.DtOrgSyncServiceImpl -- ������֯ͬ�����ɣ����� 1������ 1 ���� 0�����û� 1������ 1 ���� 0���������˷�д 0
|
||
|
|
22:22:52.344 [main] INFO com.crm.auth.service.impl.DtOrgSyncServiceImpl -- ������֯ͬ�����ɣ����� 3������ 3 ���� 0�����û� 3������ 3 ���� 0���������˷�д 1
|
||
|
|
22:22:52.668 [main] INFO com.crm.auth.service.impl.DtOrgSyncServiceImpl -- ������֯ͬ�����ɣ����� 3������ 3 ���� 0�����û� 3������ 3 ���� 0���������˷�д 1
|
||
|
|
22:22:52.994 [main] INFO com.crm.auth.service.impl.DtOrgSyncServiceImpl -- ������֯ͬ�����ɣ����� 3������ 0 ���� 1�����û� 3������ 0 ���� 3���������˷�д 0
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in com.crm.auth.service.impl.DtOrgSyncServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.PermissionSeederImplTest
|
||
|
|
22:22:53.083 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ŀ¼�ڵ㣺ϵͳ���� (type=1)
|
||
|
|
22:22:53.084 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺�����ֵ� (type=2)
|
||
|
|
22:22:53.085 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ȩ�㣺������ѯ -> dict:group:list
|
||
|
|
22:22:53.106 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ŀ¼�ڵ㣺ϵͳ���� (type=1)
|
||
|
|
22:22:53.107 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺�����ֵ� (type=2)
|
||
|
|
22:22:53.110 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ȩ�㣺������ѯ -> dict:group:list
|
||
|
|
22:22:53.112 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ȩ�㣺���鱣�� -> dict:group:save
|
||
|
|
22:22:53.125 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ŀ¼�ڵ㣺ϵͳ���� (type=1)
|
||
|
|
22:22:53.128 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺�����ֵ� (type=2)
|
||
|
|
22:22:53.129 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ȩ�㣺������ѯ -> dict:group:list
|
||
|
|
22:22:53.130 [main] WARN com.crm.auth.service.impl.PermissionSeederImpl -- ���ý�ɫ ROLE_ADMIN �����ڣ�����Ȩ�ް��ý�ɫ�������´�����������
|
||
|
|
22:22:53.136 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ŀ¼�ڵ㣺ϵͳ���� (type=1)
|
||
|
|
22:22:53.137 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺�˵����� (type=2)
|
||
|
|
22:22:53.148 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- ����Ŀ¼�ڵ㣺ϵͳ���� (type=1)
|
||
|
|
22:22:53.149 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺��ɫ���� (type=2)
|
||
|
|
22:22:53.152 [main] INFO com.crm.auth.service.impl.PermissionSeederImpl -- �����˵��ڵ㣺�����ֵ� (type=2)
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in com.crm.auth.service.impl.PermissionSeederImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.ResourceServiceImplTest
|
||
|
|
22:22:53.302 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=1, name=������, type=CATALOG
|
||
|
|
22:22:53.304 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=null, name=��Ŀ¼, type=CATALOG
|
||
|
|
22:22:53.336 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=10, name=����, type=MENU
|
||
|
|
22:22:53.374 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ͼ���ϴ��ɹ���fileId=12345, name=icon.png
|
||
|
|
22:22:53.379 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=1, name=���dz�, type=CATALOG
|
||
|
|
22:22:53.399 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=10, name=����, type=MENU
|
||
|
|
22:22:53.402 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=null, name=������ť, type=BUTTON
|
||
|
|
22:22:53.405 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=null, name=���˵�, type=MENU
|
||
|
|
22:22:53.417 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ɾ����Դ�ڵ㣺id=100, name=��ѯ�û�
|
||
|
|
22:22:53.420 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ɾ����Դ�ڵ�ʱ����������ɫ��Ȩ���ã�menuId=100, ������ 2 ����¼
|
||
|
|
22:22:53.421 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ɾ����Դ�ڵ㣺id=100, name=��ѯ�û�
|
||
|
|
22:22:53.429 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=null, name=��Ŀ¼, type=CATALOG
|
||
|
|
22:22:53.436 [main] INFO com.crm.auth.service.impl.ResourceServiceImpl -- ������Դ�ڵ㣺id=null, name=�²˵�, type=MENU
|
||
|
|
[ERROR] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.248 s <<< FAILURE! -- in com.crm.auth.service.impl.ResourceServiceImplTest
|
||
|
|
[ERROR] com.crm.auth.service.impl.ResourceServiceImplTest.save_editCatalog_noButtonFields -- Time elapsed: 0.011 s <<< FAILURE!
|
||
|
|
org.opentest4j.AssertionFailedError:
|
||
|
|
|
||
|
|
expected: null
|
||
|
|
but was: "unused-perm"
|
||
|
|
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
||
|
|
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
|
||
|
|
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
||
|
|
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
|
||
|
|
at com.crm.auth.service.impl.ResourceServiceImplTest.save_editCatalog_noButtonFields(ResourceServiceImplTest.java:377)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||
|
|
|
||
|
|
[INFO] Running com.crm.auth.service.impl.SysDeptServiceImplTest
|
||
|
|
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in com.crm.auth.service.impl.SysDeptServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.SysMenuServiceImplTest
|
||
|
|
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in com.crm.auth.service.impl.SysMenuServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.SysRoleServiceImplTest
|
||
|
|
22:22:53.937 [main] INFO com.crm.auth.service.impl.SysRoleServiceImpl -- ������ɫ��id=1, roleCode=ROLE_SALES
|
||
|
|
22:22:53.951 [main] INFO com.crm.auth.service.impl.SysRoleServiceImpl -- ������ɫ��Դ��roleId=1, ���� 1 �� -> ��ȫ�� 1 ��
|
||
|
|
22:22:53.956 [main] INFO com.crm.auth.service.impl.SysRoleServiceImpl -- ɾ����ɫ������������roleId=2
|
||
|
|
22:22:53.974 [main] INFO com.crm.auth.service.impl.SysRoleServiceImpl -- ������ɫ��Դ��roleId=1, ���� 1 �� -> ��ȫ�� 3 ��
|
||
|
|
22:22:53.981 [main] INFO com.crm.auth.service.impl.SysRoleServiceImpl -- ������ɫ��id=1, roleCode=ROLE_ADMIN
|
||
|
|
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in com.crm.auth.service.impl.SysRoleServiceImplTest
|
||
|
|
[INFO] Running com.crm.auth.service.impl.UserListIntegrationTest
|
||
|
|
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in com.crm.auth.service.impl.UserListIntegrationTest
|
||
|
|
[INFO]
|
||
|
|
[INFO] Results:
|
||
|
|
[INFO]
|
||
|
|
[ERROR] Failures:
|
||
|
|
[ERROR] ResourceServiceImplTest.save_editCatalog_noButtonFields:377
|
||
|
|
expected: null
|
||
|
|
but was: "unused-perm"
|
||
|
|
[INFO]
|
||
|
|
[ERROR] Tests run: 206, Failures: 1, Errors: 0, Skipped: 0
|
||
|
|
[INFO]
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] Reactor Summary for crm 1.0.0-SNAPSHOT:
|
||
|
|
[INFO]
|
||
|
|
[INFO] crm ................................................ SUCCESS [ 0.002 s]
|
||
|
|
[INFO] crm-base ........................................... SUCCESS [ 2.397 s]
|
||
|
|
[INFO] crm-file ........................................... SUCCESS [ 4.474 s]
|
||
|
|
[INFO] crm-auth ........................................... FAILURE [ 9.485 s]
|
||
|
|
[INFO] crm-dict ........................................... SKIPPED
|
||
|
|
[INFO] crm-rule ........................................... SKIPPED
|
||
|
|
[INFO] crm-preference ..................................... SKIPPED
|
||
|
|
[INFO] crm-lead ........................................... SKIPPED
|
||
|
|
[INFO] crm-opportunity .................................... SKIPPED
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] BUILD FAILURE
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] Total time: 16.705 s
|
||
|
|
[INFO] Finished at: 2026-08-29T22:22:54+08:00
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project crm-auth: There are test failures.
|
||
|
|
[ERROR]
|
||
|
|
[ERROR] Please refer to E:\code\crm-backend-matt\crm-auth\target\surefire-reports for the individual test results.
|
||
|
|
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
|
||
|
|
[ERROR] -> [Help 1]
|
||
|
|
[ERROR]
|
||
|
|
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
|
||
|
|
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
|
||
|
|
[ERROR]
|
||
|
|
[ERROR] For more information about the errors and possible solutions, please read the following articles:
|
||
|
|
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
|
||
|
|
[ERROR]
|
||
|
|
[ERROR] After correcting the problems, you can resume the build with the command
|
||
|
|
[ERROR] mvn <args> -rf :crm-auth
|
||
|
|
EXIT=1
|