Re: IgniteCacheTestSuite3 on TeamCity

2019-01-23 Thread oignatenko
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/

Re: IgniteCacheTestSuite3 on TeamCity

2019-01-23 Thread 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> suite = new ArrayList<>(); Above is wrong, correct code at this line should be:

IgniteCacheTestSuite3 on TeamCity

2019-01-22 Thread Semyon Boikov
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