IgniteCacheTestSuite3 on TeamCity

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

IgniteCacheTestSuite3 on TeamCity

Semyon Boikov-2
Hi guys,
I need run IgniteCacheTestSuite3 on TeamCity, but can not find related
configuration. 'Cache 3' configuration runs only
IgniteBinaryObjectsCacheTestSuite3, could you please take a look?

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: IgniteCacheTestSuite3 on TeamCity

oignatenko
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&lt;?>> suite = new ArrayList<>();

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

    List<Class&lt;?>> 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/
Reply | Threaded
Open this post in threaded view
|

Re: IgniteCacheTestSuite3 on TeamCity

oignatenko
In reply to this post by Semyon Boikov-2
Semen,

As a follow up, fix for discovered regression was merged tto master per
https://issues.apache.org/jira/browse/IGNITE-11038

If this doesn't fully resolve the issue you observe, please let us know.

regards, Oleg



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/