Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRIVERS-1593: test.operations array may be empty #1709

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
@@ -0,0 +1,7 @@
description: "operation-empty_array"

schemaVersion: "1.0"

tests:
- description: "Empty operations array"
operations: []
5 changes: 3 additions & 2 deletions source/unified-test-format/unified-test-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,7 @@ The structure of this object is as follows:

<span id="test_operations"></span>

- `operations`: Required array of one or more [operation](#operation) objects. List of operations to be executed for the
test case.
- `operations`: Required array of [operation](#operation) objects. List of operations to be executed for the test case.

<span id="test_expectEvents"></span>

Expand Down Expand Up @@ -3551,6 +3550,8 @@ other specs *and* collating spec changes developed in parallel or during the sam

## Changelog

- 2024-10-31: Test operations array may be empty.

- 2024-10-29: List more examples of root-level documents

- 2024-10-24: Document `namespace` option for `failCommand` fail point.
Expand Down
Loading