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

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

Stanilovsky Evgeny created IGNITE-13686:
-------------------------------------------

             Summary: 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


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)