Commit be6c8dc
ci: run integration tests against Weaviate 1.39.0-rc.0
Bumps the integration-test matrix from 1.36.x to 1.39.0-rc.0 and adds the
version to the test-package matrix. There is no plain `1.39.0-rc.0` tag on
Docker Hub yet, only commit-suffixed builds, so the newest one is pinned
following the existing `WEAVIATE_137` convention.
One existing test needed adapting to an intentional server change in 1.39:
`asyncEnabled` is no longer stored per class but derived server-side as
`factor > 1 && !globallyDisabled`. `test_collection_config_full` uses a
replication factor of 1, so the field now reports `False`. The pre-1.39
assertions are kept behind a version check.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 904ea78 commit be6c8dc
2 files changed
Lines changed: 30 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | | - | |
| 324 | + | |
| 325 | + | |
324 | 326 | | |
325 | 327 | | |
326 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
51 | 64 | | |
52 | 65 | | |
53 | 66 | | |
| |||
353 | 366 | | |
354 | 367 | | |
355 | 368 | | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
360 | 372 | | |
361 | 373 | | |
362 | 374 | | |
| |||
1605 | 1617 | | |
1606 | 1618 | | |
1607 | 1619 | | |
1608 | | - | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
1609 | 1623 | | |
1610 | 1624 | | |
1611 | 1625 | | |
| |||
1672 | 1686 | | |
1673 | 1687 | | |
1674 | 1688 | | |
1675 | | - | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
1676 | 1692 | | |
1677 | 1693 | | |
1678 | 1694 | | |
| |||
0 commit comments