You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/02/05 11:29:02 UTC

[GitHub] [bookkeeper] eolivelli opened a new issue #2261: GitHub Actions "PR Validation" is running DistributedLog tests

eolivelli opened a new issue #2261: GitHub Actions "PR Validation" is running DistributedLog tests
URL: https://github.com/apache/bookkeeper/issues/2261
 
 
   It looks like "PR Validation" is running tests, I was expecting that job to only run stuff like checkstyle, spotbugs....
   
   I discovered this fact in #2228 because I saw a failed test
   
   ```
   [ERROR] org.apache.distributedlog.common.config.TestConfigurationSubscription.testExceptionInConfigLoad(org.apache.distributedlog.common.config.TestConfigurationSubscription)
   [ERROR]   Run 1: TestConfigurationSubscription.testExceptionInConfigLoad:169 » FileNotFound /tm...
   [ERROR]   Run 2: TestConfigurationSubscription.testExceptionInConfigLoad:134 » IO Too many open...
   [ERROR]   Run 3: TestConfigurationSubscription.testExceptionInConfigLoad:134 » IO Too many open...
   [ERROR] org.apache.distributedlog.common.config.TestConfigurationSubscription.testReloadConfiguration(org.apache.distributedlog.common.config.TestConfigurationSubscription)
   [ERROR]   Run 1: TestConfigurationSubscription.testReloadConfiguration:60 » IO Too many open fi...
   [ERROR]   Run 2: TestConfigurationSubscription.testReloadConfiguration:60 » IO Too many open fi...
   [ERROR]   Run 3: TestConfigurationSubscription.testReloadConfiguration:60 » IO Too many open fi...
   [ERROR] Tests run: 10, Failures: 0, Errors: 2, Skipped: 0
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project distributedlog-common: There are test failures.
   [ERROR] 
   [ERROR] Please refer to /home/runner/work/bookkeeper/bookkeeper/stream/distributedlog/common/target/surefire-reports for the individual test results.
   [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :distributedlog-common
   ##[error]Process completed with exit code 1.
   ```

----------------------------------------------------------------
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