Commit 59600be
authored
Migrate ITs to Testkit (#1214)
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 tests1 parent 68f3871 commit 59600be
File tree
5 files changed
+5
-297
lines changed- driver/src/test/java/org/neo4j/driver
- integration
- stress
- testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests
5 files changed
+5
-297
lines changedLines changed: 0 additions & 174 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments