From 0842fb852509a359fc34e408c7f47721e0d99421 Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 12 Aug 2024 17:57:59 +0200 Subject: [PATCH 1/3] try run chaos test for CRIB --- .github/workflows/crib-integration-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index 248004636bc..0485db3f153 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -1,5 +1,6 @@ name: CRIB Integration Tests on: + push: schedule: - cron: "0 1 * * *" workflow_call: @@ -98,9 +99,9 @@ jobs: CRIB_NETWORK: geth CRIB_NODES: 5 GAP_URL: ${{ secrets.GAP_URL }} -# SETH_LOG_LEVEL: debug -# RESTY_DEBUG: true -# TEST_PERSISTENCE: true + SETH_LOG_LEVEL: debug + RESTY_DEBUG: true + TEST_PERSISTENCE: true run: |- go test -v -run TestCRIB - name: Destroy CRIB Environment From 8467cdb39d8b670ac7ab0b93315c4f0983550dba Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 12 Aug 2024 20:45:44 +0200 Subject: [PATCH 2/3] less logs --- .github/workflows/crib-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index 0485db3f153..72593550952 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -99,8 +99,8 @@ jobs: CRIB_NETWORK: geth CRIB_NODES: 5 GAP_URL: ${{ secrets.GAP_URL }} - SETH_LOG_LEVEL: debug - RESTY_DEBUG: true + SETH_LOG_LEVEL: info +# RESTY_DEBUG: true TEST_PERSISTENCE: true run: |- go test -v -run TestCRIB From 928710ddf5fa11ce80837085e2e52d6b90250c6f Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 12 Aug 2024 23:31:25 +0200 Subject: [PATCH 3/3] finalize --- .github/workflows/crib-integration-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index 72593550952..a67ac641bf9 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -1,6 +1,5 @@ name: CRIB Integration Tests on: - push: schedule: - cron: "0 1 * * *" workflow_call: