Hi Semen,
Thanks for heads up! What you observe is a regression introduced in the
course of doing changes per IGNITE-10796 [1].
In file IgniteBinaryObjectsCacheTestSuite3.java line 64 currently reads:
List<Class<?>> suite = new ArrayList<>();
Above is wrong, correct code at this line should be:
List<Class<?>> suite = new
ArrayList<>(IgniteCacheTestSuite3.suite(ignoredTests));
I plan to create a ticket and fix this right now.
regards, Oleg
[1]:
https://issues.apache.org/jira/browse/IGNITE-10776--
Sent from:
http://apache-ignite-developers.2346864.n4.nabble.com/