jest-integration
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F, system ID: s_5651e5b5643b3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:e2241823d5bdc5e6df7c49ebc7b24c52db10bbb41407a5256c7f2d24ff464f7f for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13@sha256:f20112d766000374a74ca341735b93b35180b88d806027d821aa8800d0522906 ...11Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1684473889-a7f464cd...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: 144008, done. 18remote: Counting objects: 100% (144008/144008), done. 19remote: Compressing objects: 100% (102076/102076), done. 20remote: Total 144008 (delta 64386), reused 89305 (delta 36415), pack-reused 0 21Receiving objects: 100% (144008/144008), 126.62 MiB | 27.10 MiB/s, done.22Resolving deltas: 100% (64386/64386), done.24 * [new ref] refs/pipelines/872240128 -> refs/pipelines/87224012825Checking out 4e5a698c as detached HEAD (ref is refs/merge-requests/120843/merge)...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-bullseye-test-16...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 31Successfully extracted cache33Downloading artifacts for graphql-schema-dump (4313143446)...34Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143446 responseStatus=200 OK token=64_V7RBt35Downloading artifacts for rspec-all frontend_fixture 1/7 (4313143434)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143434 responseStatus=200 OK token=64_V7RBt37Downloading artifacts for rspec-all frontend_fixture 2/7 (4313143436)...38Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143436 responseStatus=200 OK token=64_V7RBt39Downloading artifacts for rspec-all frontend_fixture 3/7 (4313143438)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143438 responseStatus=200 OK token=64_V7RBt41Downloading artifacts for rspec-all frontend_fixture 4/7 (4313143440)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143440 responseStatus=200 OK token=64_V7RBt43Downloading artifacts for rspec-all frontend_fixture 5/7 (4313143442)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143442 responseStatus=200 OK token=64_V7RBt45Downloading artifacts for rspec-all frontend_fixture 6/7 (4313143443)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143443 responseStatus=200 OK token=64_V7RBt47Downloading artifacts for rspec-all frontend_fixture 7/7 (4313143444)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4313143444 responseStatus=200 OK token=64_V7RBt50Using docker image sha256:e2241823d5bdc5e6df7c49ebc7b24c52db10bbb41407a5256c7f2d24ff464f7f for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13@sha256:f20112d766000374a74ca341735b93b35180b88d806027d821aa8800d0522906 ...51$ echo $FOSS_ONLY52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh57Using decomposed database config (config/database.yml.decomposed-postgresql)58Geo DB won't be set up.59Embedding DB won't be set up.60$ yarn_install_script70$ run_timed_command "yarn jest:integration --ci"71$ yarn jest:integration --ci72yarn run v1.22.1973$ jest --config jest.config.integration.js --ci74PSA: Running into unexpected and/or strange frontend integration test errors?75Please help improve our error logging by following the instructions on this issue:77PASS spec/frontend_integration/fly_out_nav_browser_spec.js78PASS spec/frontend_integration/ide/ide_integration_spec.js79PASS spec/frontend_integration/ide/user_opens_ide_spec.js80PASS spec/frontend_integration/content_editor/content_editor_integration_spec.js81Warning: fragment with name MilestoneFragment already exists.82graphql-tag enforces all fragment names across your application to be unique; read more about83this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names84Warning: fragment with name MilestoneFragment already exists.85graphql-tag enforces all fragment names across your application to be unique; read more about86this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names87PASS spec/frontend_integration/diffs/diffs_interopability_spec.js88PASS spec/frontend_integration/lib/utils/browser_spec.js89PASS spec/frontend_integration/ide/user_opens_file_spec.js90PASS ee/spec/frontend_integration/security_dashboard/vulnerability_report_init_integration_spec.js91PASS spec/frontend_integration/snippets/snippets_notes_spec.js92PASS ee/spec/frontend_integration/vulnerabilities/vulnerabilities_init_integration_spec.js93PASS spec/frontend_integration/ide/user_opens_mr_spec.js94PASS ee/spec/frontend_integration/security_dashboard/security_dashboard_init_integration_spec.js95PASS ee/spec/frontend_integration/vulnerabilities/new_vulnerability_init_integration_spec.js96PASS spec/frontend_integration/test_helpers/utils/obj_spec.js97Test Suites: 14 passed, 14 total98Tests: 106 passed, 106 total99Snapshots: 4 passed, 4 total100Time: 119.857 s101Ran all test suites.102Done in 122.89s.103==> 'yarn jest:integration --ci' succeeded in 123 seconds.105Not uploading cache node-modules-bullseye-test-16 due to policy107Job succeeded