[
https://issues.apache.org/jira/browse/CASSANDRA-19672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933974#comment-17933974
]
Stefan Miklosovic commented on CASSANDRA-19672:
-----------------------------------------------
[CASSANDRA-19672|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19672]
{noformat}
java17_pre-commit_tests
✓ j17_build 4m 15s
✓ j17_cqlsh_dtests_py311 6m 45s
✓ j17_cqlsh_dtests_py311_vnode 7m 54s
✓ j17_cqlsh_dtests_py38 7m 1s
✓ j17_cqlsh_dtests_py38_vnode 7m 5s
✓ j17_cqlshlib_cython_tests 9m 5s
✓ j17_cqlshlib_tests 6m 56s
✓ j17_dtests_latest 42m 37s
✓ j17_dtests_vnode 43m 25s
✓ j17_unit_tests 16m 14s
✓ j17_unit_tests_repeat 25m 43s
✓ j17_utests_latest 15m 0s
✓ j17_utests_latest_repeat 27m 31s
✓ j17_utests_oa 15m 36s
✓ j17_utests_oa_repeat 27m 41s
✕ j17_dtests 48m 42s
refresh_test.TestRefresh test_refresh_deadlock_startup
✕ j17_jvm_dtests 28m 29s
org.apache.cassandra.fuzz.sai.MultiNodeSAITest indexOnlySaiTest TIMEOUTED
✕ j17_jvm_dtests_latest_vnode 26m 1s
org.apache.cassandra.fuzz.sai.MultiNodeSAITest indexOnlySaiTest TIMEOUTED
{noformat}
[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5563/workflows/2f6fb58c-058d-4950-9211-f1cfe74b45aa]
> some unit tests should generate files in the tmp directory
> ----------------------------------------------------------
>
> Key: CASSANDRA-19672
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19672
> Project: Apache Cassandra
> Issue Type: Improvement
> Components: Test/unit
> Reporter: Ling Mao
> Assignee: Ling Mao
> Priority: Normal
> Fix For: 5.x
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I run "{*}_ant test_{*}" to fire the whole test suit cases in my local
> machine, and found some UTs had generated files in current directory,
> otherwise the tmp directory.
>
> {code:java}
> [root@vm-24-5-centos cassandra]# git status
> # audit/
> # compaction.log
> #
> import_cql_test_keyspace_table_testcopyonlythoserowsthatmatchvectortyp_04.err
> {code}
>
> These problematic UTs are
>
> {code:java}
> ant testsome
> -Dtest.name=org.apache.cassandra.service.StorageServiceServerTest
> -Dtest.methods=testAuditLogEnableLoggerNotFound
> ant testsome
> -Dtest.name=org.apache.cassandra.service.StorageServiceServerTest
> -Dtest.methods=testAuditLogEnableLoggerTransitions
> ant testsome -Dtest.name=org.apache.cassandra.tools.CompactionStressTest
> -Dtest.methods=testWriteAndCompact
> ant testsome -Dtest.name=org.apache.cassandra.tools.cqlsh.CqlshTest
> -Dtest.methods=testCopyOnlyThoseRowsThatMatchVectorTypeSize
> {code}
>
> The patch is aimed to generate files in the tmp directory to fix it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]