Run network test serially to prevent timeouts on Github CI (#5557)

* Run network test serially to prevent timeouts on Github CI

* Revert lint changes

* Add simple file lock

* Revert test change

* Clarify error check
This commit is contained in:
Lucas Manuel Rodriguez
2022-05-10 11:52:33 -03:00
committed by GitHub
parent 9b67736212
commit fda79a8770
11 changed files with 117 additions and 38 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Run Go Tests
run: |
NETWORK_TEST=1 REDIS_TEST=1 MYSQL_TEST=1 RACE_ENABLED=$RACE_ENABLED GO_TEST_TIMEOUT=$GO_TEST_TIMEOUT make test-go
TEST_LOCK_FILE_PATH=$(pwd)/lock NETWORK_TEST=1 REDIS_TEST=1 MYSQL_TEST=1 RACE_ENABLED=$RACE_ENABLED GO_TEST_TIMEOUT=$GO_TEST_TIMEOUT make test-go
- name: Upload to Codecov
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71