Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-5084 Eclipse compilation errors for modules dependent on uberjars #3168

Closed
wants to merge 1 commit into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Dec 17, 2014

Created a profile for Eclipse which marks uberjar dependencies as non-optional.

https://issues.jboss.org/browse/ISPN-5084

@ghost
Copy link
Author

ghost commented Dec 17, 2014

Any other ideas on how to resolve this? This solution works but there might be a cleaner approach...

@infinispanrelease
Copy link

SUCCESS - TeamCity Infinispan :: Pull requests monitor Build 8084/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11188, 0 failed (0 new), 23 ignored. Build time: 01:41:14

@danberindei
Copy link
Member

Looks ok to me, maybe someone who actually uses Eclipse could look at it?

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8110/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11188, 2 failed (2 new), 23 ignored. Build time: 01:39:58

Failed tests detected

  • (new) TestSuite: org.infinispan.distexec.mapreduce.DistributedSharedCacheTwoNodesMapReduceTest.testInvokeMapReduceOnAllKeys
  • (new) TestSuite: org.infinispan.xsite.statetransfer.failures.SiteProviderTopologyChangeTest.testXSiteSTDuringSiteMasterLeave

Error message is logged

Process exited with code 1

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8116/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11208, 3 failed (3 new), 23 ignored. Build time: 01:41:30

Failed tests detected

  • (new) TestSuite: org.infinispan.interceptors.ConcurrentInterceptorVisibilityTest.testSizeVisibility
  • (new) TestSuite: org.infinispan.server.hotrod.HotRod12ReplicationTest.testReplicatedPutWithTopologyChanges
  • (new) org.infinispan.test.integration.security.embedded.NodeAuthenticationMD5PassIT.testReadItemOnJoiningNode

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8167/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11215, 5 failed (5 new), 23 ignored. Build time: 01:53:01

Failed tests detected

  • (new) TestSuite: org.infinispan.statetransfer.ClusterTopologyManagerTest.testAbruptLeaveAfterGetStatus2
  • (new) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testAttributeQuery
  • (new) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testEmbeddedAttributeQuery
  • (new) TestSuite: org.infinispan.client.hotrod.query.MultiHotRodServerIspnDirReplQueryTest.testProjections
  • (new) org.infinispan.server.test.query.ManualIndexingIT.testManualIndexing

Error message is logged

Build duration (secs) is too large: 6768

@infinispanrelease
Copy link

SUCCESS - TeamCity Infinispan :: Pull requests monitor Build 8183/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11215, 0 failed (0 new), 23 ignored. Build time: 01:40:36

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8193/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11215, 1 failed (1 new), 23 ignored. Build time: 02:10:54

Failed tests detected

  • (new) TestSuite: org.infinispan.api.AsyncAPITest.testAsyncMethodWithLifespanAndMaxIdle

Error message is logged

Build duration (secs) is too large: 7832

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8221/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for 7238ba4
Tests: 11216, 3 failed (3 new), 23 ignored. Build time: 01:53:22

Failed tests detected

  • (new) TestSuite: org.infinispan.statetransfer.ClusterTopologyManagerTest.testClusterRecoveryWithRebalance
  • (new) TestSuite: org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges
  • (new) org.infinispan.server.test.query.ManualIndexingIT.testManualIndexing

Error message is logged

Build duration (secs) is too large: 6788

Created a profile for Eclipse which marks uberjar dependencies as non-optional.
@ghost
Copy link
Author

ghost commented Jan 7, 2015

Rebased.

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8236/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for d7a5f32
Tests: 11217, 1 failed (0 new), 23 ignored. Build time: 01:52:08

Failed tests detected

  • (since 06-Jan-2015) org.infinispan.server.test.query.ManualIndexingIT.testManualIndexing

Error message is logged

Build duration (secs) is too large: 6713

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8266/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for d7a5f32
Tests: 11232, 1 failed (0 new), 23 ignored. Build time: 01:54:48

Failed tests detected

  • (since 06-Jan-2015) org.infinispan.server.test.query.ManualIndexingIT.testManualIndexing

Error message is logged

Build duration (secs) is too large: 6870

@infinispanrelease
Copy link

FAILURE - TeamCity Infinispan :: Pull requests monitor Build 8286/isavin:ISPN-5084_eclipse_build_fix_uberjar_dependencies for d7a5f32
Tests: 11232, 1 failed (1 new), 23 ignored. Build time: 01:40:42

Failed tests detected

  • (new) TestSuite: org.infinispan.interceptors.ConcurrentInterceptorVisibilityTest.testSizeVisibility

@wburns
Copy link
Member

wburns commented Jan 12, 2015

Checking...

@wburns
Copy link
Member

wburns commented Jan 12, 2015

Looks good, removed over 490 compilation errors :)

Pulling...

@wburns
Copy link
Member

wburns commented Jan 12, 2015

Integrated into master, thanks @isavin !

@wburns wburns closed this Jan 12, 2015
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