Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/pylib: do not check for self.cmd when tearing down ScyllaServer #21936

Closed

Conversation

tchaikov
Copy link
Contributor

we already check self.cmd for null at the very beginning of the ScyllaServer.stop(), and in the try block, we don't reset self.cmd, hence there is no need to check it again.


it's a cleanup, hence no need to backport.

we already check `self.cmd` for null at the very beginning of the
`ScyllaServer.stop()`, and in the `try` block, we don't reset
`self.cmd`, hence there is no need to check it again.

Signed-off-by: Kefu Chai <[email protected]>
@scylladb-promoter
Copy link
Contributor

🟢 CI State: SUCCESS

✅ - Build
✅ - Offline-installer Artifact Tests
✅ - Docker Test
✅ - Unit Tests

Build Details:

  • Duration: 8 hr 1 min
  • Builder: i-0d09fbb6d740351c7 (m5ad.8xlarge)

@mykaul
Copy link
Contributor

mykaul commented Dec 18, 2024

@xtrey / @temichus - please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants