Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: b50b5058e582ba02d451e8956154b797d45f836d
      
https://github.com/jenkinsci/jenkins-test-harness/commit/b50b5058e582ba02d451e8956154b797d45f836d
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M pom.xml
    M src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  remove flakyness expolding war for test

exploding the war for test had a race condition that caused tests to
randomly fail if they had multiple tests running in parallel using
JenkinsRule.

this switches a poor mans locking with race conditions to use the OS
level file locking facilities


  Commit: 7905ca91da42677fa741be44bcd7695dcb69adb0
      
https://github.com/jenkinsci/jenkins-test-harness/commit/7905ca91da42677fa741be44bcd7695dcb69adb0
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  remove TODO and fix typos

We do need to ask for write, otherwise we can not create the file.

s/itteration/iteration/g

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


  Commit: 7f118a78ad5117105ccefce37e275f871d7f10b9
      
https://github.com/jenkinsci/jenkins-test-harness/commit/7f118a78ad5117105ccefce37e275f871d7f10b9
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  Update typos in comments

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


  Commit: 9fd56cb26c90241de4ac8be5d3839409fe099b1b
      
https://github.com/jenkinsci/jenkins-test-harness/commit/9fd56cb26c90241de4ac8be5d3839409fe099b1b
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  Apply suggestions from code review

Co-authored-by: Jesse Glick <jgl...@cloudbees.com>


  Commit: 0ea6fc5d99bfac3e4877d5bd6b96f2c357906a87
      
https://github.com/jenkinsci/jenkins-test-harness/commit/0ea6fc5d99bfac3e4877d5bd6b96f2c357906a87
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M pom.xml
    M src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  Merge pull request #635 from jtnord/explode-war-flake

remove flakyness expolding war for test


Compare: 
https://github.com/jenkinsci/jenkins-test-harness/compare/5f7898556b52...0ea6fc5d99bf

-- 
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/jenkins-test-harness/push/refs/heads/master/5f7898-0ea6fc%40github.com.

Reply via email to