The test has been fixed within
https://issues.apache.org/jira/browse/IGNITE-10739
Thanks to Oleg Ignatenko!
On Tue, Dec 25, 2018 at 7:37 AM Vyacheslav Daradur wrote:
>
> The failure has been introduced within task:
> https://issues.apache.org/jira/browse/IGNITE-10671 Double
> initialization of s
The failure has been introduced within task:
https://issues.apache.org/jira/browse/IGNITE-10671 Double
initialization of segmentAware and FileArchiver lead to race breaking
file compression.
The cause is a missed '@Test' annotation.
Here is the patch to fix [1], TC test is green [2].
[1] https:/