mongoid_versioned_atomic 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 337375f358e129874924ae39cad647f60f56cba7
4
- data.tar.gz: 8f74ef7dab61d6612ba465dc2464cb9918c9db2c
3
+ metadata.gz: 0d18671f5cc7c7e7b16508156f2a822b95bc4bd7
4
+ data.tar.gz: 2b12eb478a351644522f98af353fcee940c568ce
5
5
  SHA512:
6
- metadata.gz: d4fe6168503237763d71060638b69fb67df2cc08a53df03b3bd5e9de305ec0d1b11f4dbebe561c62036d89c7ca78a3b75eca1e1a3ba3ee9d4878b93d93b42b67
7
- data.tar.gz: 8ee69f14064cfc0bdb1a2db21f957c06673b670ce1c78d426cd9711f5c5f7914bdbb528876145cf40fda9e63d8c38cf56a41abb49bd911a1303c1ac43320c597
6
+ metadata.gz: d864a960c0f70a55442958d74fdba3dfbd5ba9790af535b75573473263165e0432e911c404501fd2a699ffb207fa9569b5308fa3b731abb58f8883a2600960ba
7
+ data.tar.gz: 692001008a52d840dececb059ea7d43dc5e2556cd3df996edb9c56713bad01ee4d7573ce1450bee2b4fa38004c73cfc6c2322f9a97fe0574c34a083f3ff14de7
@@ -265,11 +265,11 @@ module MongoidVersionedAtomic
265
265
  self.upserted_id = write_result.upserted_id
266
266
 
267
267
  ##as long as it matched a document, or it inserted a document
268
- if write_result.matched_count > 0 || write_result.upserted_id
268
+ if self.upserted_id
269
269
  self.send("op_success=",true)
270
270
  self.version = 1
271
271
  else
272
- self.send("op_success",false)
272
+ self.send("op_success=",false)
273
273
  end
274
274
 
275
275
 
@@ -1,3 +1,3 @@
1
1
  module MongoidVersionedAtomic
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -27169,3 +27169,1506 @@ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "u
27169
27169
  MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0006572959999999999s
27170
27170
  MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"rrphotosoft@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a671f68421aa91575ed27c1'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0, "...
27171
27171
  MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000574461s
27172
+ -----------------------------------------------------------------
27173
+ CoreExtTest: test_versioned_update_without_providing_dirty_fields
27174
+ -----------------------------------------------------------------
27175
+ MONGODB | Topology type 'unknown' initializing.
27176
+ MONGODB | Server localhost:27017 initializing.
27177
+ MONGODB | Topology type 'unknown' changed to type 'single'.
27178
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
27179
+ MONGODB | There was a change in the members of the 'single' topology.
27180
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27181
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.0009408999999999999s
27182
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27183
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000380912s
27184
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27185
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000533893s
27186
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672134421aa9167423d16c')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
27187
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000587727s
27188
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16c')}}
27189
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000365233s
27190
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16c')}}
27191
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00028445499999999997s
27192
+ ----------------------------------
27193
+ CoreExtTest: test_create_two_users
27194
+ ----------------------------------
27195
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27196
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000243764s
27197
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27198
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000346236s
27199
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672134421aa9167423d16d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27200
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000350179s
27201
+ --------------------------------------
27202
+ MongoidVersionedAtomicTest: test_truth
27203
+ --------------------------------------
27204
+ ---------------------------------
27205
+ CoreExtTest: test_query_in_create
27206
+ ---------------------------------
27207
+ MONGODB | Topology type 'unknown' initializing.
27208
+ MONGODB | Server localhost:27017 initializing.
27209
+ MONGODB | Topology type 'unknown' changed to type 'single'.
27210
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
27211
+ MONGODB | There was a change in the members of the 'single' topology.
27212
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27213
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.0008301550000000001s
27214
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27215
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000404984s
27216
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a459')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a459'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27217
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000470248s
27218
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"$or"=>[{"_id"=>BSON::ObjectId('5a672146421aa9169718a45a')}, {"name"=>"bhargav"}]}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45a'), "before_create_field"=>1, "after_create_field"=>0, "be...
27219
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000461444s
27220
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27221
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000204942s
27222
+ --------------------------------------
27223
+ CoreExtTest: test_versioned_upsert_one
27224
+ --------------------------------------
27225
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27226
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000156275s
27227
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27228
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000222143s
27229
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27230
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00032918199999999997s
27231
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45b'), "version"=>1}, "update"=>{"$set"=>{"email"=>"b.raut@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27232
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000356317s
27233
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45b')}}
27234
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000231921s
27235
+ ---------------------------------------------
27236
+ CoreExtTest: test_bypass_versioning_on_update
27237
+ ---------------------------------------------
27238
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27239
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000166851s
27240
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27241
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000280551s
27242
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27243
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000275938s
27244
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45c')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "email"=>"bhargav.r.raut@gmail....
27245
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000273867s
27246
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45c')}}
27247
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000225988s
27248
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45c')}}
27249
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000201561s
27250
+ ----------------------------------
27251
+ CoreExtTest: test_create_two_users
27252
+ ----------------------------------
27253
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27254
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00017525s
27255
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27256
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00022878499999999999s
27257
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672146421aa9169718a45d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27258
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000312146s
27259
+ -----------------------------------------------------------
27260
+ CoreExtTest: test_versioned_create_should_return_doc_counts
27261
+ -----------------------------------------------------------
27262
+ MONGODB | Topology type 'unknown' initializing.
27263
+ MONGODB | Server localhost:27017 initializing.
27264
+ MONGODB | Topology type 'unknown' changed to type 'single'.
27265
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
27266
+ MONGODB | There was a change in the members of the 'single' topology.
27267
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27268
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.0008430540000000001s
27269
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27270
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000446622s
27271
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27272
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.010163795s
27273
+ ------------------------------------------------------------------------
27274
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_created
27275
+ ------------------------------------------------------------------------
27276
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27277
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000212128s
27278
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27279
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000268755s
27280
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580c')}, "update"=>{"$set"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580c'), "before_create_field"=>0, "after_create_field"=>0, "before_update_field"=>0, "after_update_...
27281
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00031929100000000003s
27282
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580c')}}
27283
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00023432200000000002s
27284
+ -----------------------------------------------------------------------------------
27285
+ CoreExtTest: test_versioned_create_should_return_matched_count_as_one_if_doc_exists
27286
+ -----------------------------------------------------------------------------------
27287
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27288
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00017967900000000003s
27289
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27290
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000246928s
27291
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27292
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000285603s
27293
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"rrphotosoft@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580e'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0, "...
27294
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000269648s
27295
+ ---------------------------------------------------------------------------------
27296
+ CoreExtTest: test_versioned_upsert_one_does_not_affect_all_docs_if_query_is_empty
27297
+ ---------------------------------------------------------------------------------
27298
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27299
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000180902s
27300
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27301
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000260503s
27302
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27303
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000297502s
27304
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795580f')}}
27305
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00021261700000000001s
27306
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{}, "update"=>{"$set"=>{"name"=>"dog"}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27307
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000270332s
27308
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27309
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00018698s
27310
+ ---------------------------------------------------------------------------------------------------
27311
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_found_but_doesnt_affect_other_docs
27312
+ ---------------------------------------------------------------------------------------------------
27313
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27314
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000498154s
27315
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27316
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000485389s
27317
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955810')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955810'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27318
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00054813s
27319
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955811')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955811'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27320
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000393285s
27321
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955810')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27322
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000265174s
27323
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955810')}}
27324
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000208599s
27325
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955811')}}
27326
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000216002s
27327
+ -----------------------------------------
27328
+ CoreExtTest: test_before_create_callbacks
27329
+ -----------------------------------------
27330
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27331
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00016701499999999999s
27332
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27333
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00022694299999999999s
27334
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955812')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955812'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27335
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000360903s
27336
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955812')}}
27337
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000230258s
27338
+ -------------------------------------------------------------------------------
27339
+ CoreExtTest: test_does_not_increment_version_of_all_existing_document_on_create
27340
+ -------------------------------------------------------------------------------
27341
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27342
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000186871s
27343
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27344
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000249368s
27345
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955813')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955813'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27346
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00029377900000000003s
27347
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955814')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955814'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27348
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000303063s
27349
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955813')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955815'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27350
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000258396s
27351
+ -----------------------------------------------------------------
27352
+ CoreExtTest: test_versioned_upsert_one_returns_a_mongoid_document
27353
+ -----------------------------------------------------------------
27354
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27355
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00020093s
27356
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27357
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000228102s
27358
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955816')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955816'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27359
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000376462s
27360
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955816')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27361
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000298289s
27362
+ ----------------------------------
27363
+ CoreExtTest: test_version_conflict
27364
+ ----------------------------------
27365
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27366
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000224877s
27367
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27368
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000206903s
27369
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955817')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955817'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27370
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000285383s
27371
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955817'), "version"=>1}, "update"=>{"$set"=>{"email"=>"kkk@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
27372
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000332975s
27373
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b7955817')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"changed_...
27374
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000312287s
27375
+ ------------------------------------------------------------------------
27376
+ CoreExtTest: test_bypass_versioning_gives_op_success_in_versioned_update
27377
+ ------------------------------------------------------------------------
27378
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27379
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00019395s
27380
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27381
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00021064s
27382
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27383
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000348858s
27384
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818')}}
27385
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00024837700000000004s
27386
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"updated name", "email"...
27387
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00034933299999999996s
27388
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818')}}
27389
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00035723s
27390
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955818')}}
27391
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000373485s
27392
+ ----------------------------------------------
27393
+ CoreExtTest: test_passing_optional_update_hash
27394
+ ----------------------------------------------
27395
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27396
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000311036s
27397
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27398
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00034478300000000004s
27399
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955819')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955819'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27400
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000341871s
27401
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b7955819')}, "u"=>{"$inc"=>{"likes"=>1, "version"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27402
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000406332s
27403
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955819')}}
27404
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000252048s
27405
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955819')}}
27406
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00020500200000000003s
27407
+ ---------------------------------------------------------
27408
+ CoreExtTest: test_versioned_upsert_one_with_set_on_insert
27409
+ ---------------------------------------------------------
27410
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27411
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000197144s
27412
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27413
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000217113s
27414
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581a')}, "update"=>{"$setOnInsert"=>{"name"=>"cat"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27415
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000250858s
27416
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581a')}}
27417
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000194459s
27418
+ ---------------------------------------------------------------
27419
+ CoreExtTest: test_versioned_create_when_document_already_exists
27420
+ ---------------------------------------------------------------
27421
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27422
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000158339s
27423
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27424
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00020935500000000002s
27425
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27426
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000281234s
27427
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"bhargav.r.raut@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0...
27428
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000282184s
27429
+ ----------------------------------------------
27430
+ CoreExtTest: test_before_update_self_callbacks
27431
+ ----------------------------------------------
27432
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27433
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000166494s
27434
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27435
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000222082s
27436
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27437
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000291581s
27438
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b795581d')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
27439
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000373659s
27440
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581d')}}
27441
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000225252s
27442
+ ---------------------------------------
27443
+ CoreExtTest: test_cross_model_callbacks
27444
+ ---------------------------------------
27445
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27446
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000197076s
27447
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27448
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.0002207s
27449
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"things", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581e')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581e'), "entries"=>{}, "version"=>1}}, "multi"=>false, "upsert"=>true}], "ordered"=>true}
27450
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00040799s
27451
+ MONGODB | localhost:27017 | dummy_test.insert | STARTED | {"insert"=>"entries", "documents"=>[{"_id"=>BSON::ObjectId('5a672172421aa916b795581f'), "parent_thing_id"=>BSON::ObjectId('5a672172421aa916b795581e')}], "ordered"=>true}
27452
+ MONGODB | localhost:27017 | dummy_test.insert | SUCCEEDED | 0.00046153199999999996s
27453
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"things", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581e')}, "update"=>{"$set"=>{"entries.5a672172421aa916b795581f"=>1516708210}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
27454
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.0006052750000000001s
27455
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"things", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795581e')}}
27456
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000342008s
27457
+ ----------------------------------
27458
+ CoreExtTest: test_versioned_create
27459
+ ----------------------------------
27460
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27461
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000203296s
27462
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27463
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000428085s
27464
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955820')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955820'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27465
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0004918909999999999s
27466
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27467
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00026447799999999996s
27468
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955820')}}
27469
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00032245s
27470
+ --------------------------------------
27471
+ CoreExtTest: test_versioned_upsert_one
27472
+ --------------------------------------
27473
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27474
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000260101s
27475
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27476
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000369282s
27477
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955821')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955821'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27478
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000433876s
27479
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955821'), "version"=>1}, "update"=>{"$set"=>{"email"=>"b.raut@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27480
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000567438s
27481
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955821')}}
27482
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000217163s
27483
+ --------------------------------------------------------------------
27484
+ CoreExtTest: test_passing_optional_update_hash_and_bypass_versioning
27485
+ --------------------------------------------------------------------
27486
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27487
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00021573s
27488
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27489
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000257349s
27490
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955822')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955822'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27491
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000326933s
27492
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955822')}, "u"=>{"$inc"=>{"likes"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27493
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000277568s
27494
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955822')}}
27495
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00024266699999999999s
27496
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955822')}}
27497
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000258021s
27498
+ ----------------------------------
27499
+ CoreExtTest: test_create_two_users
27500
+ ----------------------------------
27501
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27502
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00023943s
27503
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27504
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.007236605s
27505
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955823')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955823'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27506
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000529973s
27507
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955824')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955824'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27508
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000710904s
27509
+ ----------------------------------------
27510
+ CoreExtTest: test_image_versioned_update
27511
+ ----------------------------------------
27512
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27513
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000478122s
27514
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27515
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000424956s
27516
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955825')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955825'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27517
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0006761299999999999s
27518
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b7955825')}, "u"=>{"$set"=>{"image_file_name"=>"keratoscope.jpg", "image_fingerprint"=>"ee7c3cdf8649e585fa6be4d3db954bf6", "image_content_type"=>"image/jpeg", ...
27519
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000701079s
27520
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955825')}}
27521
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000419835s
27522
+ ----------------------------------------
27523
+ CoreExtTest: test_after_create_callbacks
27524
+ ----------------------------------------
27525
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27526
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000338459s
27527
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27528
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000356687s
27529
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955826')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955826'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27530
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000412783s
27531
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955826')}}
27532
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000385506s
27533
+ ---------------------------------------------------
27534
+ CoreExtTest: test_invalid_documents_are_not_created
27535
+ ---------------------------------------------------
27536
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27537
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00029386s
27538
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27539
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000337778s
27540
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27541
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00041048500000000004s
27542
+ ---------------------------------------------
27543
+ CoreExtTest: test_bypass_versioning_on_update
27544
+ ---------------------------------------------
27545
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27546
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00031313500000000003s
27547
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27548
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000376114s
27549
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955827')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955827'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27550
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000657804s
27551
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955827')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "email"=>"bhargav.r.raut@gmail....
27552
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000642545s
27553
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955827')}}
27554
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.0006671579999999999s
27555
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955827')}}
27556
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000277428s
27557
+ -----------------------------------------------------------------
27558
+ CoreExtTest: test_versioned_update_without_providing_dirty_fields
27559
+ -----------------------------------------------------------------
27560
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27561
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000293035s
27562
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27563
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000522345s
27564
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955828')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955828'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27565
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005730199999999999s
27566
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b7955828')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
27567
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005342669999999999s
27568
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955828')}}
27569
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000328805s
27570
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955828')}}
27571
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000417778s
27572
+ ---------------------------------
27573
+ CoreExtTest: test_query_in_create
27574
+ ---------------------------------
27575
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27576
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000320983s
27577
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27578
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000361173s
27579
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955829')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b7955829'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27580
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000476156s
27581
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"$or"=>[{"_id"=>BSON::ObjectId('5a672172421aa916b795582a')}, {"name"=>"bhargav"}]}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582a'), "before_create_field"=>1, "after_create_field"=>0, "be...
27582
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000537328s
27583
+ ----------------------------------------
27584
+ CoreExtTest: test_image_versioned_create
27585
+ ----------------------------------------
27586
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27587
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000315116s
27588
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27589
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000351091s
27590
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27591
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.024266296s
27592
+ ---------------------------------------------------------
27593
+ CoreExtTest: test_versioned_update_providing_dirty_fields
27594
+ ---------------------------------------------------------
27595
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27596
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000426274s
27597
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27598
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000446556s
27599
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27600
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000503697s
27601
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a672172421aa916b795582c')}, "u"=>{"$set"=>{"email"=>"c@gmail.com"}, "$inc"=>{"version"=>1}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27602
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000645096s
27603
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582c')}}
27604
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00039846s
27605
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a672172421aa916b795582c')}}
27606
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000368577s
27607
+ --------------------------------------
27608
+ MongoidVersionedAtomicTest: test_truth
27609
+ --------------------------------------
27610
+ --------------------------------------
27611
+ MongoidVersionedAtomicTest: test_truth
27612
+ --------------------------------------
27613
+ ---------------------------------------
27614
+ CoreExtTest: test_cross_model_callbacks
27615
+ ---------------------------------------
27616
+ MONGODB | Topology type 'unknown' initializing.
27617
+ MONGODB | Server localhost:27017 initializing.
27618
+ MONGODB | Topology type 'unknown' changed to type 'single'.
27619
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
27620
+ MONGODB | There was a change in the members of the 'single' topology.
27621
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27622
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000727014s
27623
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27624
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000297989s
27625
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"things", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179787')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179787'), "entries"=>{}, "version"=>1}}, "multi"=>false, "upsert"=>true}], "ordered"=>true}
27626
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000556148s
27627
+ MONGODB | localhost:27017 | dummy_test.insert | STARTED | {"insert"=>"entries", "documents"=>[{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179788'), "parent_thing_id"=>BSON::ObjectId('5a6721b6421aa916e4179787')}], "ordered"=>true}
27628
+ MONGODB | localhost:27017 | dummy_test.insert | SUCCEEDED | 0.000415826s
27629
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"things", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179787')}, "update"=>{"$set"=>{"entries.5a6721b6421aa916e4179788"=>1516708278}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
27630
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000365654s
27631
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"things", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179787')}}
27632
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00028792499999999996s
27633
+ -------------------------------------------------------------------------------
27634
+ CoreExtTest: test_does_not_increment_version_of_all_existing_document_on_create
27635
+ -------------------------------------------------------------------------------
27636
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27637
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000225919s
27638
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27639
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000240951s
27640
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179789')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179789'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27641
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000517837s
27642
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978a')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978a'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27643
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000496441s
27644
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179789')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27645
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000410108s
27646
+ ---------------------------------------------------------------
27647
+ CoreExtTest: test_versioned_create_when_document_already_exists
27648
+ ---------------------------------------------------------------
27649
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27650
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00018552s
27651
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27652
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000413068s
27653
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27654
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000515486s
27655
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"bhargav.r.raut@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0...
27656
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000462171s
27657
+ ----------------------------------------
27658
+ CoreExtTest: test_image_versioned_update
27659
+ ----------------------------------------
27660
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27661
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000233824s
27662
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27663
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00034121799999999996s
27664
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978e')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978e'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27665
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.03229017s
27666
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e417978e')}, "u"=>{"$set"=>{"image_file_name"=>"keratoscope.jpg", "image_fingerprint"=>"ee7c3cdf8649e585fa6be4d3db954bf6", "image_content_type"=>"image/jpeg", ...
27667
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0007828830000000001s
27668
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978e')}}
27669
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00048014300000000004s
27670
+ ----------------------------------
27671
+ CoreExtTest: test_version_conflict
27672
+ ----------------------------------
27673
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27674
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000354534s
27675
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27676
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000381075s
27677
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27678
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000460035s
27679
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417978f'), "version"=>1}, "update"=>{"$set"=>{"email"=>"kkk@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
27680
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000545694s
27681
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e417978f')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"changed_...
27682
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000466359s
27683
+ ---------------------------------------------------
27684
+ CoreExtTest: test_invalid_documents_are_not_created
27685
+ ---------------------------------------------------
27686
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27687
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000261265s
27688
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27689
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000343585s
27690
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27691
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000439775s
27692
+ -----------------------------------------------------------------------------------
27693
+ CoreExtTest: test_versioned_create_should_return_matched_count_as_one_if_doc_exists
27694
+ -----------------------------------------------------------------------------------
27695
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27696
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000411026s
27697
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27698
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00043772500000000003s
27699
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179790')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179790'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27700
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005445490000000001s
27701
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"rrphotosoft@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179791'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0, "...
27702
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00039234599999999996s
27703
+ ---------------------------------
27704
+ CoreExtTest: test_query_in_create
27705
+ ---------------------------------
27706
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27707
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000211625s
27708
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27709
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000260596s
27710
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179792')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179792'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27711
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00035108700000000004s
27712
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"$or"=>[{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179793')}, {"name"=>"bhargav"}]}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179793'), "before_create_field"=>1, "after_create_field"=>0, "be...
27713
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00041326700000000004s
27714
+ ----------------------------------------------
27715
+ CoreExtTest: test_passing_optional_update_hash
27716
+ ----------------------------------------------
27717
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27718
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000210816s
27719
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27720
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00025782s
27721
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179794')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179794'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27722
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000346973s
27723
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e4179794')}, "u"=>{"$inc"=>{"likes"=>1, "version"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27724
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00040029000000000003s
27725
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179794')}}
27726
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000251132s
27727
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179794')}}
27728
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000262726s
27729
+ -----------------------------------------------------------------
27730
+ CoreExtTest: test_versioned_upsert_one_returns_a_mongoid_document
27731
+ -----------------------------------------------------------------
27732
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27733
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000193143s
27734
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27735
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000259047s
27736
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179795')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179795'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27737
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00034140900000000004s
27738
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179795')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27739
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000319963s
27740
+ ---------------------------------------------------------------------------------
27741
+ CoreExtTest: test_versioned_upsert_one_does_not_affect_all_docs_if_query_is_empty
27742
+ ---------------------------------------------------------------------------------
27743
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27744
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000212629s
27745
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27746
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00031167s
27747
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179796')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179796'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27748
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000323856s
27749
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179796')}}
27750
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000241193s
27751
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{}, "update"=>{"$set"=>{"name"=>"dog"}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27752
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00032982599999999997s
27753
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27754
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000191505s
27755
+ ---------------------------------------------------------
27756
+ CoreExtTest: test_versioned_update_providing_dirty_fields
27757
+ ---------------------------------------------------------
27758
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27759
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000179137s
27760
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27761
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000243666s
27762
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179797')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179797'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27763
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005685719999999999s
27764
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e4179797')}, "u"=>{"$set"=>{"email"=>"c@gmail.com"}, "$inc"=>{"version"=>1}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27765
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000580128s
27766
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179797')}}
27767
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000509714s
27768
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179797')}}
27769
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00031735s
27770
+ -----------------------------------------------------------
27771
+ CoreExtTest: test_versioned_create_should_return_doc_counts
27772
+ -----------------------------------------------------------
27773
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27774
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000310093s
27775
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27776
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000324531s
27777
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179798')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179798'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27778
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00035932300000000004s
27779
+ ----------------------------------
27780
+ CoreExtTest: test_create_two_users
27781
+ ----------------------------------
27782
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27783
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000199803s
27784
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27785
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000279127s
27786
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179799')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e4179799'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27787
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000333227s
27788
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979a')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979a'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27789
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000306068s
27790
+ -----------------------------------------------------------------
27791
+ CoreExtTest: test_versioned_update_without_providing_dirty_fields
27792
+ -----------------------------------------------------------------
27793
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27794
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000190557s
27795
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27796
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000273767s
27797
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27798
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00038769200000000003s
27799
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e417979b')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
27800
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.008593594000000001s
27801
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979b')}}
27802
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00032958200000000003s
27803
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979b')}}
27804
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000281145s
27805
+ ---------------------------------------------
27806
+ CoreExtTest: test_bypass_versioning_on_update
27807
+ ---------------------------------------------
27808
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27809
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000218903s
27810
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27811
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00031194999999999997s
27812
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27813
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000749666s
27814
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979c')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "email"=>"bhargav.r.raut@gmail....
27815
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000699444s
27816
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979c')}}
27817
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000370864s
27818
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979c')}}
27819
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000531187s
27820
+ --------------------------------------------------------------------
27821
+ CoreExtTest: test_passing_optional_update_hash_and_bypass_versioning
27822
+ --------------------------------------------------------------------
27823
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27824
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00029634299999999996s
27825
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27826
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00034748799999999996s
27827
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27828
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000416996s
27829
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979d')}, "u"=>{"$inc"=>{"likes"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
27830
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00038953899999999994s
27831
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979d')}}
27832
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000340433s
27833
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979d')}}
27834
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000370643s
27835
+ ---------------------------------------------------------
27836
+ CoreExtTest: test_versioned_upsert_one_with_set_on_insert
27837
+ ---------------------------------------------------------
27838
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27839
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000294704s
27840
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27841
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000350836s
27842
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979e')}, "update"=>{"$setOnInsert"=>{"name"=>"cat"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27843
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000403845s
27844
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979e')}}
27845
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000314552s
27846
+ -----------------------------------------
27847
+ CoreExtTest: test_before_create_callbacks
27848
+ -----------------------------------------
27849
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27850
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000276677s
27851
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27852
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000488494s
27853
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27854
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000398444s
27855
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e417979f')}}
27856
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000287139s
27857
+ ----------------------------------------
27858
+ CoreExtTest: test_image_versioned_create
27859
+ ----------------------------------------
27860
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27861
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000328027s
27862
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27863
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000537817s
27864
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a0')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a0'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27865
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000700982s
27866
+ ------------------------------------------------------------------------
27867
+ CoreExtTest: test_bypass_versioning_gives_op_success_in_versioned_update
27868
+ ------------------------------------------------------------------------
27869
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27870
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000547243s
27871
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27872
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000486799s
27873
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27874
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0006659410000000001s
27875
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1')}}
27876
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00036596s
27877
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"updated name", "email"...
27878
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000571791s
27879
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1')}}
27880
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00056788s
27881
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a1')}}
27882
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000474488s
27883
+ ----------------------------------------
27884
+ CoreExtTest: test_after_create_callbacks
27885
+ ----------------------------------------
27886
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27887
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000346205s
27888
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27889
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000506528s
27890
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a2')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a2'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27891
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000478651s
27892
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a2')}}
27893
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000344163s
27894
+ ---------------------------------------------------------------------------------------------------
27895
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_found_but_doesnt_affect_other_docs
27896
+ ---------------------------------------------------------------------------------------------------
27897
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27898
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00027303s
27899
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27900
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00037858s
27901
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a3')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a3'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27902
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00046375999999999996s
27903
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a4')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a4'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27904
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000458067s
27905
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a3')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27906
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00042739700000000004s
27907
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a3')}}
27908
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000347321s
27909
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a4')}}
27910
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000324531s
27911
+ ------------------------------------------------------------------------
27912
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_created
27913
+ ------------------------------------------------------------------------
27914
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27915
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000306068s
27916
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27917
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000360039s
27918
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a5')}, "update"=>{"$set"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a5'), "before_create_field"=>0, "after_create_field"=>0, "before_update_field"=>0, "after_update_...
27919
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000430279s
27920
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a5')}}
27921
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00030871800000000003s
27922
+ ----------------------------------
27923
+ CoreExtTest: test_versioned_create
27924
+ ----------------------------------
27925
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27926
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000291894s
27927
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27928
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.0003363s
27929
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a6')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a6'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27930
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.007785364s
27931
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27932
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000383877s
27933
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a6')}}
27934
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000432511s
27935
+ ----------------------------------------------
27936
+ CoreExtTest: test_before_update_self_callbacks
27937
+ ----------------------------------------------
27938
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27939
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000368374s
27940
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27941
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00046502399999999997s
27942
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a7')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a7'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27943
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000456887s
27944
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721b6421aa916e41797a7')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
27945
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000543993s
27946
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a7')}}
27947
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000435378s
27948
+ --------------------------------------
27949
+ CoreExtTest: test_versioned_upsert_one
27950
+ --------------------------------------
27951
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27952
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000270131s
27953
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27954
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000345222s
27955
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a8')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a8'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27956
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00040645s
27957
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a8'), "version"=>1}, "update"=>{"$set"=>{"email"=>"b.raut@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27958
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00059315s
27959
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721b6421aa916e41797a8')}}
27960
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00036720700000000004s
27961
+ --------------------------------------
27962
+ MongoidVersionedAtomicTest: test_truth
27963
+ --------------------------------------
27964
+ ---------------------------------------------------------
27965
+ CoreExtTest: test_versioned_upsert_one_with_set_on_insert
27966
+ ---------------------------------------------------------
27967
+ MONGODB | Topology type 'unknown' initializing.
27968
+ MONGODB | Server localhost:27017 initializing.
27969
+ MONGODB | Topology type 'unknown' changed to type 'single'.
27970
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
27971
+ MONGODB | There was a change in the members of the 'single' topology.
27972
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27973
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.001429965s
27974
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27975
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000461632s
27976
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29d')}, "update"=>{"$setOnInsert"=>{"name"=>"cat"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27977
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000416257s
27978
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29d')}}
27979
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000504241s
27980
+ --------------------------------------
27981
+ CoreExtTest: test_versioned_upsert_one
27982
+ --------------------------------------
27983
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27984
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00031180199999999997s
27985
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27986
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00031435299999999996s
27987
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29e')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29e'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
27988
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000529183s
27989
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29e'), "version"=>1}, "update"=>{"$set"=>{"email"=>"b.raut@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
27990
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000477421s
27991
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29e')}}
27992
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000357379s
27993
+ ------------------------------------------------------------------------
27994
+ CoreExtTest: test_bypass_versioning_gives_op_success_in_versioned_update
27995
+ ------------------------------------------------------------------------
27996
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
27997
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00027647800000000003s
27998
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
27999
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00032620699999999996s
28000
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28001
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000377203s
28002
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f')}}
28003
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000268988s
28004
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"updated name", "email"...
28005
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000333481s
28006
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f')}}
28007
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000254454s
28008
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e29f')}}
28009
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000222648s
28010
+ -----------------------------------------------------------------
28011
+ CoreExtTest: test_versioned_update_without_providing_dirty_fields
28012
+ -----------------------------------------------------------------
28013
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28014
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000193771s
28015
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28016
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00024743000000000003s
28017
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a0')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a0'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28018
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000332166s
28019
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a0')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
28020
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00044915099999999996s
28021
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a0')}}
28022
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000343124s
28023
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a0')}}
28024
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00028726699999999996s
28025
+ ----------------------------------------------
28026
+ CoreExtTest: test_passing_optional_update_hash
28027
+ ----------------------------------------------
28028
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28029
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000208696s
28030
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28031
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000523535s
28032
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a1')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a1'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28033
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000447551s
28034
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a1')}, "u"=>{"$inc"=>{"likes"=>1, "version"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28035
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000580313s
28036
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a1')}}
28037
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00026947099999999997s
28038
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a1')}}
28039
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000231956s
28040
+ -----------------------------------------------------------------
28041
+ CoreExtTest: test_versioned_upsert_one_returns_a_mongoid_document
28042
+ -----------------------------------------------------------------
28043
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28044
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000200846s
28045
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28046
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000258286s
28047
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a2')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a2'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28048
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000341604s
28049
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a2')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28050
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00028038600000000004s
28051
+ ----------------------------------------
28052
+ CoreExtTest: test_image_versioned_update
28053
+ ----------------------------------------
28054
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28055
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000221571s
28056
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28057
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00025048s
28058
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a3')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a3'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28059
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000576116s
28060
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a3')}, "u"=>{"$set"=>{"image_file_name"=>"keratoscope.jpg", "image_fingerprint"=>"ee7c3cdf8649e585fa6be4d3db954bf6", "image_content_type"=>"image/jpeg", ...
28061
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000730465s
28062
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a3')}}
28063
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000384299s
28064
+ -----------------------------------------
28065
+ CoreExtTest: test_before_create_callbacks
28066
+ -----------------------------------------
28067
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28068
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000348898s
28069
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28070
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00038632799999999996s
28071
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a4')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a4'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28072
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000407641s
28073
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a4')}}
28074
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000291563s
28075
+ ---------------------------------------------------------------
28076
+ CoreExtTest: test_versioned_create_when_document_already_exists
28077
+ ---------------------------------------------------------------
28078
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28079
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000192466s
28080
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28081
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000243217s
28082
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a5')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a5'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28083
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00035945300000000003s
28084
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"bhargav.r.raut@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a6'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0...
28085
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00031062s
28086
+ ---------------------------------------------------------------------------------------------------
28087
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_found_but_doesnt_affect_other_docs
28088
+ ---------------------------------------------------------------------------------------------------
28089
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28090
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00029432199999999996s
28091
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28092
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00022676s
28093
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a7')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a7'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28094
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000331793s
28095
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a8')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a8'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28096
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000480681s
28097
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a7')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28098
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.015609749999999999s
28099
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a7')}}
28100
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000278277s
28101
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a8')}}
28102
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000270765s
28103
+ ----------------------------------
28104
+ CoreExtTest: test_create_two_users
28105
+ ----------------------------------
28106
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28107
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000246275s
28108
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28109
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000369814s
28110
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a9')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2a9'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28111
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000461007s
28112
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2aa')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2aa'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28113
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000442894s
28114
+ ----------------------------------------------
28115
+ CoreExtTest: test_before_update_self_callbacks
28116
+ ----------------------------------------------
28117
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28118
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00018451s
28119
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28120
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00033901000000000005s
28121
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ab')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ab'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28122
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000413823s
28123
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ab')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
28124
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000551488s
28125
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ab')}}
28126
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00029444000000000003s
28127
+ -------------------------------------------------------------------------------
28128
+ CoreExtTest: test_does_not_increment_version_of_all_existing_document_on_create
28129
+ -------------------------------------------------------------------------------
28130
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28131
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000254956s
28132
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28133
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00038453399999999996s
28134
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ac')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ac'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28135
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000484491s
28136
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ad')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ad'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28137
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000603572s
28138
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ac')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ae'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28139
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000398168s
28140
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28141
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000213003s
28142
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{}}
28143
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000326553s
28144
+ ---------------------------------------
28145
+ CoreExtTest: test_cross_model_callbacks
28146
+ ---------------------------------------
28147
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28148
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000203181s
28149
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28150
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000355753s
28151
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"things", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2af')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2af'), "entries"=>{}, "version"=>1}}, "multi"=>false, "upsert"=>true}], "ordered"=>true}
28152
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00056671s
28153
+ MONGODB | localhost:27017 | dummy_test.insert | STARTED | {"insert"=>"entries", "documents"=>[{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b0'), "parent_thing_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2af')}], "ordered"=>true}
28154
+ MONGODB | localhost:27017 | dummy_test.insert | SUCCEEDED | 0.0004950309999999999s
28155
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"things", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2af')}, "update"=>{"$set"=>{"entries.5a6721d7421aa9170f97e2b0"=>1516708311}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
28156
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000441429s
28157
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"things", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2af')}}
28158
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000226551s
28159
+ ------------------------------------------------------------------------
28160
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_created
28161
+ ------------------------------------------------------------------------
28162
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28163
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000221592s
28164
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28165
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000318209s
28166
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b1')}, "update"=>{"$set"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b1'), "before_create_field"=>0, "after_create_field"=>0, "before_update_field"=>0, "after_update_...
28167
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00039546599999999997s
28168
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b1')}}
28169
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000254713s
28170
+ ----------------------------------
28171
+ CoreExtTest: test_versioned_create
28172
+ ----------------------------------
28173
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28174
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000158718s
28175
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28176
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000321684s
28177
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b2')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b2'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28178
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000306297s
28179
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28180
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000211666s
28181
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b2')}}
28182
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000333218s
28183
+ -----------------------------------------------------------
28184
+ CoreExtTest: test_versioned_create_should_return_doc_counts
28185
+ -----------------------------------------------------------
28186
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28187
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000293701s
28188
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28189
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000370308s
28190
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b3')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b3'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28191
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000609945s
28192
+ ---------------------------------------------
28193
+ CoreExtTest: test_bypass_versioning_on_update
28194
+ ---------------------------------------------
28195
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28196
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000182798s
28197
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28198
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000343848s
28199
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b4')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b4'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28200
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000455371s
28201
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b4')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "email"=>"bhargav.r.raut@gmail....
28202
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00037598s
28203
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b4')}}
28204
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000273429s
28205
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b4')}}
28206
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00025111700000000003s
28207
+ --------------------------------------------------------------------
28208
+ CoreExtTest: test_passing_optional_update_hash_and_bypass_versioning
28209
+ --------------------------------------------------------------------
28210
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28211
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000229659s
28212
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28213
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000350141s
28214
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b5')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b5'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28215
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000407858s
28216
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b5')}, "u"=>{"$inc"=>{"likes"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28217
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000347911s
28218
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b5')}}
28219
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000284171s
28220
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b5')}}
28221
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000228852s
28222
+ ---------------------------------
28223
+ CoreExtTest: test_query_in_create
28224
+ ---------------------------------
28225
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28226
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00016889s
28227
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28228
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00024458899999999997s
28229
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b6')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b6'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28230
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00041049099999999997s
28231
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"$or"=>[{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b7')}, {"name"=>"bhargav"}]}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b7'), "before_create_field"=>1, "after_create_field"=>0, "be...
28232
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000486676s
28233
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28234
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000184947s
28235
+ ---------------------------------------------------
28236
+ CoreExtTest: test_invalid_documents_are_not_created
28237
+ ---------------------------------------------------
28238
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28239
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000148251s
28240
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28241
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000313132s
28242
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28243
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00039621599999999996s
28244
+ -----------------------------------------------------------------------------------
28245
+ CoreExtTest: test_versioned_create_should_return_matched_count_as_one_if_doc_exists
28246
+ -----------------------------------------------------------------------------------
28247
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28248
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00038294s
28249
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28250
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000316573s
28251
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b8')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b8'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28252
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000352881s
28253
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"rrphotosoft@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2b9'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0, "...
28254
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000330962s
28255
+ ----------------------------------
28256
+ CoreExtTest: test_version_conflict
28257
+ ----------------------------------
28258
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28259
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000277435s
28260
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28261
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000231568s
28262
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ba')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ba'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28263
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000280569s
28264
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ba'), "version"=>1}, "update"=>{"$set"=>{"email"=>"kkk@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
28265
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000336048s
28266
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2ba')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"changed_...
28267
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000353097s
28268
+ ---------------------------------------------------------
28269
+ CoreExtTest: test_versioned_update_providing_dirty_fields
28270
+ ---------------------------------------------------------
28271
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28272
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00022165s
28273
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28274
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000273407s
28275
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bb')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bb'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28276
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000337971s
28277
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bb')}, "u"=>{"$set"=>{"email"=>"c@gmail.com"}, "$inc"=>{"version"=>1}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28278
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00040471100000000004s
28279
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bb')}}
28280
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000268916s
28281
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bb')}}
28282
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000265732s
28283
+ ---------------------------------------------------------------------------------
28284
+ CoreExtTest: test_versioned_upsert_one_does_not_affect_all_docs_if_query_is_empty
28285
+ ---------------------------------------------------------------------------------
28286
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28287
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00023838699999999998s
28288
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28289
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00022307500000000001s
28290
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bc')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bc'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28291
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000315131s
28292
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bc')}}
28293
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000274993s
28294
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{}, "update"=>{"$set"=>{"name"=>"dog"}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28295
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.007548429999999999s
28296
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28297
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00030653s
28298
+ ----------------------------------------
28299
+ CoreExtTest: test_after_create_callbacks
28300
+ ----------------------------------------
28301
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28302
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00031496599999999997s
28303
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28304
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00042224200000000003s
28305
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bd')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bd'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28306
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000564088s
28307
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2bd')}}
28308
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000349484s
28309
+ ----------------------------------------
28310
+ CoreExtTest: test_image_versioned_create
28311
+ ----------------------------------------
28312
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28313
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000276896s
28314
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28315
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00027638600000000005s
28316
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2be')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721d7421aa9170f97e2be'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28317
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0006035400000000001s
28318
+ --------------------------------------
28319
+ MongoidVersionedAtomicTest: test_truth
28320
+ --------------------------------------
28321
+ ---------------------------------------
28322
+ CoreExtTest: test_cross_model_callbacks
28323
+ ---------------------------------------
28324
+ MONGODB | Topology type 'unknown' initializing.
28325
+ MONGODB | Server localhost:27017 initializing.
28326
+ MONGODB | Topology type 'unknown' changed to type 'single'.
28327
+ MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
28328
+ MONGODB | There was a change in the members of the 'single' topology.
28329
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28330
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.0009059529999999999s
28331
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28332
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000666483s
28333
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"things", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3812')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3812'), "entries"=>{}, "version"=>1}}, "multi"=>false, "upsert"=>true}], "ordered"=>true}
28334
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000490686s
28335
+ MONGODB | localhost:27017 | dummy_test.insert | STARTED | {"insert"=>"entries", "documents"=>[{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3813'), "parent_thing_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3812')}], "ordered"=>true}
28336
+ MONGODB | localhost:27017 | dummy_test.insert | SUCCEEDED | 0.020322022000000002s
28337
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"things", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3812')}, "update"=>{"$set"=>{"entries.5a6721f3421aa9173b3f3813"=>1516708339}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
28338
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000785292s
28339
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"things", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3812')}}
28340
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000435299s
28341
+ -----------------------------------------
28342
+ CoreExtTest: test_before_create_callbacks
28343
+ -----------------------------------------
28344
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28345
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000370694s
28346
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28347
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000459599s
28348
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3814')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3814'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28349
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000603482s
28350
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3814')}}
28351
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00039479s
28352
+ ---------------------------------------------
28353
+ CoreExtTest: test_bypass_versioning_on_update
28354
+ ---------------------------------------------
28355
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28356
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000281856s
28357
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28358
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00043644800000000003s
28359
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3815')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3815'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28360
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000464932s
28361
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3815')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "email"=>"bhargav.r.raut@gmail....
28362
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000437316s
28363
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3815')}}
28364
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00037061500000000003s
28365
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3815')}}
28366
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00030677799999999996s
28367
+ ---------------------------------------------------------
28368
+ CoreExtTest: test_versioned_update_providing_dirty_fields
28369
+ ---------------------------------------------------------
28370
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28371
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000309249s
28372
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28373
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000360177s
28374
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3816')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3816'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28375
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000435947s
28376
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3816')}, "u"=>{"$set"=>{"email"=>"c@gmail.com"}, "$inc"=>{"version"=>1}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28377
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000502002s
28378
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3816')}}
28379
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000366486s
28380
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3816')}}
28381
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000407213s
28382
+ ---------------------------------------------------
28383
+ CoreExtTest: test_invalid_documents_are_not_created
28384
+ ---------------------------------------------------
28385
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28386
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000328739s
28387
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28388
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00046236s
28389
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28390
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00031130700000000003s
28391
+ ----------------------------------------
28392
+ CoreExtTest: test_image_versioned_create
28393
+ ----------------------------------------
28394
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28395
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000234851s
28396
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28397
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00032206700000000005s
28398
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3817')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3817'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28399
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000779984s
28400
+ ----------------------------------------------
28401
+ CoreExtTest: test_before_update_self_callbacks
28402
+ ----------------------------------------------
28403
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28404
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000367855s
28405
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28406
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00035207099999999997s
28407
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3818')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3818'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28408
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000467457s
28409
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3818')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
28410
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000504199s
28411
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3818')}}
28412
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00036790200000000003s
28413
+ -----------------------------------------------------------------------------------
28414
+ CoreExtTest: test_versioned_create_should_return_matched_count_as_one_if_doc_exists
28415
+ -----------------------------------------------------------------------------------
28416
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28417
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00033322100000000003s
28418
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28419
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000372935s
28420
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3819')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3819'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28421
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00040263500000000004s
28422
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"rrphotosoft@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381a'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0, "...
28423
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00039278699999999996s
28424
+ ---------------------------------------------------------------------------------------------------
28425
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_found_but_doesnt_affect_other_docs
28426
+ ---------------------------------------------------------------------------------------------------
28427
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28428
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000291838s
28429
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28430
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000363277s
28431
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381b')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381b'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28432
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000451908s
28433
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28434
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000346662s
28435
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381b')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28436
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.00029702799999999996s
28437
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381b')}}
28438
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000291367s
28439
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381c')}}
28440
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00026211699999999997s
28441
+ ----------------------------------
28442
+ CoreExtTest: test_version_conflict
28443
+ ----------------------------------
28444
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28445
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00021338299999999999s
28446
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28447
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000307933s
28448
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381d')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381d'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28449
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000514556s
28450
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381d'), "version"=>1}, "update"=>{"$set"=>{"email"=>"kkk@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "bypassDocumentValidation"=>false}
28451
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.0005593169999999999s
28452
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381d')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"changed_...
28453
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000748551s
28454
+ -----------------------------------------------------------------
28455
+ CoreExtTest: test_versioned_update_without_providing_dirty_fields
28456
+ -----------------------------------------------------------------
28457
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28458
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000317568s
28459
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28460
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00032543700000000004s
28461
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381e')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381e'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28462
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00038135s
28463
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381e')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>1, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"bhargav"...
28464
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.018943553s
28465
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381e')}}
28466
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000273689s
28467
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381e')}}
28468
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000283085s
28469
+ -----------------------------------------------------------------
28470
+ CoreExtTest: test_versioned_upsert_one_returns_a_mongoid_document
28471
+ -----------------------------------------------------------------
28472
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28473
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000303636s
28474
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28475
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.0007396880000000001s
28476
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28477
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000704922s
28478
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f381f')}, "update"=>{"$set"=>{"name"=>"roxanne"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28479
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000766182s
28480
+ -----------------------------------------------------------
28481
+ CoreExtTest: test_versioned_create_should_return_doc_counts
28482
+ -----------------------------------------------------------
28483
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28484
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000448858s
28485
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28486
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00051645s
28487
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3820')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3820'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28488
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000561396s
28489
+ ----------------------------------------
28490
+ CoreExtTest: test_after_create_callbacks
28491
+ ----------------------------------------
28492
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28493
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00037197699999999995s
28494
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28495
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00038152600000000003s
28496
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3821')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3821'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28497
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005554290000000001s
28498
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3821')}}
28499
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00044089300000000004s
28500
+ ------------------------------------------------------------------------
28501
+ CoreExtTest: test_bypass_versioning_gives_op_success_in_versioned_update
28502
+ ------------------------------------------------------------------------
28503
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28504
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000373108s
28505
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28506
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000415964s
28507
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28508
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000500699s
28509
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822')}}
28510
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000341207s
28511
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822')}, "u"=>{"$set"=>{"before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>1, "after_update_field"=>0, "likes"=>0, "name"=>"updated name", "email"...
28512
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000429647s
28513
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822')}}
28514
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000659004s
28515
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3822')}}
28516
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000447655s
28517
+ ---------------------------------------------------------------------------------
28518
+ CoreExtTest: test_versioned_upsert_one_does_not_affect_all_docs_if_query_is_empty
28519
+ ---------------------------------------------------------------------------------
28520
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28521
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000497173s
28522
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28523
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000478653s
28524
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3823')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3823'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28525
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0005395409999999999s
28526
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3823')}}
28527
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00038777799999999997s
28528
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{}, "update"=>{"$set"=>{"name"=>"dog"}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28529
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000423894s
28530
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28531
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00028772300000000004s
28532
+ --------------------------------------------------------------------
28533
+ CoreExtTest: test_passing_optional_update_hash_and_bypass_versioning
28534
+ --------------------------------------------------------------------
28535
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28536
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000282297s
28537
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28538
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00035565600000000004s
28539
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3824')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3824'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28540
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.0004479s
28541
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3824')}, "u"=>{"$inc"=>{"likes"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28542
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00036591s
28543
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3824')}}
28544
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00028345999999999997s
28545
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3824')}}
28546
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000279437s
28547
+ -------------------------------------------------------------------------------
28548
+ CoreExtTest: test_does_not_increment_version_of_all_existing_document_on_create
28549
+ -------------------------------------------------------------------------------
28550
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28551
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000244022s
28552
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28553
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000307977s
28554
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3825')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3825'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28555
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00037093799999999996s
28556
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3826')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3826'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28557
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000374257s
28558
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3825')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3827'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28559
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000361126s
28560
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28561
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000240549s
28562
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{}}
28563
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00030874s
28564
+ ----------------------------------
28565
+ CoreExtTest: test_create_two_users
28566
+ ----------------------------------
28567
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28568
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000236646s
28569
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28570
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000326566s
28571
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3828')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3828'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28572
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000563656s
28573
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3829')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3829'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28574
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000591945s
28575
+ ----------------------------------------
28576
+ CoreExtTest: test_image_versioned_update
28577
+ ----------------------------------------
28578
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28579
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000315057s
28580
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28581
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00033397399999999996s
28582
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382a')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382a'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28583
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000588915s
28584
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382a')}, "u"=>{"$set"=>{"image_file_name"=>"keratoscope.jpg", "image_fingerprint"=>"ee7c3cdf8649e585fa6be4d3db954bf6", "image_content_type"=>"image/jpeg", ...
28585
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.019986853000000002s
28586
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382a')}}
28587
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000450751s
28588
+ ------------------------------------------------------------------------
28589
+ CoreExtTest: test_versioned_upsert_one_increments_version_if_doc_created
28590
+ ------------------------------------------------------------------------
28591
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28592
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00045589400000000004s
28593
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28594
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.0004915189999999999s
28595
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382b')}, "update"=>{"$set"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382b'), "before_create_field"=>0, "after_create_field"=>0, "before_update_field"=>0, "after_update_...
28596
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000408885s
28597
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382b')}}
28598
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000308304s
28599
+ ---------------------------------
28600
+ CoreExtTest: test_query_in_create
28601
+ ---------------------------------
28602
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28603
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000263888s
28604
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28605
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000311444s
28606
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382c')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382c'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28607
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00037246100000000004s
28608
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"$or"=>[{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382d')}, {"name"=>"bhargav"}]}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382d'), "before_create_field"=>1, "after_create_field"=>0, "be...
28609
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000457221s
28610
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28611
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00024733s
28612
+ ----------------------------------
28613
+ CoreExtTest: test_versioned_create
28614
+ ----------------------------------
28615
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28616
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000225755s
28617
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28618
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.00029812100000000004s
28619
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382e')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382e'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28620
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000430163s
28621
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28622
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00024778s
28623
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382e')}}
28624
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.000261838s
28625
+ --------------------------------------
28626
+ CoreExtTest: test_versioned_upsert_one
28627
+ --------------------------------------
28628
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28629
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000221246s
28630
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28631
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000281252s
28632
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382f')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382f'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28633
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000361641s
28634
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382f'), "version"=>1}, "update"=>{"$set"=>{"email"=>"b.raut@gmail.com"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28635
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000440731s
28636
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f382f')}}
28637
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00025649799999999997s
28638
+ ---------------------------------------------------------------
28639
+ CoreExtTest: test_versioned_create_when_document_already_exists
28640
+ ---------------------------------------------------------------
28641
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28642
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00025955s
28643
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28644
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000305688s
28645
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3830')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3830'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28646
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000595889s
28647
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"email"=>"bhargav.r.raut@gmail.com"}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3831'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_update_field"=>0...
28648
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.000616981s
28649
+ ----------------------------------------------
28650
+ CoreExtTest: test_passing_optional_update_hash
28651
+ ----------------------------------------------
28652
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28653
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.000316679s
28654
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28655
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000319031s
28656
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3832')}, "u"=>{"$setOnInsert"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3832'), "before_create_field"=>1, "after_create_field"=>0, "before_update_field"=>0, "after_up...
28657
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00039292300000000005s
28658
+ MONGODB | localhost:27017 | dummy_test.update | STARTED | {"update"=>"users", "updates"=>[{"q"=>{"version"=>1, "_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3832')}, "u"=>{"$inc"=>{"likes"=>1, "version"=>1}, "$set"=>{"name"=>"changed"}}, "multi"=>false, "upsert"=>false}], "ordered"=>true}
28659
+ MONGODB | localhost:27017 | dummy_test.update | SUCCEEDED | 0.00048019999999999996s
28660
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3832')}}
28661
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00032025399999999996s
28662
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3832')}}
28663
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00029154800000000003s
28664
+ ---------------------------------------------------------
28665
+ CoreExtTest: test_versioned_upsert_one_with_set_on_insert
28666
+ ---------------------------------------------------------
28667
+ MONGODB | localhost:27017 | dummy_test.count | STARTED | {"count"=>"users", "query"=>{}}
28668
+ MONGODB | localhost:27017 | dummy_test.count | SUCCEEDED | 0.00026169400000000003s
28669
+ MONGODB | localhost:27017 | dummy_test.delete | STARTED | {"delete"=>"users", "deletes"=>[{"q"=>{}, "limit"=>0}], "ordered"=>true}
28670
+ MONGODB | localhost:27017 | dummy_test.delete | SUCCEEDED | 0.000320027s
28671
+ MONGODB | localhost:27017 | dummy_test.findandmodify | STARTED | {"findandmodify"=>"users", "query"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3833')}, "update"=>{"$setOnInsert"=>{"name"=>"cat"}, "$inc"=>{"version"=>1}}, "new"=>true, "upsert"=>true, "bypassDocumentValidation"=>false}
28672
+ MONGODB | localhost:27017 | dummy_test.findandmodify | SUCCEEDED | 0.000359965s
28673
+ MONGODB | localhost:27017 | dummy_test.find | STARTED | {"find"=>"users", "filter"=>{"_id"=>BSON::ObjectId('5a6721f3421aa9173b3f3833')}}
28674
+ MONGODB | localhost:27017 | dummy_test.find | SUCCEEDED | 0.00030110099999999996s