Skip to content

Add Operation notification consumer #13543

Add Operation notification consumer

Add Operation notification consumer #13543

GitHub Actions / Sonar Build Test Report failed Nov 10, 2023 in 0s

3719 tests run, 3662 passed, 52 skipped, 5 failed.

Annotations

Check failure on line 1 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/operation/NoSqlOperationRunsStoreTest.java

See this annotation in the file changed.

@github-actions github-actions / Sonar Build Test Report

NoSqlOperationRunsStoreTest.testGetOperation

Operation run bdd684b1-7ffd-11ee-bf5a-5e167468f87f does not exist in namespace test
Raw output
io.cdap.cdap.internal.operation.OperationRunNotFoundException: Operation run bdd684b1-7ffd-11ee-bf5a-5e167468f87f does not exist in namespace test
	at io.cdap.cdap.internal.operation.OperationRunStore.getOperation(OperationRunStore.java:184)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.lambda$testGetOperation$1(OperationRunStoreTest.java:65)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.lambda$run$0(NoSqlTransactionRunner.java:70)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.finishExecute(NoSQLTransactionals.java:76)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:53)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:67)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.testGetOperation(OperationRunStoreTest.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

Check failure on line 1 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/operation/NoSqlOperationRunsStoreTest.java

See this annotation in the file changed.

@github-actions github-actions / Sonar Build Test Report

NoSqlOperationRunsStoreTest.testUpdateResources

Operation run bdd6abc2-7ffd-11ee-9b7c-5e167468f87f does not exist in namespace test
Raw output
io.cdap.cdap.internal.operation.OperationRunNotFoundException: Operation run bdd6abc2-7ffd-11ee-9b7c-5e167468f87f does not exist in namespace test
	at io.cdap.cdap.internal.operation.OperationRunStore.getOperation(OperationRunStore.java:184)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.lambda$testUpdateResources$2(OperationRunStoreTest.java:85)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.lambda$run$0(NoSqlTransactionRunner.java:70)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.finishExecute(NoSQLTransactionals.java:76)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:53)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:67)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.testUpdateResources(OperationRunStoreTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

Check failure on line 1 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/operation/NoSqlOperationRunsStoreTest.java

See this annotation in the file changed.

@github-actions github-actions / Sonar Build Test Report

NoSqlOperationRunsStoreTest.testScanOperation

array lengths differed, expected.length=10 actual.length=0
Raw output
java.lang.AssertionError: array lengths differed, expected.length=10 actual.length=0
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.internal.ComparisonCriteria.assertArraysAreSameLength(ComparisonCriteria.java:71)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:32)
	at org.junit.Assert.internalArrayEquals(Assert.java:473)
	at org.junit.Assert.assertArrayEquals(Assert.java:265)
	at org.junit.Assert.assertArrayEquals(Assert.java:280)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.lambda$testScanOperation$9(OperationRunStoreTest.java:213)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.lambda$run$0(NoSqlTransactionRunner.java:70)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.finishExecute(NoSQLTransactionals.java:76)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:53)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:67)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.testScanOperation(OperationRunStoreTest.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

Check failure on line 1 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/operation/NoSqlOperationRunsStoreTest.java

See this annotation in the file changed.

@github-actions github-actions / Sonar Build Test Report

NoSqlOperationRunsStoreTest.testUpdateStatus

Operation run bddb66d1-7ffd-11ee-988b-5e167468f87f does not exist in namespace test
Raw output
io.cdap.cdap.internal.operation.OperationRunNotFoundException: Operation run bddb66d1-7ffd-11ee-988b-5e167468f87f does not exist in namespace test
	at io.cdap.cdap.internal.operation.OperationRunStore.getOperation(OperationRunStore.java:184)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.lambda$testUpdateStatus$3(OperationRunStoreTest.java:122)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.lambda$run$0(NoSqlTransactionRunner.java:70)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.finishExecute(NoSQLTransactionals.java:76)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:53)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:67)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.testUpdateStatus(OperationRunStoreTest.java:120)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

Check failure on line 1 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/operation/NoSqlOperationRunsStoreTest.java

See this annotation in the file changed.

@github-actions github-actions / Sonar Build Test Report

NoSqlOperationRunsStoreTest.testFailOperation

Operation run bddb8de2-7ffd-11ee-89e8-5e167468f87f does not exist in namespace test
Raw output
io.cdap.cdap.internal.operation.OperationRunNotFoundException: Operation run bddb8de2-7ffd-11ee-89e8-5e167468f87f does not exist in namespace test
	at io.cdap.cdap.internal.operation.OperationRunStore.getOperation(OperationRunStore.java:184)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.lambda$testFailOperation$4(OperationRunStoreTest.java:159)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.lambda$run$0(NoSqlTransactionRunner.java:70)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.finishExecute(NoSQLTransactionals.java:76)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:53)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:67)
	at io.cdap.cdap.internal.operation.OperationRunStoreTest.testFailOperation(OperationRunStoreTest.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)