[
https://issues.apache.org/jira/browse/CASSANDRA-20478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953726#comment-17953726
]
Stefan Miklosovic commented on CASSANDRA-20478:
-----------------------------------------------
[CASSANDRA-20478-5.0|https://github.com/instaclustr/cassandra/tree/CASSANDRA-20478-5.0]
{noformat}
java17_pre-commit_tests
✓ j17_build 5m 34s
✓ j17_cqlsh_dtests_py311 6m 19s
✓ j17_cqlsh_dtests_py311_vnode 6m 15s
✓ j17_cqlsh_dtests_py38 6m 10s
✓ j17_cqlsh_dtests_py38_vnode 6m 46s
✓ j17_cqlshlib_cython_tests 7m 56s
✓ j17_cqlshlib_tests 6m 53s
✓ j17_dtests_latest 42m 7s
✓ j17_dtests_vnode 41m 17s
✓ j17_jvm_dtests 20m 11s
✓ j17_jvm_dtests_latest_vnode 18m 28s
✕ j17_dtests 36m 18s
refresh_test.TestRefresh test_refresh_deadlock_startup
✕ j17_unit_tests 20m 25s
org.apache.cassandra.io.sstable.SSTableReaderTest
testSpannedIndexPositions TIMEOUTED
✕ j17_utests_latest 16m 6s
org.apache.cassandra.db.lifecycle.LogTransactionTest
testStatsTSMismatchDuringStart
org.apache.cassandra.db.lifecycle.LogTransactionTest
testWrongTimestampInTxnFile
org.apache.cassandra.db.lifecycle.LogTransactionTest
testStatsTSMismatchDuringList
✕ j17_utests_oa 18m 59s
org.apache.cassandra.io.sstable.SSTableReaderTest
testSpannedIndexPositions TIMEOUTED
{noformat}
[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5808/workflows/3ffc4502-ef1b-4ac3-8dd8-518057d17a5c]
> CQLSH throws an exception loading .cqlshrc on Windows
> -----------------------------------------------------
>
> Key: CASSANDRA-20478
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20478
> Project: Apache Cassandra
> Issue Type: Bug
> Components: CQL/Interpreter
> Reporter: Brad Schoening
> Assignee: Brad Schoening
> Priority: Low
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {quote} File
> "C:\JPMC\DEV\TMP\ds\tools\python3.11\latest\Lib\site-packages\cqlshlib\util.py",
> line 125, in is_file_secure
> uid = os.getuid()
> ^^^^^^^^^
> AttributeError: module 'os' has no attribute 'getuid'. Did you mean: 'getpid'?
> {quote}
> The utility function is_file_secure() calls the function os.getuid() which is
> only implemented on Unix/Linux. See
> [https://docs.python.org/3/library/os.html#os.getuid].
> This can be reproduced by:
> * First, create an empty file on Windows 'foo'
> {quote}python
> >>> from cqlshlib.util import is_file_secure
> >>> is_file_secure('foo')
> {quote}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]