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

tests/verifiable_producer: ignore SSHException after shutdown #6804

Closed
wants to merge 5 commits into from

Conversation

bharathv
Copy link
Contributor

Cover letter

paramiko throws an SSHException under load triggering an unclean shutdown of the producer even though the command successfully ran in the background. Patch ignores the exception if it detects that the shutdown was already acked.

Fixes #6792

Backport Required

  • not a bug fix
  • issue does not exist in previous branches
  • papercut/not impactful enough to backport
  • v22.2.x
  • v22.1.x
  • v21.11.x

UX changes

  • none

Release notes

  • none

Features

  • none

Improvements

paramiko throws an SSHException under load triggering an
unclean shutdown of the producer even though the command
successfully ran in the background. Patch ignores the exception
if it detects that the shutdown was already acked.
@bharathv
Copy link
Contributor Author

/ci-repeat 10
dt-repeat=10
skip-units
tests/rptest/tests/compaction_end_to_end_test.py

@bharathv
Copy link
Contributor Author

/ci-repeat 10
dt-repeat=10
skip-units
tests/rptest/tests/compaction_end_to_end_test.py

@mmedenjak mmedenjak added kind/bug Something isn't working area/tests ci-failure labels Oct 18, 2022
@bharathv
Copy link
Contributor Author

/ci-repeat 10
dt-repeat=10
skip-units
tests/rptest/tests/compaction_end_to_end_test.py

@bharathv
Copy link
Contributor Author

/ci-repeat 10
dt-repeat=10
skip-units
tests/rptest/tests/compaction_end_to_end_test.py

@bharathv bharathv closed this Oct 18, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSHException in CompactionEndToEndTest test_basic_compaction
2 participants