Commit 03fa8a0
committed
test: Move universal offline/online/materialization tests to universal/ directory
Relocates cross-backend parameterized tests from integration/ into the
4-tier folder structure proposed in #6048.
Moves:
- integration/offline_store/ (10 files) -> universal/offline_store/
- integration/online_store/test_universal_{e2e,online,online_types}.py
+ test_push_features_to_online_store.py -> universal/online_store/
- integration/online_store/test_hybrid_online_store.py -> unit/
(uses unittest.mock only, no real services)
- integration/online_store/test_remote_online_store.py ->
integration/permissions/auth/ (auth-scoped, not universal)
- integration/materialization/test_universal_materialization.py ->
universal/materialization/
Also updates stale path references in:
- Makefile (4 paths: cassandra, milvus, qdrant targets)
- docs/how-to-guides/adding-or-reusing-tests.md
- sdk/python/tests/README.md
Closes #6051
Signed-off-by: yashghatol <yashghatol822@gmail.com>1 parent c9602d8 commit 03fa8a0
23 files changed
Lines changed: 6 additions & 6 deletions
File tree
- docs/how-to-guides
- sdk/python/tests
- integration/auth
- unit
- universal
- materialization
- offline_store
- online_store
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
488 | | - | |
| 487 | + | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
File renamed without changes.
File renamed without changes.
Whitespace-only changes.
0 commit comments