jest-integration
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:52fb185b5552937725d9638c3d47ccfd253e528f86a7395d8a7b2243fc45dd68 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:631e02e53df1292a37a2d46b80023e5d33ef20c2c1487c0737fe0a39a8c0cbef ...11Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1643991462-0ddb6e00...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 120731, done. 18remote: Counting objects: 100% (120731/120731), done. 19remote: Compressing objects: 100% (79650/79650), done. 20remote: Total 120731 (delta 54962), reused 82697 (delta 36508), pack-reused 0 21Receiving objects: 100% (120731/120731), 113.13 MiB | 30.23 MiB/s, done.22Resolving deltas: 100% (54962/54962), done.24 * [new ref] 075476b823110142086f2b93d474f8349e99b4a0 -> refs/pipelines/46383679925 * [new branch] master -> origin/master26Checking out 075476b8 as master...27Skipping Git submodules setup29Checking cache for node-modules-test-v1-9...30cache.zip is up to date 31Successfully extracted cache33Downloading artifacts for graphql-schema-dump (2055931296)...34Downloading artifacts from coordinator... ok id=2055931296 responseStatus=200 OK token=k7Tyrbto35Downloading artifacts for rspec-all frontend_fixture 1/5 (2055931288)...36Downloading artifacts from coordinator... ok id=2055931288 responseStatus=200 OK token=YMbcTjpA37Downloading artifacts for rspec-all frontend_fixture 2/5 (2055931289)...38Downloading artifacts from coordinator... ok id=2055931289 responseStatus=200 OK token=xRGpx_-x39Downloading artifacts for rspec-all frontend_fixture 3/5 (2055931292)...40Downloading artifacts from coordinator... ok id=2055931292 responseStatus=200 OK token=T2ZG-d-241Downloading artifacts for rspec-all frontend_fixture 4/5 (2055931293)...42Downloading artifacts from coordinator... ok id=2055931293 responseStatus=200 OK token=2uWgyEKK43Downloading artifacts for rspec-all frontend_fixture 5/5 (2055931295)...44Downloading artifacts from coordinator... ok id=2055931295 responseStatus=200 OK token=GgLrtb4746Using docker image sha256:52fb185b5552937725d9638c3d47ccfd253e528f86a7395d8a7b2243fc45dd68 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:631e02e53df1292a37a2d46b80023e5d33ef20c2c1487c0737fe0a39a8c0cbef ...47$ source scripts/utils.sh48$ run_timed_command "retry yarn install --frozen-lockfile"49$ retry yarn install --frozen-lockfile50yarn install v1.22.1051[1/5] Validating package.json...52[2/5] Resolving packages...53success Already up-to-date.54$ node ./scripts/frontend/postinstall.js55success Dependency postinstall check passed.56Done in 0.98s.57==> 'retry yarn install --frozen-lockfile' succeeded in 2 seconds.58$ run_timed_command "yarn jest:integration --ci"59$ yarn jest:integration --ci60yarn run v1.22.1061$ jest --config jest.config.integration.js --ci62PSA: Running into unexpected and/or strange frontend integration test errors?63Please help improve our error logging by following the instructions on this issue:65PASS spec/frontend_integration/fly_out_nav_browser_spec.js66PASS spec/frontend_integration/ide/ide_integration_spec.js67PASS spec/frontend_integration/ide/user_opens_ide_spec.js68PASS spec/frontend_integration/diffs/diffs_interopability_spec.js69PASS ee/spec/frontend_integration/security_dashboard/vulnerability_report_init_integration_spec.js70PASS spec/frontend_integration/lib/utils/browser_spec.js71PASS spec/frontend_integration/ide/user_opens_file_spec.js72PASS ee/spec/frontend_integration/vulnerabilities/vulnerabilities_init_integration_spec.js73PASS ee/spec/frontend_integration/security_dashboard/security_dashboard_init_integration_spec.js74PASS spec/frontend_integration/ide/user_opens_mr_spec.js75PASS ee/spec/frontend_integration/vulnerabilities/new_vulnerability_init_integration_spec.js76PASS spec/frontend_integration/test_helpers/utils/obj_spec.js77Test Suites: 12 passed, 12 total78Tests: 92 passed, 92 total79Snapshots: 4 passed, 4 total80Time: 94.984 s81Ran all test suites.82Done in 97.09s.83==> 'yarn jest:integration --ci' succeeded in 97 seconds.85Not uploading cache node-modules-test-v1-9 due to policy87Job succeeded