Commit 9f57454
fix: use unique collection names in aggregation, relationship, and SharedTables tests
- Aggregation tests: add per-worker unique suffix to dp_agg_* and
dp_grpby collection names to prevent cross-worker conflicts
- OneToMany relationship tests: use uniqid() for teams/players/blogs/
posts/products/categories/authors/books/libraries collection names
in all testPartialUpdate* and testOneToManyAndManyToOneDeleteRelationship
- SharedTables: use unique name for multiTenantCol collection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a55ef9d commit 9f57454
3 files changed
Lines changed: 158 additions & 143 deletions
File tree
- tests/e2e/Adapter/Scopes
- Relationships
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
17 | 29 | | |
18 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
19 | 35 | | |
| 36 | + | |
20 | 37 | | |
21 | 38 | | |
22 | 39 | | |
| |||
1241 | 1258 | | |
1242 | 1259 | | |
1243 | 1260 | | |
1244 | | - | |
| 1261 | + | |
1245 | 1262 | | |
1246 | 1263 | | |
1247 | 1264 | | |
| |||
1288 | 1305 | | |
1289 | 1306 | | |
1290 | 1307 | | |
1291 | | - | |
| 1308 | + | |
1292 | 1309 | | |
1293 | 1310 | | |
1294 | 1311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
0 commit comments