Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 2dac35f7d82150e3b664d3f943284035f9841ab1
https://github.com/jenkinsci/git-plugin/commit/2dac35f7d82150e3b664d3f943284035f9841ab1
Author: Mark Waite <[email protected]>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Do not stop parallel tests on first failure
Tests on multiple configurations have good information to share even
if one of the configurations fails.
Commit: b1386765033a5cb2ca870b7f42413f5cc2d5d000
https://github.com/jenkinsci/git-plugin/commit/b1386765033a5cb2ca870b7f42413f5cc2d5d000
Author: Mark Waite <[email protected]>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitStatusTest.java
Log Message:
-----------
Remove low value GitStatusTest.testToString()
Only test that depends on test evaluation order
Commit: 0dae03b9abafd7b5c065dcf9ffb06743cca91040
https://github.com/jenkinsci/git-plugin/commit/0dae03b9abafd7b5c065dcf9ffb06743cca91040
Author: Mark Waite <[email protected]>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M CONTRIBUTING.adoc
M src/test/java/hudson/plugins/git/GitSCMSlowTest.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
M src/test/java/hudson/plugins/git/GitStatusTest.java
M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java
M src/test/java/jenkins/plugins/git/GitStepTest.java
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java
M src/test/java/jenkins/plugins/git/GitUsernamePasswordBindingTest.java
A src/test/java/jenkins/plugins/git/RandomOrder.java
Log Message:
-----------
Limit test duration of the longest running tests
Use JUnit assume to skip tests after time exceeded
JUnit assume will flag the test skip as a warning in the Jenkins job.
That's a good thing in this case, since we want to know when tests are
skipped due to excessive elapsed test time.
Run tests in random order
Run all tests when not in CI
Report duration limit in skip message
Limit GitSCMTest to not more than 9.5 minutes
Limit GitStatusTest to not more than 5 minutes
Limit GitSCMSlowTests to not more than 3 minutes
Limit AbstractGitSCMSourceTest to not more than 2.5 minutes
Limit GitToolChooserTest to not more than 2.5 minutes
Commit: 78be025c98690edc7d092c8a9c45322c58870f02
https://github.com/jenkinsci/git-plugin/commit/78be025c98690edc7d092c8a9c45322c58870f02
Author: Mark Waite <[email protected]>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitChangeSetPluginHistoryTest.java
M src/test/java/hudson/plugins/git/GitChangeSetTruncateTest.java
M src/test/java/hudson/plugins/git/GitSCMSlowTest.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
Log Message:
-----------
Remove test code for git before 1.8
None of the supported operating systems provide command line git 1.7.
There is no reason to carry test code that checks a conditional that
will never be true.
Compare:
https://github.com/jenkinsci/git-plugin/compare/e7cc0b6625cc...78be025c9869
--
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/e7cc0b-78be02%40github.com.