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

Strange issue on Travis #145

Closed
fceller opened this issue Aug 7, 2012 · 2 comments
Closed

Strange issue on Travis #145

fceller opened this issue Aug 7, 2012 · 2 comments
Assignees
Milestone

Comments

@fceller
Copy link
Contributor

fceller commented Aug 7, 2012

See

http://travis-ci.org/#!/triAGENS/ArangoDB/builds/2057578

is this a 32bit problem? Can you reproduce it on your laptop?

@ghost ghost assigned jsteemann Aug 7, 2012
@jsteemann
Copy link
Contributor

No, cannot reproduce the issue here (Linux 3.2.0-27-generic-pae #43-Ubuntu SMP Fri Jul 6 15:06:05 UTC 2012 i686 i686 i386 GNU/Linux).

ArangoDB 1.0:
steemann@linux-stj:~/ArangoDB10$ mkdir -p /tmp/vocbase && bin/arangod --console /tmp/vocbase
2012-08-07T20:29:18Z [5036] INFO no user init file '/home/steemann/.arango/arangod.conf' found
2012-08-07T20:29:18Z [5036] INFO collection '_users' does not exists, no authentication available
2012-08-07T20:29:18Z [5036] INFO using JavaScript modules path 'bin/../js/server/modules;bin/../js/common/modules'
2012-08-07T20:29:18Z [5036] INFO using built-in JavaScript startup files
ArangoDB JavaScript shell [V8 version 3.9.4, DB version 1.0.beta2]
arangod> require("jsunity").runTest("js/common/tests/shell-index-geo.js");
2012-08-07T20:29:37Z [5036] INFO Running GeoIndexCreationSuite
2012-08-07T20:29:37Z [5036] INFO 9 tests found
2012-08-07T20:29:37Z [5036] INFO [PASSED] testCreationIndexLocationList
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationIndexLocationListGeo
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationIndexLocationAttributes
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationConstraintLocationList
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationConstraintLocationListGeo
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationConstraintLocationAttributes
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationConstraintNullLocationList
2012-08-07T20:29:38Z [5036] INFO [PASSED] testCreationConstraintNullLocationListGeo
2012-08-07T20:29:39Z [5036] INFO [PASSED] testCreationConstraintNullLocationAttributes
2012-08-07T20:29:39Z [5036] INFO 9 tests passed
2012-08-07T20:29:39Z [5036] INFO 0 tests failed
2012-08-07T20:29:39Z [5036] INFO 1204 milliseconds elapsed
2012-08-07T20:29:39Z [5036] INFO Running GeoIndexErrorHandlingSuite
2012-08-07T20:29:39Z [5036] INFO 4 tests found
2012-08-07T20:29:39Z [5036] INFO [PASSED] testErrorHandlingIndexList
2012-08-07T20:29:39Z [5036] INFO [PASSED] testErrorHandlingConstraintList
2012-08-07T20:29:39Z [5036] INFO [PASSED] testErrorHandlingConstraintNullList
2012-08-07T20:29:39Z [5036] INFO [PASSED] testErrorHandlingConstraintAttribute
2012-08-07T20:29:39Z [5036] INFO 4 tests passed
2012-08-07T20:29:39Z [5036] INFO 0 tests failed
2012-08-07T20:29:39Z [5036] INFO 794 milliseconds elapsed
2012-08-07T20:29:39Z [5036] INFO Running GeoIndexSimpleQueriesSuite
2012-08-07T20:29:39Z [5036] INFO 11 tests found
2012-08-07T20:29:40Z [5036] INFO [PASSED] testNearLocationList
2012-08-07T20:29:40Z [5036] INFO [PASSED] testNearLocationListGeo
2012-08-07T20:29:40Z [5036] INFO [PASSED] testNearLocationAttributes
2012-08-07T20:29:41Z [5036] INFO [PASSED] testNearLocationDistance
2012-08-07T20:29:41Z [5036] INFO [PASSED] testNearLocationNamedDistance
2012-08-07T20:29:41Z [5036] INFO [PASSED] testWithinLocationList
2012-08-07T20:29:41Z [5036] INFO [PASSED] testWithinLocationListGeo
2012-08-07T20:29:42Z [5036] INFO [PASSED] testWithinLocationAttributes
2012-08-07T20:29:42Z [5036] INFO [PASSED] testWithinLocationDistance
2012-08-07T20:29:42Z [5036] INFO [PASSED] testWithinLocationNamedDistance
2012-08-07T20:29:43Z [5036] INFO [PASSED] testSelectGeoIndex
2012-08-07T20:29:43Z [5036] INFO 11 tests passed
2012-08-07T20:29:43Z [5036] INFO 0 tests failed
2012-08-07T20:29:43Z [5036] INFO 3186 milliseconds elapsed
2012-08-07T20:29:43Z [5036] INFO 24 total, 24 passed, 0 failed, 5184 ms
true

ArangoDB devel:
steemann@linux-stj:~/ArangoDevel$ mkdir /tmp/vocbase && bin/arangod --console /tmp/vocbase
2012-08-07T20:27:32Z [5011] INFO no user init file '/home/steemann/.arango/arangod.conf' found
2012-08-07T20:27:32Z [5011] INFO collection '_users' does not exist, no authentication available
2012-08-07T20:27:32Z [5011] INFO using JavaScript modules path 'bin/../js/server/modules;bin/../js/common/modules'
2012-08-07T20:27:32Z [5011] INFO using built-in JavaScript startup files
ArangoDB JavaScript shell [V8 version 3.9.4, DB version 1.0.beta1]
arangod> require("jsunity").runTest("js/common/tests/shell-index-geo.js");
2012-08-07T20:27:53Z [5011] INFO Running GeoIndexCreationSuite
2012-08-07T20:27:53Z [5011] INFO 9 tests found
2012-08-07T20:27:53Z [5011] INFO [PASSED] testCreationIndexLocationList
2012-08-07T20:27:53Z [5011] INFO [PASSED] testCreationIndexLocationListGeo
2012-08-07T20:27:53Z [5011] INFO [PASSED] testCreationIndexLocationAttributes
2012-08-07T20:27:53Z [5011] INFO [PASSED] testCreationConstraintLocationList
2012-08-07T20:27:53Z [5011] INFO [PASSED] testCreationConstraintLocationListGeo
2012-08-07T20:27:54Z [5011] INFO [PASSED] testCreationConstraintLocationAttributes
2012-08-07T20:27:54Z [5011] INFO [PASSED] testCreationConstraintNullLocationList
2012-08-07T20:27:54Z [5011] INFO [PASSED] testCreationConstraintNullLocationListGeo
2012-08-07T20:27:54Z [5011] INFO [PASSED] testCreationConstraintNullLocationAttributes
2012-08-07T20:27:54Z [5011] INFO 9 tests passed
2012-08-07T20:27:54Z [5011] INFO 0 tests failed
2012-08-07T20:27:54Z [5011] INFO 982 milliseconds elapsed
2012-08-07T20:27:54Z [5011] INFO Running GeoIndexErrorHandlingSuite
2012-08-07T20:27:54Z [5011] INFO 4 tests found
2012-08-07T20:27:54Z [5011] INFO [PASSED] testErrorHandlingIndexList
2012-08-07T20:27:54Z [5011] INFO [PASSED] testErrorHandlingConstraintList
2012-08-07T20:27:55Z [5011] INFO [PASSED] testErrorHandlingConstraintNullList
2012-08-07T20:27:55Z [5011] INFO [PASSED] testErrorHandlingConstraintAttribute
2012-08-07T20:27:55Z [5011] INFO 4 tests passed
2012-08-07T20:27:55Z [5011] INFO 0 tests failed
2012-08-07T20:27:55Z [5011] INFO 784 milliseconds elapsed
2012-08-07T20:27:55Z [5011] INFO Running GeoIndexSimpleQueriesSuite
2012-08-07T20:27:55Z [5011] INFO 11 tests found
2012-08-07T20:27:55Z [5011] INFO [PASSED] testNearLocationList
2012-08-07T20:27:55Z [5011] INFO [PASSED] testNearLocationListGeo
2012-08-07T20:27:56Z [5011] INFO [PASSED] testNearLocationAttributes
2012-08-07T20:27:56Z [5011] INFO [PASSED] testNearLocationDistance
2012-08-07T20:27:56Z [5011] INFO [PASSED] testNearLocationNamedDistance
2012-08-07T20:27:56Z [5011] INFO [PASSED] testWithinLocationList
2012-08-07T20:27:57Z [5011] INFO [PASSED] testWithinLocationListGeo
2012-08-07T20:27:57Z [5011] INFO [PASSED] testWithinLocationAttributes
2012-08-07T20:27:57Z [5011] INFO [PASSED] testWithinLocationDistance
2012-08-07T20:27:58Z [5011] INFO [PASSED] testWithinLocationNamedDistance
2012-08-07T20:27:58Z [5011] INFO [PASSED] testSelectGeoIndex
2012-08-07T20:27:58Z [5011] INFO 11 tests passed
2012-08-07T20:27:58Z [5011] INFO 0 tests failed
2012-08-07T20:27:58Z [5011] INFO 3208 milliseconds elapsed
2012-08-07T20:27:58Z [5011] INFO 24 total, 24 passed, 0 failed, 4974 ms
true

jsteemann added a commit that referenced this issue Aug 9, 2012
jsteemann added a commit that referenced this issue Aug 9, 2012
@jsteemann
Copy link
Contributor

Fixed by adding epsilon to comparison.

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

2 participants