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

:aeron-driver:test FAILED #39

Closed
maoxianfly opened this issue Dec 3, 2014 · 7 comments
Closed

:aeron-driver:test FAILED #39

maoxianfly opened this issue Dec 3, 2014 · 7 comments

Comments

@maoxianfly
Copy link

:aeron-driver:test

uk.co.real_logic.aeron.driver.DriverConductorTest > shouldOnlyRemoveSubscriptionMediaEndpointUponRemovalOfAllSubscribers FAILED
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at org.junit.Assert.assertNotNull(Assert.java:631)
at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldOnlyRemoveSub
scriptionMediaEndpointUponRemovalOfAllSubscribers(DriverConductorTest.java:287)

uk.co.real_logic.aeron.driver.DriverConductorTest > shouldNotTimeoutSubscriptionOnKeepAlive FAILED
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at org.junit.Assert.assertNotNull(Assert.java:631)
at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldNotTimeoutSub
scriptionOnKeepAlive(DriverConductorTest.java:409)

uk.co.real_logic.aeron.driver.DriverConductorTest > shouldKeepSubscriptionMediaEndpointUponRemovalOfAllButOneSubscriber FAILED
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at org.junit.Assert.assertNotNull(Assert.java:631)
at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldKeepSubscript
ionMediaEndpointUponRemovalOfAllButOneSubscriber(DriverConductorTest.java:262)

uk.co.real_logic.aeron.driver.DriverConductorTest > shouldTimeoutSubscription FA
ILED
Wanted but not invoked:
receiverProxy.addSubscription(, 10);
-> at uk.co.real_logic.aeron.driver.DriverConductorTest.verifyReceiverSubscr
ibes(DriverConductorTest.java:433)
Actually, there were zero interactions with this mock.
at uk.co.real_logic.aeron.driver.DriverConductorTest.verifyReceiverSubsc
ribes(DriverConductorTest.java:433)
at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldTimeoutSubscr
iption(DriverConductorTest.java:393)

uk.co.real_logic.aeron.driver.DriverConductorTest > shouldBeAbleToAddSingleSubscription FAILED
Wanted but not invoked:
clientProxy.operationSucceeded(1429);
-> at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldBeAbleToAddSingleSubscription(DriverConductorTest.java:177)

However, there were other interactions with this mock:
-> at uk.co.real_logic.aeron.driver.DriverConductor.onClientCommand(DriverConductor.java:333)
    at uk.co.real_logic.aeron.driver.DriverConductorTest.shouldBeAbleToAddSingleSubscription(DriverConuctorTest.java:177)

Results: FAILURE (77 tests, 72 successes, 5 failures, 0 skipped)

77 tests completed, 5 failed
:aeron-driver:test FAILED

@tmontgomery
Copy link
Contributor

Looks vaguely similar to #30 . Is this CentOS?

@maoxianfly
Copy link
Author

os : windows 7 x64
Gradle 1.10
java version "1.8.0_25" 64-Bit

@tmontgomery
Copy link
Contributor

Anyone else have Windows 7 that can confirm this problem?

@mjpt777
Copy link
Contributor

mjpt777 commented Dec 16, 2014

I can check on Windows 7 when I get home on Friday.

@mjpt777
Copy link
Contributor

mjpt777 commented Dec 16, 2014

@maoxianfly Can you try using the gradlew wrapper as this is a later version? Just run ./gradlew in the project root directory.

@mjpt777
Copy link
Contributor

mjpt777 commented Dec 19, 2014

I've built and successful run the tests on a Windows 7 machine. I suspect this issue is to do with the wrong version of Gradle. @maoxianfly can you run the gradle wrapper script that comes with the repo?

@tmontgomery
Copy link
Contributor

Closing for now as lots has changed.

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

No branches or pull requests

3 participants