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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)