Skip to content

Commit 6a27f64

Browse files
author
Radovan Fuchs
committed
reorder the new test to get the best out of the test setup
1 parent c36d758 commit 6a27f64

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

tests/e2e-prow/rhoai/pipeline-konflux.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,12 @@ if [[ -n "${E2E_LLAMA_PORT_FORWARD_PID_FILE:-}" && -f "$E2E_LLAMA_PORT_FORWARD_P
412412
fi
413413
rm -f "$E2E_LLAMA_PORT_FORWARD_PID_FILE"
414414
fi
415+
# Disown before kill so bash drops the jobs from its table and suppresses
416+
# "Killed" job-control noise on wait (the useful diagnostics are in the curl
417+
# readiness loops above, not in these terminal notifications).
418+
disown $PF_LCS_PID 2>/dev/null || true
419+
disown $PF_JWKS_PID 2>/dev/null || true
420+
disown $PF_LLAMA_PID 2>/dev/null || true
415421
kill $PF_LCS_PID 2>/dev/null || true
416422
kill $PF_JWKS_PID 2>/dev/null || true
417423
kill $PF_LLAMA_PID 2>/dev/null || true

tests/e2e/test_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ features/prompts.feature
1111
features/faiss.feature
1212
features/inline_rag.feature
1313
features/byok_pdf.feature
14+
features/vector_stores.feature
1415
features/feedback.feature
1516
features/query.feature
1617
features/responses.feature
@@ -31,4 +32,3 @@ features/tls-ca.feature
3132
features/tls-mtls.feature
3233
features/tls-tlsv13.feature
3334
features/opentelemetry.feature
34-
features/vector_stores.feature

0 commit comments

Comments
 (0)