Commit 3f5f0c9
LCORE-1422: Run inline_rag tests before MCP to prevent data destruction
Move inline_rag.feature right after faiss.feature in the test order.
MCP tests call clear_llama_stack_storage() which rm -rf ~/.llama inside
the container, destroying the bind-mounted kv_store.db needed by RAG tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 34b34fd commit 3f5f0c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
0 commit comments