Vasiliy Sisko created IGNITE-3968:
------------------------------------- Summary: Failed test VisorOpenCommandSpec Key: IGNITE-3968 URL: https://issues.apache.org/jira/browse/IGNITE-3968 Project: Ignite Issue Type: Bug Components: wizards Affects Versions: 1.8 Reporter: Vasiliy Sisko Assignee: Vasiliy Sisko ScalaTestFailureLocation: org.apache.ignite.visor.commands.open.VisorOpenCommandSpec$$anonfun$1$$anonfun$apply$mcV$sp$2 at (VisorOpenCommandSpec.scala:33) org.scalatest.exceptions.TestFailedException: Expected exception org.apache.ignite.IgniteException to be thrown, but no exception was thrown. at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:495) at org.scalatest.FunSpec.newAssertionFailedException(FunSpec.scala:1626) at org.scalatest.Assertions$class.intercept(Assertions.scala:1014) at org.scalatest.FunSpec.intercept(FunSpec.scala:1626) at org.apache.ignite.visor.commands.open.VisorOpenCommandSpec$$anonfun$1$$anonfun$apply$mcV$sp$2.apply$mcV$sp(VisorOpenCommandSpec.scala:33) at org.apache.ignite.visor.commands.open.VisorOpenCommandSpec$$anonfun$1$$anonfun$apply$mcV$sp$2.apply(VisorOpenCommandSpec.scala:33) at org.apache.ignite.visor.commands.open.VisorOpenCommandSpec$$anonfun$1$$anonfun$apply$mcV$sp$2.apply(VisorOpenCommandSpec.scala:33) at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22) at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) at org.scalatest.Transformer.apply(Transformer.scala:22) at org.scalatest.Transformer.apply(Transformer.scala:20) at org.scalatest.FunSpecLike$$anon$1.apply(FunSpecLike.scala:422) at org.scalatest.Suite$class.withFixture(Suite.scala:1122) at org.scalatest.FunSpec.withFixture(FunSpec.scala:1626) at org.scalatest.FunSpecLike$class.invokeWithFixture$1(FunSpecLike.scala:419) at org.scalatest.FunSpecLike$$anonfun$runTest$1.apply(FunSpecLike.scala:431) at org.scalatest.FunSpecLike$$anonfun$runTest$1.apply(FunSpecLike.scala:431) at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306) at org.scalatest.FunSpecLike$class.runTest(FunSpecLike.scala:431) at org.apache.ignite.visor.VisorRuntimeBaseSpec.org$scalatest$BeforeAndAfterEach$$super$runTest(VisorRuntimeBaseSpec.scala:29) at org.scalatest.BeforeAndAfterEach$class.runTest(BeforeAndAfterEach.scala:255) at org.apache.ignite.visor.VisorRuntimeBaseSpec.runTest(VisorRuntimeBaseSpec.scala:29) at org.scalatest.FunSpecLike$$anonfun$runTests$1.apply(FunSpecLike.scala:464) at org.scalatest.FunSpecLike$$anonfun$runTests$1.apply(FunSpecLike.scala:464) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401) at scala.collection.immutable.List.foreach(List.scala:381) at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401) at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:390) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:427) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401) at scala.collection.immutable.List.foreach(List.scala:381) at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401) at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396) at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483) at org.scalatest.FunSpecLike$class.runTests(FunSpecLike.scala:464) at org.scalatest.FunSpec.runTests(FunSpec.scala:1626) at org.scalatest.Suite$class.run(Suite.scala:1424) at org.scalatest.FunSpec.org$scalatest$FunSpecLike$$super$run(FunSpec.scala:1626) at org.scalatest.FunSpecLike$$anonfun$run$1.apply(FunSpecLike.scala:468) at org.scalatest.FunSpecLike$$anonfun$run$1.apply(FunSpecLike.scala:468) at org.scalatest.SuperEngine.runImpl(Engine.scala:545) at org.scalatest.FunSpecLike$class.run(FunSpecLike.scala:468) at org.apache.ignite.visor.VisorRuntimeBaseSpec.org$scalatest$BeforeAndAfterAll$$super$run(VisorRuntimeBaseSpec.scala:29) at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:257) at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:256) at org.apache.ignite.visor.VisorRuntimeBaseSpec.run(VisorRuntimeBaseSpec.scala:29) at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:55) at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2563) at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2557) at scala.collection.immutable.List.foreach(List.scala:381) at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:2557) at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1044) at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1043) at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:2722) at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1043) at org.scalatest.tools.Runner$.run(Runner.scala:883) at org.scalatest.tools.Runner.run(Runner.scala) at org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestRunner.runScalaTest2(ScalaTestRunner.java:138) at org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestRunner.main(ScalaTestRunner.java:28) -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Free forum by Nabble | Edit this page |