Commit 736a7cd
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 736a7cd
2 files changed
Lines changed: 13 additions & 7 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 | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
357 | 361 | | |
358 | 362 | | |
359 | 363 | | |
| |||
0 commit comments