Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-plugin
  Commit: edd6c8b9512c498c68bbdf0efcfc57488ba98831
      
https://github.com/jenkinsci/workflow-plugin/commit/edd6c8b9512c498c68bbdf0efcfc57488ba98831
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M 
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
    M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

  Log Message:
  -----------
  Better reporting from a flaky test.
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.589 sec <<< 
FAILURE! - in org.jenkinsci.plugins.workflow.steps.TimeoutStepTest
restarted(org.jenkinsci.plugins.workflow.steps.TimeoutStepTest)  Time elapsed: 
2.759 sec  <<< ERROR!
java.lang.IllegalStateException: broken flow
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.runInCpsVmThread(CpsFlowExecution.java:542)
        at 
org.jenkinsci.plugins.workflow.cps.CpsStepContext.scheduleNextRun(CpsStepContext.java:362)
        at 
org.jenkinsci.plugins.workflow.cps.CpsStepContext.onSuccess(CpsStepContext.java:335)
        at 
org.jenkinsci.plugins.workflow.test.steps.SemaphoreStep.success(SemaphoreStep.java:108)
        at 
org.jenkinsci.plugins.workflow.steps.TimeoutStepTest$4.evaluate(TimeoutStepTest.java:111)
        at …


  Commit: a8073443b901b0cde63dacec2f82f9691833744b
      
https://github.com/jenkinsci/workflow-plugin/commit/a8073443b901b0cde63dacec2f82f9691833744b
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  -----------
  [JENKINS-22767] Noting symptom.


  Commit: 89c6574cd5062c3b39e24a490ec058139188a547
      
https://github.com/jenkinsci/workflow-plugin/commit/89c6574cd5062c3b39e24a490ec058139188a547
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M 
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/parallel/ParallelStepTest.java

  Log Message:
  -----------
  Flaky test.
Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 377.226 sec 
<<< FAILURE! - in org.jenkinsci.plugins.workflow.steps.parallel.ParallelStepTest
suspend(org.jenkinsci.plugins.workflow.steps.parallel.ParallelStepTest)  Time 
elapsed: 188.128 sec  <<< ERROR!
java.lang.InterruptedException: null
        at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
        at java.util.concurrent.FutureTask.get(FutureTask.java:191)
        at 
org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$3.get(CpsThreadGroup.java:255)
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.waitForSuspension(CpsFlowExecution.java:588)
        at 
org.jenkinsci.plugins.workflow.SingleJobTestBase.waitForWorkflowToSuspend(SingleJobTestBase.java:96)
        at 
org.jenkinsci.plugins.workflow.SingleJobTestBase.waitForWorkflowToSuspend(SingleJobTestBase.java:92)
        at 
org.jenkinsci.plugins.workflow.steps.parallel.ParallelStepTest$9.evaluate(ParallelStepTest.java:309)
        at …


  Commit: 07fccf8d797cc12efc6486895487eba856f6f4ed
      
https://github.com/jenkinsci/workflow-plugin/commit/07fccf8d797cc12efc6486895487eba856f6f4ed
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

  Log Message:
  -----------
  Trying to diagnose a flaky test.
=== Starting 
executorStepRestart(org.jenkinsci.plugins.workflow.steps.ExecutorStepTest)
[demo #1] Started
[demo #1] [Pipeline] Allocate node : Start
[demo #1] Still waiting to schedule task
[demo #1] Waiting for next available executor
… jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
loading demo #1 @…
… jenkins.model.Jenkins <init>
WARNING: null
java.lang.NullPointerException
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.getCurrentHeads(CpsFlowExecution.java:598)
        at 
org.jenkinsci.plugins.workflow.flow.FlowExecution.isComplete(FlowExecution.java:176)
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.isComplete(CpsFlowExecution.java:776)
        at 
org.jenkinsci.plugins.workflow.flow.FlowExecutionList$1.computeNext(FlowExecutionList.java:64)
        at 
org.jenkinsci.plugins.workflow.flow.FlowExecutionList$1.computeNext(FlowExecutionList.java:55)
        at 
com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
        at 
com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
        at 
org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl.onLoaded(FlowExecutionList.java:170)
        at jenkins.model.Jenkins.<init>(Jenkins.java:863)


  Commit: 2f7571ac4441865f6ff5380fff853725fc03fec3
      
https://github.com/jenkinsci/workflow-plugin/commit/2f7571ac4441865f6ff5380fff853725fc03fec3
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M 
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
    M 
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/parallel/ParallelStepTest.java
    M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  -----------
  Merge pull request #324 from jglick/flakes

Flaky tests


Compare: 
https://github.com/jenkinsci/workflow-plugin/compare/383ab81d5fb0...2f7571ac4441

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to