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

Stefan Miklosovic updated CASSANDRA-19820:
------------------------------------------
          Since Version: 5.0-rc1
    Source Control Link: 
https://github.com/apache/cassandra/commit/aca11d4fc3e5938510dc48c071b49e6d22f54497
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

> Fix tests extending FuzzTestBase when running test-compression profile
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-19820
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19820
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local/Commit Log, Test/unit
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 5.0-rc2, 5.0.1, 5.1
>
>         Attachments: CASSANDRA-19820_5-0_149_ci_summary.html, 
> CASSANDRA-19820_5-0_149_results_details.tar.xz
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> FuzzTestBase extends CQLTester.InMemory which uses jimfs filesystem instead 
> of the real one. This does not play well with direct mode of 
> commitlog_disk_access_mode. We fixed  this in CASSANDRA-19779 by always 
> setting it to mmap. This does not work when we run tests in test-compression 
> profile because then it expects "standard" mode and if fails on asserts.
> The solution to fix test-compression profile is to set 
> commitlog_disk_access_mode to mmap only in case it was indeed resolved to 
> direct and not every time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to