Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3748,11 +3748,6 @@ tests:
arguments:
timeoutMS: 100000
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false

- description: "wTimeoutMS is ignored if timeoutMS is set - dropIndex on collection"
operations:
- name: createEntities
Expand Down Expand Up @@ -3786,10 +3781,6 @@ tests:
arguments:
timeoutMS: 100000
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down Expand Up @@ -3834,10 +3825,6 @@ tests:
timeoutMS: &timeoutMS 1000
maxTimeMS: 5000
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3124,10 +3124,6 @@ tests:
object: *collection
arguments:
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1749,10 +1749,6 @@ tests:
object: *collection
arguments:
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down Expand Up @@ -1789,10 +1785,6 @@ tests:
object: *collection
arguments:
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2347,10 +2347,6 @@ tests:
object: *collection
arguments:
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down Expand Up @@ -2391,10 +2387,6 @@ tests:
object: *collection
arguments:
name: "x_1"

expectError:
isClientError: false
isTimeoutError: false
expectEvents:
- client: *client
events:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1817,9 +1817,6 @@ tests:
arguments:
timeoutMS: 1000
name: "x_1"

expectError:
isTimeoutError: false # IndexNotFound
expectEvents:
- client: *client
events:
Expand Down Expand Up @@ -1847,9 +1844,6 @@ tests:
arguments:
timeoutMS: 0
name: "x_1"

expectError:
isTimeoutError: false # IndexNotFound
expectEvents:
- client: *client
events:
Expand Down
Loading