You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ignatenko (JIRA)" <ji...@apache.org> on 2019/01/23 08:27:00 UTC

[jira] [Created] (IGNITE-11038) recover IgniteCacheTestSuite3 that was lost because of changes made per IGNITE-10796

Oleg Ignatenko created IGNITE-11038:
---------------------------------------

             Summary: recover IgniteCacheTestSuite3 that was lost because of changes made per IGNITE-10796
                 Key: IGNITE-11038
                 URL: https://issues.apache.org/jira/browse/IGNITE-11038
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.8
            Reporter: Oleg Ignatenko


This bug was reported at dev list [here|http://apache-ignite-developers.2346864.n4.nabble.com/IgniteCacheTestSuite3-on-TeamCity-tt40240.html].

Need to recover IgniteCacheTestSuite3 that was lost because of changes made per IGNITE-10796.

Specifically, in file {{IgniteBinaryObjectsCacheTestSuite3.java}} line 64 currently reads: 

{code}    List<Class<?>> suite = new ArrayList<>(); {code}

Above is wrong, correct code at this line should be: 

{code}    List<Class<?>> suite = new ArrayList<>(IgniteCacheTestSuite3.suite(ignoredTests)); {code}





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)