Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-plugin Commit: 3406f90bf0651c5f1a0b20ad91c1872263283774 https://github.com/jenkinsci/git-client-plugin/commit/3406f90bf0651c5f1a0b20ad91c1872263283774 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths: M src/test/java/hudson/plugins/git/GitExceptionTest.java M src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIWindowsFilePermissionsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/FilePermissionsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java Log Message: ----------- Reduce test warning count by not using Assume The maven surefire plugin reports skipped tests as a WARNING. That WARNING causes the warnings plugin on ci.jenkins.io to count the skipped test as a warning and display the warning in the job results. The tests are intentionally skipped so they should not be counted as warnings. This converts the assertion from a warning to no warning. The same code is executed as previously, without the maven surefire warning. Commit: 3e84f67a3902f388a36210c6c8abae092925aedc https://github.com/jenkinsci/git-client-plugin/commit/3e84f67a3902f388a36210c6c8abae092925aedc Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M src/test/java/hudson/plugins/git/GitExceptionTest.java M src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIWindowsFilePermissionsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/FilePermissionsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java Log Message: ----------- Merge pull request #607 from MarkEWaite/remove-surefire-warnings Reduce test warning count by not using Assume Compare: https://github.com/jenkinsci/git-client-plugin/compare/e1b0ad89791d...3e84f67a3902 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/master/e1b0ad-3e84f6%40github.com.