Uh oh!
There was an error while loading. Please reload this page.
JPERF-811: Show how flaky shouldTolerateEarlyFinish is, so that it's … - #24
Closed
pczuj wants to merge 1 commit into
Closed
JPERF-811: Show how flaky shouldTolerateEarlyFinish is, so that it's …#24pczuj wants to merge 1 commit into
pczuj wants to merge 1 commit into
Conversation
…clear that next change fixes it
pczuj
deleted the
JPERF-811-show-how-flaky-SshTest-shouldTolerateEarlyFinish-is
branch
June 22, 2022 16:24
pczuj
commented
Jun 22, 2022
ContributorAuthor
The test will be fixed in #23 |
dagguh
reviewed
Jun 29, 2022
| val fail = sshHost.runInBackground("nonexistent-command") | ||
| val failResult = fail.stop(Duration.ofMillis(20)) | ||
| repeat(1000) { |
Contributor
There was a problem hiding this comment.
Good change, exposes the problem more predictably 👍
dagguh
commented
Jun 29, 2022
Contributor
This PR left an unmaintained branch. It's best to open PRs from forks. |
pczuj
commented
Jun 29, 2022
ContributorAuthor
dagguh
commented
Jul 5, 2022
Contributor
Ah right, it's a different branch 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

…clear that next change fixes it