You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:33:31 UTC

[jira] [Updated] (IGNITE-1723) [Test] 2 tests of "Scalar Examples" suite permanently fail due to missing "ignite-schedule" module

     [ https://issues.apache.org/jira/browse/IGNITE-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-1723:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

> [Test] 2 tests of "Scalar Examples" suite permanently fail due to missing "ignite-schedule" module
> --------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1723
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1723
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Veselovsky
>            Priority: Blocker
>              Labels: Muted_test
>             Fix For: 1.8
>
>
> The following 2 tests fail:
>  ScalarExamplesMultiNodeSelfTest.testScalarScheduleCallableExample	
>  ScalarExamplesSelfTest.testScalarScheduleCallableExample	
> {code}
> org.apache.ignite.IgniteException: Current Ignite configuration does not support schedule functionality (consider adding ignite-schedule module to classpath).
>     at org.apache.ignite.internal.processors.schedule.IgniteNoopScheduleProcessor.processorException(IgniteNoopScheduleProcessor.java:50)
>     at org.apache.ignite.internal.processors.schedule.IgniteNoopScheduleProcessor.schedule(IgniteNoopScheduleProcessor.java:43)
>     at org.apache.ignite.internal.IgniteSchedulerImpl.scheduleLocal(IgniteSchedulerImpl.java:105)
>     at org.apache.ignite.scalar.pimps.ScalarGridPimp.scheduleLocalCall(ScalarGridPimp.scala:76)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$$anonfun$1.apply$mcV$sp(ScalarScheduleExample.scala:44)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$$anonfun$1.apply(ScalarScheduleExample.scala:35)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$$anonfun$1.apply(ScalarScheduleExample.scala:35)
>     at org.apache.ignite.scalar.scalar$.init0(scalar.scala:181)
>     at org.apache.ignite.scalar.scalar$.apply(scalar.scala:237)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$.delayedEndpoint$org$apache$ignite$scalar$examples$ScalarScheduleExample$1(ScalarScheduleExample.scala:35)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$delayedInit$body.apply(ScalarScheduleExample.scala:34)
>     at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
>     at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
>     at scala.App$$anonfun$main$1.apply(App.scala:76)
>     at scala.App$$anonfun$main$1.apply(App.scala:76)
>     at scala.collection.immutable.List.foreach(List.scala:381)
>     at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
>     at scala.App$class.main(App.scala:76)
>     at org.apache.ignite.scalar.examples.ScalarScheduleExample$.main(ScalarScheduleExample.scala:34)
>     at org.apache.ignite.scalar.tests.examples.ScalarExamplesSelfTest.testScalarScheduleCallableExample(ScalarExamplesSelfTest.scala:81)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:1658)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:112)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$4.run(GridAbstractTest.java:1596)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)