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

CollisionIT test failed on Travis #879

Open
cjmctague opened this issue Jun 27, 2017 · 4 comments
Open

CollisionIT test failed on Travis #879

cjmctague opened this issue Jun 27, 2017 · 4 comments

Comments

@cjmctague
Copy link
Contributor

cjmctague commented Jun 27, 2017

Travis error for the latest Commit: 4f255a4

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 45.106 sec <<< FAILURE! - in org.apache.fluo.integration.impl.CollisionIT
testLotsOfCollisions(org.apache.fluo.integration.impl.CollisionIT)  Time elapsed: 45.079 sec  <<< FAILURE!
java.lang.AssertionError: Duplicate row col 2:stat:total:2000000000000000
	at org.apache.fluo.integration.impl.CollisionIT.testLotsOfCollisions(CollisionIT.java:167)

https://travis-ci.org/apache/incubator-fluo/builds/247577461

@mikewalch
Copy link
Member

I think this is a sporadic test failure as 4f255a4 only contains documentation changes

@cjmctague
Copy link
Contributor Author

Thats what I assumed but was just documenting it

@keith-turner
Copy link
Contributor

Thats what I assumed but was just documenting it

That's the correct thing to do. Anytime we see a failure unrelated to the PR, we should open an issue. However, I don't always do this. I think this is a duplicate of #585.

@cjmctague
Copy link
Contributor Author

Running org.apache.fluo.integration.impl.CollisionIT
DEBUG oldestTs : 6839 recentTS : 6839
DEBUG 0 stat:processed [] 6764-WRITE	6755 
DEBUG 0 stat:processed [] 6755-DATA	181
DEBUG 0 stat:total [] 6499-TX_DONE	
DEBUG 0 stat:total [] 6499-WRITE	6472 PRIMARY
DEBUG 0 stat:total [] 6472-DATA	181
DEBUG 1 stat:processed [] 6831-TX_DONE	
DEBUG 1 stat:processed [] 6831-WRITE	6826 PRIMARY
DEBUG 1 stat:processed [] 6826-DATA	223
DEBUG 1 stat:total [] 6821-TX_DONE	
DEBUG 1 stat:total [] 6821-WRITE	6820 PRIMARY
DEBUG 1 stat:total [] 6820-DATA	223
DEBUG 2 stat:processed [] 6681-TX_DONE	
DEBUG 2 stat:processed [] 6681-WRITE	6655 PRIMARY
DEBUG 2 stat:processed [] 6655-DATA	190
DEBUG 2 stat:total [] 6552-TX_DONE	
DEBUG 2 stat:total [] 6552-WRITE	6540 PRIMARY
DEBUG 2 stat:total [] 6540-DATA	190
DEBUG 3 stat:processed [] 6798-WRITE	6797 
DEBUG 3 stat:processed [] 6797-DATA	201
DEBUG 3 stat:total [] 6739-TX_DONE	
DEBUG 3 stat:total [] 6739-WRITE	6707 PRIMARY
DEBUG 3 stat:total [] 6707-DATA	201
DEBUG 4 stat:processed [] 6813-WRITE	6805 
DEBUG 4 stat:processed [] 6805-DATA	205
DEBUG 4 stat:total [] 6792-TX_DONE	
DEBUG 4 stat:total [] 6792-WRITE	6778 PRIMARY
DEBUG 4 stat:total [] 6778-DATA	205
DEBUG all stat:total [] 6831-WRITE	6826 
DEBUG all stat:total [] 140-DEL_LOCK	ABORT PRIMARY 0
DEBUG all stat:total [] 140-DEL_LOCK	ABORT PRIMARY 0
DEBUG all stat:total [] 6826-DATA	1000
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 32.547 sec <<< FAILURE! - in org.apache.fluo.integration.impl.CollisionIT
testLotsOfCollisions(org.apache.fluo.integration.impl.CollisionIT)  Time elapsed: 32.517 sec  <<< FAILURE!
java.lang.AssertionError: Duplicate row col all:stat:total:2000000000000000
	at org.apache.fluo.integration.impl.CollisionIT.testLotsOfCollisions(CollisionIT.java:174)

https://travis-ci.org/apache/fluo/jobs/265159869

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

No branches or pull requests

3 participants