Build for version 1.8.0-build.1133 of Apache Geode failed.
= The build job for Apache Geode version 1.8.0-build.1133 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1133/geode-build-artifacts-1.8.0-build.1133.tgz Test results are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1133/test-results/build/ Job: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/177 =
Build for version 1.8.0-build.1134 of Apache Geode failed.
= The build job for Apache Geode version 1.8.0-build.1134 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1134/geode-build-artifacts-1.8.0-build.1134.tgz Test results are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1134/test-results/build/ Job: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/178 =
Build for version 1.8.0-build.1135 of Apache Geode failed.
= The build job for Apache Geode version 1.8.0-build.1135 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1135/geode-build-artifacts-1.8.0-build.1135.tgz Test results are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1135/test-results/build/ Job: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/179 =
Build for version 1.8.0-build.1136 of Apache Geode failed.
= The build job for Apache Geode version 1.8.0-build.1136 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1136/geode-build-artifacts-1.8.0-build.1136.tgz Test results are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1136/test-results/build/ Job: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/180 =
Build for version 1.8.0-build.1137 of Apache Geode failed.
= The build job for Apache Geode version 1.8.0-build.1137 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1137/geode-build-artifacts-1.8.0-build.1137.tgz Test results are available at: http://files.apachegeode-ci.info/builds/1.8.0-build.1137/test-results/build/ Job: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/181 =
Geode unit tests completed in 'develop/IntegrationTest' with non-zero exit code
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/125
[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #980 was SUCCESSFUL (with 2423 tests)
--- Spring Data GemFire > Nightly-ApacheGeode > #980 was successful. --- Scheduled 2425 tests in total. https://build.spring.io/browse/SGF-NAG-980/ -- This message is automatically generated by Atlassian Bamboo
Heads Up: Large change coming / GEODE-5363
I am going to be merging GEODE-5363 tomorrow (Tuesday). This change touches nearly every test file. If you have any work in progress that has tests you will need to do a bit of work to rebase after this change. First thing you will notice it that the primary category annotations are gone, so your test will not compile. If your test is not a unit test you will need to move it to the correct primary category directory now. Unit tests will stay in src/test/java, the others go in src/distributedTest/java, src/integrationTest/java, src/acceptanceTest/java, or src/uiTest/java. https://issues.apache.org/jira/browse/GEODE-5363 https://github.com/apache/geode/pull/2126 -Jake