Description
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.
[root@vm-24-5-centos cassandra]# git status # audit/ # compaction.log # import_cql_test_keyspace_table_testcopyonlythoserowsthatmatchvectortyp_04.err
These problematic UTs are
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
The patch is aimed to generate files in the tmp directory to fix it.
Attachments
Issue Links
- links to