[
https://issues.apache.org/jira/browse/CASSANDRA-17397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17506414#comment-17506414
]
Josh McKenzie commented on CASSANDRA-17397:
-------------------------------------------
We jumped from 3 failures to 17 on this CI run (transition from #999 to #1000).
This may have correlated w/a regression in our CI env, or may be reflective of
some changes in this ticket. Not sure - though it's worth calling out we had
the subsequent three builds fail on ASF infra immediately after the one this
SHA triggered, so. Probably worth a skim of the failures below to see if any
might be related to the work here.
[CI Results]
Branch: trunk, build number: 1000
jenkins url: [https://ci-cassandra.apache.org/job/Cassandra-trunk/1000/]
JIRA: CASSANDRA-17397
commit url:
[https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=852d7b667d28e5dbd7f20a3a16234b30da07ff56]
affected paths:
* .jenkins/Jenkinsfile
Build Result: UNSTABLE
Passing Tests: 43616
Failing Tests: 17
||Test|Failures|JIRA|
|dtest-upgrade.upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_EndsAt_3_11_X.test_rolling_upgrade_with_internode_ssl|24
of 59|CASSANDRA-17306?|
|dtest-upgrade.upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_3_11_X_HEAD.test_rolling_upgrade|25
of 59|CASSANDRA-17306?|
|org.apache.cassandra.cql3.ViewFilteringComplexPKTest.testPartitionKeyAndClusteringKeyFilteringRestrictions[2]|1
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.db.commitlog.BatchCommitLogTest.testOutOfOrderFlushRecoveryWithCompaction[3]-cdc|2
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.cql3.ViewComplexUpdatesTest.testUpdateColumnNotInViewWithFlush[1]|1
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|dtest.cqlsh_tests.test_cqlsh_copy.TestCqlshCopy.test_bulk_round_trip_with_timeouts|1
of 59|CASSANDRA-17322?|
|org.apache.cassandra.distributed.test.ring.AutoBootstrapTest.readWriteDuringBootstrapTest|8
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.cql3.ViewFilteringComplexPKTest.testPartitionKeyAndClusteringKeyFilteringRestrictions[3]|1
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.cql3.validation.operations.CompactStorageTest.testIndicesOnCompactTable|2
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|dtest-upgrade.upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_3_11_X_HEAD.test_rolling_upgrade_with_internode_ssl|24
of 59|CASSANDRA-17306?|
|org.apache.cassandra.cql3.validation.entities.TupleTypeTest.unknown|1 of
59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.net.ProxyHandlerConnectionsTest.testExpireSome-compression|4
of 59|CASSANDRA-17301?|
|dtest-upgrade.upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_EndsAt_3_11_X.test_rolling_upgrade|25
of 59|CASSANDRA-17306?|
|org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testSegmentFlaggingWithNonblockingOnCreation|2
of 59|CASSANDRA-17416?|
|org.apache.cassandra.cql3.KeywordTest.test[keyword TRIGGER isReserved false]|1
of 59|[No JIRA
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]|
|org.apache.cassandra.distributed.test.UnableToParseClientMessageTest.badHeader[version=4/v4]|1
of 59|CASSANDRA-16974?|
> cleanup cqlshlib unit test failures and warnings
> ------------------------------------------------
>
> Key: CASSANDRA-17397
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17397
> Project: Cassandra
> Issue Type: Bug
> Components: CQL/Interpreter
> Reporter: Brad Schoening
> Assignee: Brad Schoening
> Priority: Normal
> Fix For: 4.1
>
>
> The cqlshlib unit tests have some regular failures and warnings.
> # test_copyutil.py fails with too many open files when ulimit is 256
> # cassconnect.py:39: DeprecationWarning: Legacy execution parameters
> # sslhandling.py:42: DeprecationWarning: The SafeConfigParser class has been
> renamed to ConfigParser
> # remove unused reference to nosetests.xml in Jenkinsfile
>
> The cqlshlib test test_copyutil.py fails on MacOS with
> *E OSError: [Errno 24] Too many open files*
> This happens because the test does not close the file descriptors after use.
> The default ulimit on MacOS is small, 256:
> % ulimit -n
> 256
> The simple fix is to close the pipe after use. Increasing ulimit nofiles
> works also, but shouldn't be necessary.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]