-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated tests: - `NestedQueriesIT.shouldAllowNestedQueriesInTransactionConsumedAsIterators` -> `TestIterationTxRun.test_nested` - `NestedQueriesIT.shouldAllowNestedQueriesInTransactionConsumedAsIteratorAndList` -> `TestIterationTxRun.test_nested_using_list` - `NestedQueriesIT.shouldAllowNestedQueriesInSessionConsumedAsIterators` -> `TestIterationSessionRun.test_nested` - `NestedQueriesIT.shouldAllowNestedQueriesInSessionConsumedAsIteratorAndList` -> `TestIterationSessionRun.test_nested_using_list` Deleted tests: - `shouldAllowNestedQueriesInTransactionConsumedAsLists` -> deleted, it is effectively a sequential query execution - `shouldAllowNestedQueriesInSessionConsumedAsLists` -> deleted, it is effectively a sequential query execution - `CausalClusteringIT` -> deleted, unsafe cluster tests
- Loading branch information
1 parent
68f3871
commit 59600be
Showing
5 changed files
with
5 additions
and
297 deletions.
There are no files selected for viewing
174 changes: 0 additions & 174 deletions
174
driver/src/test/java/org/neo4j/driver/integration/NestedQueries.java
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
driver/src/test/java/org/neo4j/driver/integration/NestedQueriesIT.java
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
driver/src/test/java/org/neo4j/driver/stress/CausalClusteringIT.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters