I did not understand how should I reconfigure RDD build configuration. 1. TEST_SUITE currently has value of 'IgniteRDDTestSuite,AbstractDataFrameSpec,Entity,EntityTestAllTypeFields,IgniteCatalogSpec,IgniteDataFrameSchemaSpec,IgniteDataFrameSuite,IgniteDataFrameWrongConfigSpec,IgniteRDDSpec,IgniteSQLDataFrameIgniteSessionWriteSpec,IgniteSQLDataFrameSpec,IgniteSQLDataFrameWriteSpec’ — both ‘IgniteRDDTestSuite' and ‘IgniteDataFrameSuite’ are present. 2. Step3 Maven task had ‘-Pall-java,scala-2.10,tensorflow’ — should I add ’scala’ and 'scala-test’ profiles as well?
> On 25 Jun 2018, at 16:21, Nikolay Izhikov <nizhi...@apache.org> wrote: > > Hello, Igniters. > > I found that RDD suite doesn't run all scala tests and should be reconfigured. > > 1. Parameter. TEST_SUITE = "IgniteRDDTestSuite,IgniteDataFrameSuite" > 2. Buil Steps. Step3. Additional Maven command line parameters: > "-Pall-java,scala,scala-test". > > Petr, can you edit this settings? > Seems, this settings inherited from some template. > > I need this edits to continue review of > https://issues.apache.org/jira/browse/IGNITE-8534