[
https://issues.apache.org/jira/browse/CASSANDRA-18343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703373#comment-17703373
]
Ekaterina Dimitrova edited comment on CASSANDRA-18343 at 3/21/23 8:52 PM:
--------------------------------------------------------------------------
Mail [sent|https://lists.apache.org/thread/6whpt3ok4rjv034oosv17cmqrt2x0b3s]. I
will wait until tomorrow before pushing CI run and posting patch for review
here, in case someone on @dev has any concerns.
was (Author: e.dimitrova):
Mail [sent|https://lists.apache.org/thread/6whpt3ok4rjv034oosv17cmqrt2x0b3s]. I
will wait until tomorrow before sending CI run and patch for review here, in
case someone on @dev has any concerns.
> JDK17 - fix nodetool_test.TestNodetool.test_sjk
> -----------------------------------------------
>
> Key: CASSANDRA-18343
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18343
> Project: Cassandra
> Issue Type: Bug
> Components: CI
> Reporter: Ekaterina Dimitrova
> Assignee: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 5.x
>
>
>
> [https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/2321/workflows/de1f521d-c5cb-4ddd-bc45-9ec71b577bf3/jobs/19923/tests]
>
> {code:java}
> AssertionError: Expected 'SJK hh' output assert False == True self =
> <nodetool_test.TestNodetool object at 0x7f9ab6d95908> @since('4.0') def
> test_sjk(self): """ Verify that SJK generally works. """ cluster =
> self.cluster cluster.populate([1]).start() node = cluster.nodelist()[0] out,
> err, _ = node.nodetool('sjk --help') logger.debug(out) hasPattern = False for
> line in out.split(os.linesep): if " ttop [Thread Top] Displays threads from
> JVM process" == line: hasPattern = True assert hasPattern == True, "Expected
> help about SJK ttop" out, err, _ = node.nodetool('sjk') logger.debug(out)
> hasPattern = False for line in out.split(os.linesep): if " ttop [Thread Top]
> Displays threads from JVM process" == line: hasPattern = True assert
> hasPattern == True, "Expected help about SJK ttop" out, err, _ =
> node.nodetool('sjk hh -n 10 --live') logger.debug(out) hasPattern = False for
> line in out.split(os.linesep): if re.match('.*Instances.*Bytes.*Type.*',
> line): hasPattern = True > assert hasPattern == True, "Expected 'SJK hh'
> output" E AssertionError: Expected 'SJK hh' output E assert False == True
> nodetool_test.py:482: AssertionError{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]