Skip to content

Commit 3f5f0c9

Browse files
are-cesclaude
andcommitted
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

File tree

tests/e2e/test_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
features/faiss.feature
2+
features/inline_rag.feature
23
features/smoketests.feature
34
features/authorized_noop.feature
45
features/authorized_noop_token.feature
@@ -20,4 +21,3 @@ features/mcp_servers_api.feature
2021
features/mcp_servers_api_auth.feature
2122
features/mcp_servers_api_no_config.feature
2223
features/models.feature
23-
features/inline_rag.feature

0 commit comments

Comments
 (0)