You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/11/10 14:37:00 UTC

[jira] [Resolved] (IGNITE-13686) Compression test become failed after IGNITE-13658.

     [ https://issues.apache.org/jira/browse/IGNITE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Kasnacheev resolved IGNITE-13686.
--------------------------------------
    Fix Version/s: 2.10
       Resolution: Fixed

Thank you for fixing the tests [~zstan]

> Compression test become failed after IGNITE-13658.
> --------------------------------------------------
>
>                 Key: IGNITE-13686
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13686
>             Project: Ignite
>          Issue Type: Improvement
>          Components: data structures
>    Affects Versions: 2.9
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.10
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> After [1] was merged persistent check become fail to pass
> {noformat}
>         if (diskPageCompression != DiskPageCompression.DISABLED) {
>             if (!cctx.dataRegion().config().isPersistenceEnabled())
>                 throw new IgniteCheckedException("Disk page compression makes sense only with enabled persistence.");
> {noformat} I suggest to remove failed smoke tests : IgnitePersistentStoreDataStructuresTest
> [1] https://issues.apache.org/jira/browse/IGNITE-13658



--
This message was sent by Atlassian Jira
(v8.3.4#803005)