taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Tests assume indexes are returned in a consistent order #102

Closed ricardojmendez closed 8 years ago

ricardojmendez commented 8 years ago

Tests are assuming that the index information is returned in a consistent order, which may not happen. See for instance these expectations.

While all tests pass consistently locally, when testing it on travis I am sometimes getting them in a different order, even against the same version of local dynamo. Must change them to compare sets.

ricardojmendez commented 8 years ago

I've fixed the tests that deal with secondary index creation, but can't ensure that I haven't missed any. All tests pass locally, but they already did before. Tests do not run consistently on Travis because of connection issues to the local dynamodb instance (#104).

Closing for now.