[ 
https://issues.apache.org/jira/browse/IGNITE-11038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749665#comment-16749665
 ] 

Oleg Ignatenko commented on IGNITE-11038:
-----------------------------------------

[~sboikov] - here is a ticket I promised at dev list today

> 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
>            Assignee: Oleg Ignatenko
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to