Skip to content

Commit

Permalink
Fix mongo configuration (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron authored Mar 27, 2023
1 parent fe593f8 commit 9f0ecb3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ args:
- mongo/jstests/core/query/cursor/cursor*.js
- mongo/jstests/core/query/cursor/getmore*.js
- mongo/jstests/core/query/awaitdata_getmore_cmd.js
- mongo/jstests/readonly/getmore.js
- mongo/jstests/readonly/get_more.js
- mongo/jstests/auth/getMore.js
- mongo/jstests/auth/list_sessions.js
- mongo/jstests/core/uniqueness.js
- mongo/jstests/core/query/unset/unset*.js
- mongo/jstests/core/query/array/array[1-4].js
Expand All @@ -24,7 +25,7 @@ args:
results:
ferretdb:
stats:
expected_fail: 40
expected_fail: 42
expected_pass: 35
fail:
# https://docs.ferretdb.io/diff/
Expand Down Expand Up @@ -116,17 +117,16 @@ results:
# document keys must not contain $ or . signs;
- mongo/jstests/core/write/update/updateh.js

# TODO: investigate as well. session related.
- mongo/jstests/readonly/getmore.js

# https://github.com/FerretDB/dance/issues/294
- mongo/jstests/readonly/get_more.js
- mongo/jstests/auth/getMore.js

- mongo/jstests/auth/list_sessions.js
mongodb:
stats:
expected_fail: 1
expected_fail: 3
expected_pass: 74
fail:
# https://github.com/FerretDB/dance/issues/294
- mongo/jstests/auth/getMore.js
- mongo/jstests/auth/getMore.js
- mongo/jstests/readonly/get_more.js
- mongo/jstests/auth/list_sessions.js

0 comments on commit 9f0ecb3

Please sign in to comment.