[WIP] Enable test suite to be randomized (#7265)
* initial run * Update ParseGraphQLServer.spec.js * temporarily enable reporter * Bump retry limit * fix undefined database * try to catch error * Handle LiveQueryServers * Update Config.js * fast-fail false * Remove usage of AppCache * oops * Update contributing guide * enable debugger, try network retry attempt 1 * Fix ldap unbinding * move non specs to support * add missing mock adapter * fix Parse.Push * RestController should match batch.spec.js * Remove request attempt limit * handle index.spec.js * Update CHANGELOG.md * Handle error: tuple concurrently updated * test transactions * Clear RedisCache after every test * LoggerController.spec.js * Update schemas.spec.js * finally fix transactions * fix geopoint deadlock * transaction with clean database * batch.spec.js
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ env:
|
||||
jobs:
|
||||
check-ci:
|
||||
name: CI Self-Check
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
run: npm run ci:check
|
||||
check-lint:
|
||||
name: Lint
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -97,8 +97,9 @@ jobs:
|
||||
MONGODB_TOPOLOGY: standalone
|
||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||
NODE_VERSION: 15.11.0
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-18.04
|
||||
services:
|
||||
redis:
|
||||
@@ -145,8 +146,9 @@ jobs:
|
||||
POSTGRES_IMAGE: postgis/postgis:12-3.0
|
||||
- name: Postgres 13, Postgis 3.1
|
||||
POSTGRES_IMAGE: postgis/postgis:13-3.1
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-18.04
|
||||
services:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user