Skip to content

Comments

[BEAM-1823] Improve ValidatesRunner Test Log#2464

Closed
markflyhigh wants to merge 4 commits intoapache:masterfrom
markflyhigh:improve-vr-log
Closed

[BEAM-1823] Improve ValidatesRunner Test Log#2464
markflyhigh wants to merge 4 commits intoapache:masterfrom
markflyhigh:improve-vr-log

Conversation

@markflyhigh
Copy link
Contributor

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

  • Improve ValidatesRunner test log when using TestDataflowRunner. Job link is added to log and print to stdout since BEAM-1890
  • --nocapture flag needs to be added to test command so that job links will not to be captured by Nose and print to stdout in any cases.
  • use --attr instead of -a to increase verbosity.

@markflyhigh
Copy link
Contributor Author

+R: @aaltay

@aaltay
Copy link
Member

aaltay commented Apr 7, 2017

LGTM

@aaltay
Copy link
Member

aaltay commented Apr 7, 2017

LGTM

@asfgit asfgit closed this in 4fd8dc4 Apr 7, 2017
@asfbot
Copy link

asfbot commented Apr 7, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9297/

Build result: FAILURE

[...truncated 2.58 MB...] at java.lang.Thread.run(Thread.java:745)Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 moreCaused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) ... 33 more2017-04-07T22:20:14.829 [ERROR] 2017-04-07T22:20:14.829 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-07T22:20:14.830 [ERROR] 2017-04-07T22:20:14.830 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-07T22:20:14.830 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-04-07T22:20:14.830 [ERROR] 2017-04-07T22:20:14.830 [ERROR] After correcting the problems, you can resume the build with the command2017-04-07T22:20:14.830 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of 0bc66b8 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9297/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install
--none--

@asfbot
Copy link

asfbot commented Apr 7, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9299/

Build result: FAILURE

[...truncated 2.56 MB...] at java.lang.Thread.run(Thread.java:745)Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 moreCaused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) ... 33 more2017-04-07T22:27:04.694 [ERROR] 2017-04-07T22:27:04.694 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-07T22:27:04.694 [ERROR] 2017-04-07T22:27:04.694 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-07T22:27:04.694 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-04-07T22:27:04.694 [ERROR] 2017-04-07T22:27:04.695 [ERROR] After correcting the problems, you can resume the build with the command2017-04-07T22:27:04.695 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of bb0d78a to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9299/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install
--none--

@asfbot
Copy link

asfbot commented Apr 7, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9298/

Build result: FAILURE

[...truncated 2.22 MB...] at java.lang.Thread.run(Thread.java:745)Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 moreCaused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) ... 33 more2017-04-07T22:28:14.484 [ERROR] 2017-04-07T22:28:14.484 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-04-07T22:28:14.484 [ERROR] 2017-04-07T22:28:14.484 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-04-07T22:28:14.484 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-04-07T22:28:14.484 [ERROR] 2017-04-07T22:28:14.484 [ERROR] After correcting the problems, you can resume the build with the command2017-04-07T22:28:14.484 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of 103e0af to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9298/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install
--none--

@coveralls
Copy link

Coverage Status

Coverage increased (+0.006%) to 69.814% when pulling e3d9f87 on markflyhigh:improve-vr-log into 82c5e89 on apache:master.

@asfbot
Copy link

asfbot commented Apr 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants