[model-gateway] Add e2e tests of streaming events and tool choice for response api (#13880)
Co-authored-by: Simo Lin <linsimo.mark@gmail.com>
This commit is contained in:
3
.github/workflows/pr-test-rust.yml
vendored
3
.github/workflows/pr-test-rust.yml
vendored
@@ -295,10 +295,11 @@ jobs:
|
||||
|
||||
- name: Run Python E2E response API tests
|
||||
run: |
|
||||
python3 -m pip install pytest-rerunfailures
|
||||
bash scripts/killall_sglang.sh "nuk_gpus"
|
||||
cd sgl-router
|
||||
source "$HOME/.cargo/env"
|
||||
SHOW_ROUTER_LOGS=1 pytest py_test/e2e_response_api -s -vv -o log_cli=true --log-cli-level=INFO
|
||||
SHOW_ROUTER_LOGS=1 pytest --reruns 3 --reruns-delay 2 py_test/e2e_response_api -s -vv -o log_cli=true --log-cli-level=INFO
|
||||
|
||||
- name: Run Python E2E gRPC tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user