You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/06/27 00:00:06 UTC

[GitHub] [skywalking] kezhenxu94 opened a new pull request #2953: Do not report coverage on failure

kezhenxu94 opened a new pull request #2953: Do not report coverage on failure
URL: https://github.com/apache/skywalking/pull/2953
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   Only report test coverage on success, to eliminate unnecessary exception traces:
   
   ```text
   09:05:49  No test report files were found. Configuration error?
   Error when executing always post condition:
   hudson.AbortException: No test report files were found. Configuration error?
   	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
   	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
   	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
   	at hudson.remoting.Request$2.run(Request.java:369)
   	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at java.lang.Thread.run(Thread.java:748)
   	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H14
   		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
   		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
   		at hudson.remoting.Channel.call(Channel.java:955)
   		at hudson.FilePath.act(FilePath.java:1072)
   		at hudson.FilePath.act(FilePath.java:1061)
   		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
   		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137)
   		at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167)
   		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52)
   		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25)
   		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
   		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   		... 1 more
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services