Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 5d1b932dba3ba89e434da2433650af309662e9a7
https://github.com/jenkinsci/git-plugin/commit/5d1b932dba3ba89e434da2433650af309662e9a7
Author: Mark Waite <[email protected]>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M src/test/java/hudson/plugins/git/CredentialsUserRemoteConfigTest.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
M src/test/java/hudson/plugins/git/GitStatusTest.java
M
src/test/java/hudson/plugins/git/extensions/impl/CheckoutOptionWorkflowTest.java
M src/test/java/jenkins/plugins/git/GitStepTest.java
M
src/test/java/org/jenkinsci/plugins/gittagmessage/GitTagMessageExtensionTest.java
Log Message:
-----------
Use waitForMessage instead of assertLogContains
Jesse Glick noted that some flaky pipeline tests in other plugins
could be resolved by switching from assertLogContains to
waitForMessage. Since the git plugin has shown a tendency to flaky
tests on Windows, let's use Jesse's recommendation as well.
See https://github.com/jenkinsci/bom/pull/110#issuecomment-594782396
Commit: 3cdfc9289273f0f2c2f3f5505c56c8c662bc73d3
https://github.com/jenkinsci/git-plugin/commit/3cdfc9289273f0f2c2f3f5505c56c8c662bc73d3
Author: Mark Waite <[email protected]>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M
src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java
Log Message:
-----------
Wait for second build to finish before ending test
Commit: 7cffea5b55f65b137045c4083096cf18e424650b
https://github.com/jenkinsci/git-plugin/commit/7cffea5b55f65b137045c4083096cf18e424650b
Author: Mark Waite <[email protected]>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M
src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java
Log Message:
-----------
Don't wait for the build that already finished
Commit: d7b61400073d7dbafcd7f5d8a45f14e8ddd32733
https://github.com/jenkinsci/git-plugin/commit/d7b61400073d7dbafcd7f5d8a45f14e8ddd32733
Author: Mark Waite <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M
src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java
Log Message:
-----------
Clarify assertion failure reason
Easier to diagnose a failure if the assertion describes the expectation
Commit: 742735d0832e776115abae3a3c121aabcd462dcf
https://github.com/jenkinsci/git-plugin/commit/742735d0832e776115abae3a3c121aabcd462dcf
Author: Mark Waite <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M
src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java
Log Message:
-----------
Delay briefly for job start, rely on cleaner in @After
Wait briefly for newly scheduled job to start. Once job has started,
waitForAllJobsToComplete will hold the test until job completes. Windows
can remove log files once job completes. Wait on non-Windows reduces
log file InterruptedException from rule teardown before job completion.
Wait on non-Windows not strictly required but gives one less exception
in the test log.
Commit: 6b3d6745a4fdb1b7372525cb389765c5a254e5fd
https://github.com/jenkinsci/git-plugin/commit/6b3d6745a4fdb1b7372525cb389765c5a254e5fd
Author: Mark Waite <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M README.adoc
Log Message:
-----------
Document prune stale tags and its use
Commit: 8fbb81e8e82c188c18734a1aac697dccc4a64f1a
https://github.com/jenkinsci/git-plugin/commit/8fbb81e8e82c188c18734a1aac697dccc4a64f1a
Author: Mark Waite <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M README.adoc
M src/test/java/hudson/plugins/git/CredentialsUserRemoteConfigTest.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
M src/test/java/hudson/plugins/git/GitStatusTest.java
M
src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java
M
src/test/java/hudson/plugins/git/extensions/impl/CheckoutOptionWorkflowTest.java
M src/test/java/jenkins/plugins/git/GitStepTest.java
M
src/test/java/org/jenkinsci/plugins/gittagmessage/GitTagMessageExtensionTest.java
Log Message:
-----------
Merge pull request #866 from MarkEWaite/use-waitForMessage
Use waitForMessage instead of assertLogContains
Compare:
https://github.com/jenkinsci/git-plugin/compare/cc568089313c...8fbb81e8e82c
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/cc5680-8fbb81%40github.com.