monger/test/monger/test
Michael Klishin d3114be395 Upgrade to MongoDB Java driver 2.10
A note on a few test we removed: they are not essential, the implementation still
works fine but MongoDB Java driver is so broken in some areas that it is really
painful to work around all that stuff.

For example, authentication commands fail because the request cannot be
authenticated (!!!). In general, all removed tests involve or related to
authentication failures or edge cases where the database is switched between
tests.

Because authentication with valid credentials works perfectly fine,
it is hard to justify spending another 2 hours working around
issues in the driver that had way too many poor design decisions
from very early days.
2012-11-27 23:25:24 +04:00
..
internal Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00
ring Extend Clojure reader for ObjectId and java.util.Date 2012-06-27 19:51:10 +04:00
aggregation_framework_test.clj Cosmetics 2012-07-21 18:22:33 +04:00
atomic_modifiers_test.clj One more test case 2012-05-22 18:54:53 +04:00
authentication_test.clj Upgrade to MongoDB Java driver 2.10 2012-11-27 23:25:24 +04:00
cache_test.clj How about you don't stop writing tests in the middle, Michael? 2012-05-03 19:55:06 +04:00
capped_collections_test.clj Upgrade to MongoDB Java driver 2.10 2012-11-27 23:25:24 +04:00
collection_test.clj Add monger.collection/system-collection?, a convenience function 2012-06-10 12:35:52 +04:00
command_test.clj Upgrade to MongoDB Java driver 2.10 2012-11-27 23:25:24 +04:00
conversion_test.clj ...and as part of converting an entire map 2012-06-23 19:36:14 +04:00
core_test.clj Upgrade to MongoDB Java driver 2.10 2012-11-27 23:25:24 +04:00
db_test.clj Upgrade to MongoDB Java driver 2.10 2012-11-27 23:25:24 +04:00
factory_dsl_test.clj Work arounds for CLJ-1062 2012-09-06 05:54:28 +04:00
fixtures.clj Ragtime migrations adapter 2012-06-19 12:18:43 +04:00
gridfs_test.clj Work arounds for CLJ-1062 2012-09-06 05:54:28 +04:00
helper.clj Introduce monger.core/authenticate 2012-02-02 09:53:26 +04:00
indexing_test.clj Tests for TTL collections, improve aggregation framework tests 2012-07-14 03:24:10 +04:00
inserting_test.clj Upgrade to MongoDB Java driver 2.9.0-RC1 2012-08-16 02:13:44 +04:00
js_test.clj Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00
lib_integration_test.clj Ditto for tests 2012-11-21 12:03:44 +04:00
map_reduce_test.clj Cosmetics 2012-06-08 22:03:43 +04:00
query_operators_test.clj Cosmetics 2012-06-03 16:38:14 +04:00
querying_test.clj ws 2012-11-23 07:24:28 +04:00
ragtime_test.clj Exclude Ragtime integration tests from CI, they fail for unknown reason half of the time 2012-07-11 22:48:13 +04:00
regular_finders_test.clj Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00
result_test.clj Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00
stress_test.clj Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00
updating_test.clj Introduce monger.collection/save-and-return that mimics /insert-and-return but for /save 2012-07-03 17:07:13 +04:00
util_test.clj Leiningen 2 style test naming 2012-04-12 00:40:37 +04:00