rspec-ee system pg12 5/6
Passed Started
by
@mikolaj_wawrzyniak

Mikołaj Wawrzyniak
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:14566088fc000f09db0a67b267f7de82a1a1a0d45d6a0a023ab580b084be62a8 for postgres:12 with digest postgres@sha256:1cb8f7fc2e6745ef577640de1c9fde04ff9498a7e0d067f1b8e6890ad4ba5073 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:add8cf2f542a4bb4070fad4dd7bb73933a804a0ff57dd611f7be76ffeb4a8ae2 for redis:5.0-alpine with digest redis@sha256:5dbc2c85e636c0aea692972a2eac934ba4f04e9bb6578bc47aa35d28482b2f60 ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...21Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1629282411-43387a2e...23$ eval "$CI_PRE_CLONE_SCRIPT"24Downloading archived master...25Connecting to storage.googleapis.com (172.217.193.128:443)26saving to '/tmp/gitlab.tar.gz'27gitlab.tar.gz 41% |************* | 145M 0:00:01 ETA28gitlab.tar.gz 100% |********************************| 347M 0:00:00 ETA29'/tmp/gitlab.tar.gz' saved30Extracting tarball into /builds/gitlab-org/gitlab...31Fetching changes with git depth set to 20...32Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/33Created fresh repository.34remote: Enumerating objects: 193, done. 35remote: Counting objects: 100% (141/141), done. 36remote: Compressing objects: 100% (55/55), done. 37remote: Total 91 (delta 78), reused 47 (delta 36), pack-reused 0 39 * [new ref] 87ccd58290a6f21a5fb92623e3970840943714e8 -> refs/pipelines/35508967240 * [new branch] master -> origin/master41Checking out 87ccd582 as master...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-4...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-4...48Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1512821856)...52Downloading artifacts from coordinator... ok id=1512821856 responseStatus=200 OK token=yv2CxeL353Downloading artifacts for retrieve-tests-metadata (1512821865)...54Downloading artifacts from coordinator... ok id=1512821865 responseStatus=200 OK token=UxJ4xnY955Downloading artifacts for setup-test-env (1512821862)...56Downloading artifacts from coordinator... ok id=1512821862 responseStatus=200 OK token=r5iGa7Zz58Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 10 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Settings are listed in order of priority. The top value will be used.100jobs101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4102retry103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3104path105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"106deployment107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true108without109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]110Set via BUNDLE_WITHOUT: [:production, :development]111app_config112Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"113gemfile114Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"115Don't run Bundler as root. Bundler can ask for sudo if it is needed, and116installing your bundle as root will break this application for all non-root117users on this machine.118Using abstract_type 0.0.7119Using concurrent-ruby 1.1.9120Using i18n 1.8.10121Using minitest 5.14.4122Using tzinfo 2.0.4123Using zeitwerk 2.4.2124Using activesupport 6.1.3.2125Using builder 3.2.4126Using erubi 1.10.0127Using mini_portile2 2.5.1128Using racc 1.5.2129Using nokogiri 1.11.5 (x86_64-linux)130Using rails-dom-testing 2.0.3131Using crass 1.0.6132Using loofah 2.10.0133Using rails-html-sanitizer 1.3.0134Using actionview 6.1.3.2135Using rack 2.2.3136Using rack-test 1.1.0137Using actionpack 6.1.3.2138Using ice_nine 0.11.2139Using thread_safe 0.3.6140Using memoizable 0.4.2141Using adamantium 0.2.0142Using public_suffix 4.0.6143Using addressable 2.7.0144Using ast 2.4.1145Using binding_ninja 0.2.3146Using bundler 2.1.4147Using charlock_holmes 0.7.7148Using coderay 1.1.2149Using equalizer 0.0.11150Using concord 0.1.5151Using diff-lcs 1.3152Using dotenv 2.7.6153Using escape_utils 1.2.1154Using factory_bot 5.0.2155Using multipart-post 2.1.1156Using faraday 1.0.1157Using ffi 1.15.3158Using json 2.5.1159Using gemojione 3.3.0160Using mini_mime 1.0.2161Using rugged 1.1.0162Using github-linguist 7.12.1163Using github-markup 1.7.0164Using mime-types-data 3.2020.1104165Using mime-types 3.3.1166Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1167Using rouge 3.26.0168Using nokogumbo 1.5.0169Using sanitize 4.6.6170Using stringex 2.8.5171Using gitlab-gollum-lib 4.2.7.10.gitlab.1172Using google-protobuf 3.17.3 (x86_64-linux)173Using googleapis-common-protos-types 1.1.0174Using grpc 1.38.0 (x86_64-linux)175Using opentracing 0.5.0176Using thrift 0.14.1177Using jaeger-client 1.1.0178Using pg_query 2.1.0179Using redis 4.2.5180Using gitlab-labkit 0.20.0181Using gitlab-markup 1.7.1182Using grpc-tools 1.38.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using thor 1.1.0187Using licensee 9.14.1188Using method_source 0.9.2189Using msgpack 1.3.3190Using optimist 3.0.1191Using parallel 1.19.2192Using parser 2.7.2.0193Using procto 0.0.3194Using unparser 0.4.7195Using proc_to_ast 0.1.0196Using pry 0.12.2197Using rainbow 3.0.0198Using rbtrace 0.4.14199Using rdoc 6.3.2200Using regexp_parser 1.8.1201Using rexml 3.2.4202Using rspec-support 3.8.0203Using rspec-core 3.8.0204Using rspec-expectations 3.8.3205Using rspec-mocks 3.8.0206Using rspec 3.8.0207Using rspec-parameterized 0.4.2208Using rubocop-ast 0.2.0209Using ruby-progressbar 1.10.1210Using unicode-display_width 1.7.0211Using rubocop 0.86.0212Using sentry-raven 3.0.4213Using timecop 0.9.1214Bundle complete! 21 Gemfile dependencies, 96 gems now installed.215Gems in the groups production and development were not installed.216Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`217Checking gitaly-ruby Gemfile...218Checking gitaly-ruby bundle...219The Gemfile's dependencies are satisfied220Trying to connect to gitaly: ..... OK221Trying to connect to gitaly2: .............. OK222Trying to connect to praefect: ...... OK223==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.224$ source ./scripts/rspec_helpers.sh225$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"226KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb227Knapsack report generator started!228Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}229==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.062805325 seconds...230Test environment set up in 0.591241031 seconds231epics swimlanes sidebar232Starting the Capybara driver server...233DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)235 in project boards236 behaves like issue boards sidebar237Capybara starting Puma...238* Version 5.3.2 , codename: Sweetnighter239* Min threads: 0, max threads: 4240* Listening on unix:///tmp/20210818-352-15il8xk241DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)242DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)243 shows sidebar when clicking issue244 closes sidebar when clicking issue245 shows issue details when sidebar is open246 when clicking close button247 unhighlights the active issue card248 closes sidebar when clicking close button249 in notifications subscription250 displays notifications toggle251 shows toggle as on then as off as user toggles to subscribe and unsubscribe252 when notifications have been disabled253 displays a message that notifications have been disabled254 confidentiality255 make issue confidential256 in time tracking257 displays time tracking feature with default message258 when only spent time is recorded259 shows the total time spent only260 when only estimated time is recorded261 shows the estimated time only262 when estimated and spent times are available263 shows time tracking progress bar264 shows both estimated and spent time text265 when limitedToHours instance option is turned on266 shows the total time spent only267 behaves like issue boards sidebar EE268 epics269 when epic feature available270 when the issue is associated with an epic271 displays name of epic and links to it272 updates the epic associated with the issue273 when epics feature is not available274 cannot find sidebar-epic275 iterations276 when iterations feature available277 selects and updates the right iteration278 when iteration feature is not available279 cannot find the iteration-edit280 weight281 when issue weight feature available282 selects and updates weight283 when issue weight feature is not available284 cannot find the sidebar-weight285 in group boards286 behaves like issue boards sidebar287 shows sidebar when clicking issue288 closes sidebar when clicking issue289 shows issue details when sidebar is open290 when clicking close button291 unhighlights the active issue card292 closes sidebar when clicking close button293 in notifications subscription294 displays notifications toggle295 shows toggle as on then as off as user toggles to subscribe and unsubscribe296 when notifications have been disabled297 displays a message that notifications have been disabled298 confidentiality299 make issue confidential300 in time tracking301 displays time tracking feature with default message302 when only spent time is recorded303 shows the total time spent only304 when only estimated time is recorded305 shows the estimated time only306 when estimated and spent times are available307 shows time tracking progress bar308 shows both estimated and spent time text309 when limitedToHours instance option is turned on310 shows the total time spent only311 behaves like issue boards sidebar EE312 epics313 when epic feature available314 when the issue is associated with an epic315 displays name of epic and links to it316 updates the epic associated with the issue317 when epics feature is not available318 cannot find sidebar-epic319 iterations320 when iterations feature available321 selects and updates the right iteration322 when iteration feature is not available323 cannot find the iteration-edit324 weight325 when issue weight feature available326 selects and updates weight327 when issue weight feature is not available328 cannot find the sidebar-weight329Two merge requests on a merge train330 creates a pipeline for merge request 1331 creates a pipeline for merge request 2332 does not merge anything yet333 when the pipeline for merge request 1 succeeded334 merges merge request 1335 behaves like has an intact pipeline for merge request 2336 does not create a new pipeline for merge request 2337 when the pipeline for merge request 2 succeeded338 merges merge request 2339 when the pipeline for merge request 1 failed340 behaves like drops merge request 1 from the merge train341 drops merge request 1 from the merge train342 behaves like re-creates a pipeline for merge request 2343 has recreated pipeline344 when the pipeline for merge request 2 succeeded345 merges merge request 2346 when merge request 1 is canceled by a user347 behaves like drops merge request 1 from the merge train348 drops merge request 1 from the merge train349 behaves like re-creates a pipeline for merge request 2350 has recreated pipeline351 when the pipeline for merge request 2 succeeded352 merges merge request 2353 when merge request 1 got a new commit354 behaves like drops merge request 1 from the merge train355 drops merge request 1 from the merge train356 behaves like re-creates a pipeline for merge request 2357 has recreated pipeline358 when the pipeline for merge request 2 succeeded359 merges merge request 2360 when merge request 1 is not mergeable361 behaves like drops merge request 1 from the merge train362 drops merge request 1 from the merge train363 behaves like re-creates a pipeline for merge request 2364 has recreated pipeline365 when the pipeline for merge request 2 succeeded366 merges merge request 2367 when master got a new commit368 re-creates a pipeline for merge request 1369 re-creates a pipeline for merge request 2370 does not recreate pipeline when merge request 1 refreshed again371 when the pipeline for merge request 1 succeeded372 merges merge request 1373 when the pipeline for merge request 2 succeeded374 merges merge request 2375Project Subscriptions376 renders the correct path for the form action377 successfully creates new pipeline subscription378 shows flash warning when unsuccesful in creating a pipeline subscription379 subscription is removed successfully380Merge request > User sets approvers381 when editing an MR with a different author382 does not allow setting the author as an approver but allows setting the current user as an approver383 when creating an MR from a fork384 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list385 Group approvers386 when creating an MR387 allows setting groups as approvers388 allows delete approvers group when it is set in project389 when editing an MR with a different author390 allows setting groups as approvers when there is possible group approvers391 allows delete approvers group when it`s set in project392 allows changing approvals number393 with show_relevant_approval_rule_approvers feature flag disabled394 allows setting groups as approvers395Multiple Issue Boards396 with multiple group issue boards disabled397 hides the link to create a new board398 does not show license warning when there is one board created399 shows a license warning when group has more than one board400 with multiple group issue boards enabled401 behaves like multiple issue boards402 authorized user403 shows current board name404 shows a list of boards405 switches current board406 creates new board without detailed configuration407 adds a list to the none default board408 maintains sidebar state over board switch409 switches current board back410 unauthorized user411 does not show action links412 when graphql_board_lists FF disabled413 behaves like multiple issue boards414 authorized user415DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)416DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)417 shows current board name418 shows a list of boards419 switches current board420 creates new board without detailed configuration421 adds a list to the none default board422 maintains sidebar state over board switch423 switches current board back424 unauthorized user425 does not show action links426Issue Boards427 epic428 when the issue is not associated with an epic429 displays `None` for value of epic430 when the issue is associated with an epic431 displays name of epic and links to it432 updates the epic associated with the issue433 weight434 displays weight async435 updates weight in sidebar to 1436 updates weight in sidebar to no weight437 unlicensed438 hides weight439 scoped labels440 adds multiple scoped labels441 with scoped label assigned442 removes existing scoped label443 when opening sidebars444 closes card sidebar when opening settings sidebar445 closes settings sidebar when opening card sidebar446Admin::AuditLogs447 unlicensed448unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.449unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.450unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.451 returns 404452 licensed453 has Audit Events button in head nav bar454 release created events455 shows the related audit event456 user events457 filters by user458 group events459 filters by group460 project events461 filters by project462 filter by date463 behaves like audit events date filter464 shows only 2 days old events465 shows only today's event466 shows a message if provided date is invalid467 personal access token events468 create personal access token469 when creation succeeds470 behaves like personal access token audit event471 show personal access token event details472 when creation fails473 behaves like personal access token audit event474 show personal access token event details475 revoke personal access token476 when revocation succeeds477 behaves like personal access token audit event478 show personal access token event details479 when revocation fails480 behaves like personal access token audit event481 show personal access token event details482 impersonated events483DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)484DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)485DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)486DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)487 show impersonation details488Related issues489 when user has permission to manage related issues490 with "Relates to", "Blocks", "Is blocked by" groupings491 when adding a "relates_to" issue492DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)493DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)494 shows "Relates to" heading495 shows the added issue496 when adding a "blocks" issue497 shows "Blocks" heading498 shows the added issue499 when adding an "is_blocked_by" issue500 shows "Is blocked by" heading501 shows the added issue502 when clicking the top `Close issue` button in the issue header503 behaves like issue closed by modal504 shows a modal to confirm closing the issue505 when clicking the bottom `Close issue` button below the comment textarea506 behaves like issue closed by modal507 shows a modal to confirm closing the issue508 when adding "relates_to", "blocks", and "is_blocked_by" issues509 shows "Blocks", "Is blocked by", and "Relates to" headings510 shows all added issues511Admin views Subscription512 with a cloud license513 with a cloud license only514 displays the subscription details515 succeeds to sync the subscription516 fails to sync the subscription517 behaves like an "Export license usage file" button518 displays the Export License Usage File button519 with license file520 behaves like an "Export license usage file" button521 displays the Export License Usage File button522 when removing a license file523 shows a message saying the license was correctly removed524 when activating another subscription525 shows the activation modal526 displays an error when the activation fails527 displays a connectivity error528 with no active subscription529 displays a message signaling there is not active subscription530 does not display the Export License Usage File button531 when activating a new subscription532 shows a successful activation message533 shows the subscription details534 shows the appropriate license type535 when uploading a license file536 shows a link to upload a license file537Admin::Users538 GET /admin/users539 send emails to users540 when `send_emails_from_admin_area` feature is enabled541 shows the 'Send email to users' link542 when `send_emails_from_admin_area` feature is disabled543 does not show the 'Send email to users' link544 when usage ping is enabled545 when feature is activated546 shows the 'Send email to users' link547 when feature is disabled548 does not show the 'Send email to users' link549 user permission export550 when `export_user_permissions` feature is available551 shows the 'Export Permissions' link552 when `export_user_permissions` feature is disabled553 does not show the 'Export Permissions' link554 GET /admin/users/:id555 Shared runners quota status556 with projects with shared runners enabled557 shows quota558 without projects with shared runners enabled559 does not show quota560 GET /admin/users/:id/edit561 Update user account type562 changes account type to be auditor563 Update shared runners quota564 shows page with new data565 show user keys for SSH and LDAP566 only shows the delete button for regular keys567Admin uploads license568 default state569 has unselected EULA checkbox by default570 has disabled button "Upload license" by default571 redirects to current Subscription terms572 enables button "Upload license" when EULA checkbox is selected573 uploading license574 when license is valid575 when license is active immediately576 uploads license577 behaves like active navigation item578 activates the "Subscription" navigation item579 when license starts in the future580 when a current license exists581 uploads license582 behaves like active navigation item583 activates the "Subscription" navigation item584 when no current license exists585 uploads license586 behaves like active navigation item587 activates the "Subscription" navigation item588 when license is invalid589 doesn't upload license590 behaves like active navigation item591 activates the "Subscription" navigation item592Test Cases593 test case page594 header595DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)596 shows status, created date and author597DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)598 shows action buttons599DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)600 archives test case601 body602DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)603 shows title, description and edit button604DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)605 makes title and description editable on edit click606DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)607 enters into zen mode when clicking on zen mode button608DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)609 update title and description610 sidebar611DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)612 shows expand/collapse button613 todo614DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)615 shows todo status616DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)617 add test case as todo618DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)619 mark test case todo as done620 labels621DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)622 shows assigned labels623DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)624 shows labels dropdown on edit click625DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)626 applies label using labels dropdown627Project628 Custom instance-level projects templates629 when feature custom_project_templates is enabled630 shows built-in templates tab631 shows custom projects templates tab632 displays the number of projects templates available to the user633/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil634/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil635 allows creation from custom project template636/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil637/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil638 allows creation from custom project template using only the name639/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil640/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil641 allows creation from custom project template using only the path642 has a working pagination643 when feature custom_project_templates is disabled644 does not show custom project templates tab645Billings > Extend / Reactivate Trial646 with paid subscription647 when expired648 behaves like a non-reactivatable trial649 does not display the "Reactivate trial" button650 behaves like a non-extendable trial651 does not display the "Extend trial" button652 when the feature flag is disabled653 behaves like a non-reactivatable trial654 does not display the "Reactivate trial" button655 behaves like a non-extendable trial656 does not display the "Extend trial" button657 when not expired658 behaves like a non-reactivatable trial659 does not display the "Reactivate trial" button660 behaves like a non-extendable trial661 does not display the "Extend trial" button662 without a subscription663 behaves like a non-reactivatable trial664 does not display the "Reactivate trial" button665 behaves like a non-extendable trial666 does not display the "Extend trial" button667 with active trial near the expiration date668 behaves like an extendable trial669 extends the trial670 behaves like a non-reactivatable trial671 does not display the "Reactivate trial" button672 with extended trial673 behaves like a non-extendable trial674 does not display the "Extend trial" button675 behaves like a non-reactivatable trial676 does not display the "Reactivate trial" button677 with reactivated trial678 behaves like a non-extendable trial679 does not display the "Extend trial" button680 behaves like a non-reactivatable trial681 does not display the "Reactivate trial" button682 with expired trial683 behaves like a reactivatable trial684 reactivates trial685 behaves like a non-extendable trial686 does not display the "Extend trial" button687New/edit issue688 new issue689 allows user to create new issue690 correctly updates the selected user when changing assignee691 multiple assignees692 unselects other assignees when unassigned is selected693 toggles assign to me when current user is selected and unselected694epics list695 editing author token696 converts keyword into visual token697 opens author dropdown698 makes value editable699 filters value700 editing label token701 converts keyword into visual token702 opens label dropdown703 makes value editable704 filters value705 editing reaction emoji token706 when user is not logged in707 does not open when the search bar has my-reaction=708 when user is logged in709 opens when the search bar has my-reaction=710 loads all the emojis when opened711 shows the most populated emoji at top of dropdown712Merge Requests > User filters713 by "approvers"714 filtering by approver:none715 applies the filter716 filtering by approver:any717 applies the filter718 filtering by approver:@username719 applies the filter720 filtering by multiple approvers721 applies the filter722 filtering by an approver from a group723 applies the filter724Merge request > User edits MR with approval rules725 shows approval rules726 allows user to create approval rule727 with show_relevant_approval_rule_approvers feature flag disabled728 with public group729 with empty search, does not show public group730 with public group731 with empty search, does not show public group732 with non-empty search, shows public group733EE IDE user commits changes734 does not show an error message735 when the push_rules_supersede_codeowners is false736 shows error message737User manages members738 as project maintainer739 behaves like when group membership is unlocked740 is expected to have visible css ".js-invite-members-trigger"741 is expected to have visible css ".js-invite-group-trigger"742 is expected to have visible link "Import a project"743 behaves like when group membership is locked744 is expected to not have visible css ".js-invite-members-trigger"745 is expected to have visible css ".js-invite-group-trigger"746 as group owner747 behaves like when group membership is unlocked748 is expected to have visible css ".js-invite-members-trigger"749 is expected to have visible css ".js-invite-group-trigger"750 is expected to have visible link "Import a project"751 behaves like when group membership is locked752 is expected to not have visible css ".js-invite-members-trigger"753 is expected to have visible css ".js-invite-group-trigger"754 when feature flag :invite_members_group_modal is disabled755 as project maintainer756 behaves like when group membership is unlocked757 is expected to have visible link "Import members" and have visible css ".project-access-select"758 behaves like when group membership is locked759 is expected to not have visible css ".invite-users-form"760 is expected to have visible css ".invite-group-form"761 as group owner762 behaves like when group membership is unlocked763 is expected to have visible link "Import members" and have visible css ".project-access-select"764 behaves like when group membership is locked765 is expected to not have visible css ".invite-users-form"766 is expected to have visible css ".invite-group-form"767Account recovery regular check callout768 when signed in769 when user has two-factor authentication disabled770 does not show the callout771 when user sets up two-factor authentication772 does not show the callout773 when user has two-factor authentication enabled774 shows callout if not dismissed775 hides callout when user clicks action button776 hides callout when user clicks close777DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)778DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)779 shows callout on next session if user did not dismissed it780 hides callout on next session if user dismissed it781Project782 Custom file templates783 allows file creation from an instance template784 allows file creation from a group template785Groups > Push Rules786 reject_unsigned_commits rule787 unlicensed788 does not render the setting checkbox789 licensed790 renders the setting checkbox791 with GL.com plans792 when disabled793 does not render the setting checkbox794 when enabled795 renders the setting checkbox796 commit_committer_check rule797 unlicensed798 does not render the setting checkbox799 licensed800 renders the setting checkbox801 with GL.com plans802 when disabled803 does not render the setting checkbox804 when enabled805 renders the setting checkbox806Group Insights807 behaves like Insights page808 as a permitted user809 with correct license810 has correct title811 navigation812 by default loads the first page813 displays correctly when navigating back to insights814 hash fragment navigation815 loads the correct page816 without correct license817 returns 404818CI shared runner settings819 without global shared runners quota820 displays ratio with global quota821 with global shared runners quota822 displays ratio with global quota823 displays new ratio with overridden group quota824 displays unlimited ratio with overridden group quota825Feature flag issue links826 linking a feature flag to an issue827 user can link a feature flag to an issue828 user sees simple form without relates to / blocks / is blocked by radio buttons829 autocompletes issues830 when the feature is unlicensed831 does not show the related issues widget832 unlinking a feature flag from an issue833 user can unlink a feature flag from an issue834Merge request > User creates MR with multiple reviewers835 behaves like multiple reviewers merge request836 creates a MR with multiple reviewers837Epic quick actions838 note with a quick action839 previews a note with quick action840DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.841To achieve the same use:842 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)843 executes the quick action844Merge request > User creates MR with multiple assignees845 behaves like multiple assignees merge request846 creates a MR with multiple assignees847User searches group settings848 in Webhooks page849 behaves like can highlight results850 has search settings field851 highlights the search terms852 in Usage Quotas page853 behaves like can highlight results854 has search settings field855 highlights the search terms856Dashboard issues857 behaves like dashboard ultimate trial callout858 hides promotion callout if not .com859 .com860 shows dismissable promotion callout if default dashboard for an owner861 hides dismissable promotion callout if default dashboard for a non group owner862 hides dismissable promotion callout if not default dashboard863 hides promotion callout if a trial is active864 hides promotion callout if user owns a paid namespace865User views iteration cadences866 shows iteration cadences with iterations when expanded867 only shows completed iterations on Done tab868 shows inherited cadences in subgroup869Dashboard groups870 behaves like dashboard ultimate trial callout871DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)872DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)873 hides promotion callout if not .com874 .com875 shows dismissable promotion callout if default dashboard for an owner876 hides dismissable promotion callout if default dashboard for a non group owner877 hides dismissable promotion callout if not default dashboard878 hides promotion callout if a trial is active879 hides promotion callout if user owns a paid namespace880Dashboard activity881 behaves like dashboard ultimate trial callout882 hides promotion callout if not .com883 .com884 shows dismissable promotion callout if default dashboard for an owner885 hides dismissable promotion callout if default dashboard for a non group owner886 hides dismissable promotion callout if not default dashboard887 hides promotion callout if a trial is active888 hides promotion callout if user owns a paid namespace889Dropdown epic890 behavior891 loads all the epics when opened892 selects epic and correct title is loaded893 filters issues by epic894Manually create a todo item from epic895 creates todo when clicking button896 marks a todo as done897Welcome screen898 on GitLab.com899 shows the group edit page without a progress bar900 when showing for a new user901 shows the progress bar with the correct steps902Operations dropdown navbar EE903 has an `Operations` link904 has an `Environments` link905label issues906 adds a new group label from sidebar907User creates iteration in a cadence908 prefills fields and allows updating all values909CI minutes910 renders a dropdown with the months of available analytics911SCIM Token handling912 group has no existing scim token913 displays generate token form914 group has existing scim token915 displays the scim form with an obfuscated token916User views issues page917 issue card918 shows health status, blocking issues, and weight information919EE > Projects > Settings > User manages issue template920DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)921DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)922 saves issue template923Issues924 when signed in user is an Auditor925 when user is not a member of the project926 behaves like empty state927 shows empty state without "New issue" button928 when user is a member of the project929 behaves like empty state930 shows empty state with "New issue" button931Trial Sign In932 on GitLab.com933 logs the user in934 not on GitLab.com935 returns 404936EE-specific GitLab Markdown937 default pipeline938 includes custom filters939Knapsack report was generated. Preview:940{941 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb": 219.3322802,942 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 144.68014186999994,943 "ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb": 79.892244817,944 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 60.34664546800002,945 "ee/spec/features/boards/group_boards/multiple_boards_spec.rb": 58.073430833999964,946 "ee/spec/features/boards/sidebar_spec.rb": 56.91102846599995,947 "ee/spec/features/admin/admin_audit_logs_spec.rb": 45.185380758000065,948 "ee/spec/features/issues/related_issues_spec.rb": 47.531653682999945,949 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 39.389460790000044,950 "ee/spec/features/admin/admin_users_spec.rb": 32.96948446100009,951 "ee/spec/features/admin/licenses/admin_uploads_license_spec.rb": 29.813340915000026,952 "ee/spec/features/projects/quality/test_case_show_spec.rb": 22.60446568799989,953 "ee/spec/features/projects/custom_projects_template_spec.rb": 23.32702068399999,954 "ee/spec/features/billings/extend_reactivate_trial_spec.rb": 19.34106577800003,955 "ee/spec/features/issues/form_spec.rb": 18.156973853999943,956 "ee/spec/features/epics/filtered_search/visual_tokens_spec.rb": 16.34436295499995,957 "ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb": 17.206854322000027,958 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 15.933297465000123,959 "ee/spec/features/ide/user_commits_changes_spec.rb": 13.5414148939999,960 "ee/spec/features/projects/settings/user_manages_members_spec.rb": 9.723259163999955,961 "ee/spec/features/account_recovery_regular_check_spec.rb": 12.792088718000059,962 "ee/spec/features/projects/user_applies_custom_file_template_spec.rb": 9.917420106000009,963 "ee/spec/features/groups/push_rules_spec.rb": 8.395819478000021,964 "ee/spec/features/groups/insights_spec.rb": 8.852655419999792,965 "ee/spec/features/ci_shared_runner_settings_spec.rb": 9.53453064900009,966 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 8.855588671000078,967 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 7.583578794000005,968 "ee/spec/features/discussion_comments/epic_quick_actions_spec.rb": 7.989992579000045,969 "ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb": 6.686151577999908,970 "ee/spec/features/groups/settings/user_searches_in_settings_spec.rb": 6.213137561999929,971 "ee/spec/features/dashboards/issues_spec.rb": 4.926091299000063,972 "ee/spec/features/groups/iterations/user_views_iteration_cadence_spec.rb": 4.388850103999857,973 "ee/spec/features/dashboards/groups_spec.rb": 4.533449541999971,974 "ee/spec/features/dashboards/activity_spec.rb": 4.240750815999945,975 "ee/spec/features/issues/filtered_search/dropdown_epic_spec.rb": 5.492139505000068,976 "ee/spec/features/epics/todo_spec.rb": 4.462323352000112,977 "ee/spec/features/subscriptions/groups/edit_spec.rb": 4.239083535999953,978 "ee/spec/features/operations_nav_link_spec.rb": 3.182887520000122,979 "ee/spec/features/boards/group_boards/user_edits_issues_spec.rb": 3.2499553879999894,980 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 3.84107843899983,981 "ee/spec/features/ci/ci_minutes_spec.rb": 2.0121205800001007,982 "ee/spec/features/groups/scim_token_spec.rb": 2.5707335370000237,983 "ee/spec/features/issues/user_views_issues_spec.rb": 2.018527832000018,984 "ee/spec/features/projects/settings/user_manages_issues_template_spec.rb": 1.8389796450001086,985 "ee/spec/features/issues/user_sees_empty_state_spec.rb": 1.2297222380000221,986 "ee/spec/features/trial_registrations/signin_spec.rb": 0.7550982479999675,987 "ee/spec/features/markdown/markdown_spec.rb": 0.9204482510001526988}989Knapsack global time execution for tests: 18m 31s990Finished in 18 minutes 32 seconds (files took 42.84 seconds to load)991334 examples, 0 failures992Failed to write to log, write log/workhorse-test.log: file already closed993Wed 18 Aug 2021 10:50:28 AM UTC995Not uploading cache ruby-gems-v1-4 due to policy996Not uploading cache gitaly-ruby-gems-v1-4 due to policy998Uploading artifacts...999coverage/: found 5 matching files and directories 1000WARNING: crystalball/: no matching files 1001deprecations/: found 25 matching files and directories 1002knapsack/: found 3 matching files and directories 1003rspec_flaky/: found 4 matching files and directories 1004rspec_profiling/: found 1 matching files and directories 1005WARNING: tmp/capybara/: no matching files 1006tmp/memory_test/: found 2 matching files and directories 1007log/*.log: found 19 matching files and directories 1008Uploading artifacts as "archive" to coordinator... ok id=1512822050 responseStatus=201 Created token=aaxsGYHz1009Uploading artifacts...1010junit_rspec.xml: found 1 matching files and directories 1011Uploading artifacts as "junit" to coordinator... ok id=1512822050 responseStatus=201 Created token=aaxsGYHz1013Job succeeded