X Tutup
The Wayback Machine - https://web.archive.org/web/20200917224627/https://github.com/ParallelSSH/parallel-ssh/issues/139
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

Docker based SSH server for integration tests #139

Open
pkittenis opened this issue Sep 5, 2018 · 0 comments
Open

Docker based SSH server for integration tests #139

pkittenis opened this issue Sep 5, 2018 · 0 comments
Labels

Comments

@pkittenis
Copy link
Member

@pkittenis pkittenis commented Sep 5, 2018

Testing

Migrate embedded OpenSSH server used for integration testing to docker container. The embedded server causes flaky tests from race conditions.

Migrating to docker will simplify the testing code and make tests more reliable, plus it allows the project to test default configuration of SSH server as used in distributions.

To test against the broadest platform, best to target latest Ubuntu LTS release.

@pkittenis pkittenis added the refactor label Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup