-
Notifications
You must be signed in to change notification settings - Fork 96
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
[JEP-210] Integration tests with DurableTaskStep #21
Merged
Merged
Changes from 46 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
bcfe6a5
First draft of integration with new watch/Handler API.
jglick c080e32
Integration test for remote logging.
jglick 4ad8e75
Reminder to pick up https://github.com/jenkinsci/jenkins-test-harness…
jglick 1991f14
[FIXED JENKINS-31096] Proving that recoding in FileMonitoringTask.Wat…
jglick 8c2f510
Picking up 1.17 test harness.
jglick 2c43dba
BindingStepTest equivalent demonstrating that a ConsoleLogFilter may …
jglick 940d360
jitpack.io for upstream https://github.com/jenkinsci/maven-hpi-plugin…
jglick 6197075
Simpler idiom for tracking the name of an agent.
jglick de034fa
hpi-plugin.version=1.121
jglick a8dafb0
Extended JENKINS-34021 coverage to watch mode.
jglick 363bafa
getLog should take a long start argument.
jglick 0e00b9d
Merge branch 'robustness-JENKINS-40613' into logs-JENKINS-38381
jglick 178c4e3
Giving up on jitpack for now.
jglick 5dbf17e
Merge branch 'master' into logs-JENKINS-38381
jglick e8f5ab9
New snapshots.
jglick 6f2f928
Merge branch 'master' into logs-JENKINS-38381
jglick 1b89cb7
Minor additional fixups.
jglick b983dca
Fixing minor build issues.
jglick 4e53e76
Test from https://github.com/jenkinsci/workflow-durable-task-step-plu…
jglick 9e36ef2
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 99301e5
Merge branch 'watch-plus-UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick c886dbc
Merge branch 'watch-plus-UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick cf9703d
requireUpperBoundDeps
jglick 34125ba
Deleting LessAbstractTaskListener as it is superseded by https://gith…
jglick 8601150
Superfluous double build.
jglick 74dc7c3
Suppressing a new test on Windows for the moment.
jglick a9ef0c6
Some updates.
jglick 4cf6db4
Refactored to LogStorage.
jglick 46b4f43
Bumps.
jglick 9040974
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 9594a9e
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 04562f4
Adapted to https://github.com/jenkinsci/workflow-api-plugin/pull/17/c…
jglick 7b07da9
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 1a53d3d
Now using FileLogStorage.
jglick 8668f02
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick dfadac1
More interesting ShellStepTest.remoteLogger: upcase output on the rem…
jglick a8e9da4
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 77b8bd3
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick c66d650
Merge branch 'watch-JENKINS-38381' into logs-JENKINS-38381
jglick 587b863
Bumps.
jglick 221f1ac
Added another test demonstrating that watch mode with an external log…
jglick 9674f84
Speeding up priming builds for ShellStepTest.remoteVoluminousLogger.
jglick 2558f96
Merge branch 'master' into logs-JENKINS-38381
jglick b97162b
Merge branch 'master' into logs-JENKINS-38381
jglick 648d2f2
Bumps.
jglick 68614d2
Flaky test.
jglick d8d15fc
Using release versions.
jglick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
buildPlugin(jenkinsVersions: [null, '2.121.1']) | ||
buildPlugin() |
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to have another test here too, which would produce a large volume of output, using a listener that did not delegate but wrote independently to a separate file, and use
Channel.Listener.onRead
/.onWrite
to demonstrate that there is little traffic…unless you disable watch mode, as a control.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(resolved)