From 136381da5c88826242cb728f1373b87854e2d9da Mon Sep 17 00:00:00 2001 From: ZhiH Date: Thu, 14 Aug 2025 09:52:11 +0800 Subject: [PATCH 1/2] Update the expected result for Quark analysis in the smoke test --- .github/workflows/smoke_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 7b325876..7af078b5 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -105,7 +105,7 @@ jobs: shell: bash # This sample should have 11 behaviors with 100% confidence run: | - if [ "${{ env.a4db_RESULT }}" == "19" ]; then + if [ "${{ env.a4db_RESULT }}" == "20" ]; then exit 0 else exit 1 From 67e1d8c01f60b6f1354d8ec136d353c24c531252 Mon Sep 17 00:00:00 2001 From: ZhiH Date: Thu, 14 Aug 2025 09:59:20 +0800 Subject: [PATCH 2/2] Update the expected result for Quark analysis in the smoke test --- .github/workflows/smoke_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 7af078b5..6bc6caa6 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -115,7 +115,7 @@ jobs: shell: bash # This sample should have 15 behaviors with 100% confidence run: | - if [ "${{ env.e273e_RESULT }}" == "38" ]; then + if [ "${{ env.e273e_RESULT }}" == "40" ]; then exit 0 else exit 1