proud-gpu-14798
06/01/2022, 8:24 PMYou passed the --parallel flag, but we do not parallelize tests across different environments.
The successful runs do not provide the same JSON output that the failed run does, but I believe all of the params are identical. In order to run in parallel mode each machine must send identical environment parameters such as:
- specs
- osName
- osVersion
- browserName
- browserVersion (major)
This machine sent the following parameters:
{
"osName": "linux",
"osVersion": "Ubuntu - 20.04",
"browserName": "Chrome",
"browserVersion": "102.0.5005.61",
"specs": [
"cypress/integration/assessment/general.spec.js",
"cypress/integration/auth.spec.js",
"cypress/integration/dashboard.spec.js",
"cypress/integration/exercise_bank/dataset_create.js",
"cypress/integration/exercise_bank/datasets.spec.js",
"cypress/integration/exercise_bank/exercise_bank_template.spec.js",
"cypress/integration/exercise_bank/exercise_bank.spec.js",
"cypress/integration/home.spec.js",
"cypress/integration/scroll_tutorial/exercise.spec.js",
"cypress/integration/scroll_tutorial/general.spec.js",
"cypress/integration/scroll_tutorial/mastery.spec.js",
"cypress/integration/scroll_tutorial/no_exercises.spec.js",
"cypress/integration/scroll_tutorial/question.spec.js",
"cypress/integration/search.spec.js",
"cypress/integration/slide_tutorial/exercise.spec.js",
"cypress/integration/slide_tutorial/general.spec.js",
"cypress/integration/slide_tutorial/mastery.spec.js",
"cypress/integration/slide_tutorial/no_exercises.spec.js",
"cypress/integration/slide_tutorial/question.spec.js",
"cypress/integration/slide_tutorial/review.spec.js",
"cypress/integration/split_screen/ide.js",
"cypress/integration/syllabus.spec.js"
]
}
https://on.cypress.io/parallel-group-params-mismatch
error Command failed with exit code 1.
proud-gpu-14798
06/01/2022, 8:28 PM┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 9.7.0 │
│ Browser: Chrome 101 (headless) │
│ Node Version: v14.19.2 (/opt/hostedtoolcache/node/14.19.2/x64/bin/node) │
│ Specs: 22 found (assessment/general.spec.js, auth.spec.js, dashboard.spec.js, exercis │
│ e_bank/dataset_create.js, exercise_bank/datasets.spec.js, exercise_bank/exerci │
│ se_bank_template.spec.js, exercise_bank/exercise_bank.spec.js, home.spec.js, s │
│ croll_tutorial/exercise...) │
│ Params: Tag: false, Group: chrome, Parallel: true │
│ Run URL: https://dashboard.cypress.io/projects/{myProjectId}/runs/600 │
│ Experiments: experimentalFetchPolyfill=true │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
proud-gpu-14798
06/01/2022, 8:46 PMOperating System
Ubuntu
20.04.4
LTS
Chromium 104.0.5098.0
proud-gpu-14798
06/01/2022, 8:47 PMmachine-id
Run cypress-io/github-action@v3
with:
command: yarn cypress:run -- --campsite-name staging --env-name staging04 --include-version-override --machine-id machine-3 -- -- --browser chrome --group chrome --parallel --record --ci-build-id sha-120c00e0674063f9911576442782fb0423097e91-time-1654109830
proud-gpu-14798
06/01/2022, 8:49 PMproud-gpu-14798
06/01/2022, 8:50 PMfancy-match-96032
06/02/2022, 8:58 PMDEBUG=cypress:server:api
environment variablefancy-match-96032
06/02/2022, 9:00 PM