rspec-ee system pg12 10/10
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...13Starting service elasticsearch:7.17.6 ...14Pulling docker image elasticsearch:7.17.6 ...15Using docker image sha256:5fad10241ffd65d817ed0ddfaf6e87eee1f7dc2a7db33db1047835560ea71fda for elasticsearch:7.17.6 with digest elasticsearch@sha256:6c128de5d01c0c130a806022d6bd99b3e4c27a9af5bfc33b6b81861ae117d028 ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...21Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1670454950-855f6a4f...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 131499, done. 28remote: Counting objects: 100% (131499/131499), done. 29remote: Compressing objects: 100% (83945/83945), done. 30remote: Total 131499 (delta 58685), reused 92336 (delta 42989), pack-reused 0 31Receiving objects: 100% (131499/131499), 113.57 MiB | 24.37 MiB/s, done.32Resolving deltas: 100% (58685/58685), done.34 * [new ref] refs/pipelines/716518733 -> refs/pipelines/71651873335Checking out 00d8c88b as refs/merge-requests/105876/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (3441687464)...47Downloading artifacts from coordinator... ok id=3441687464 responseStatus=200 OK token=4bCKyL1s48Downloading artifacts for detect-tests (3441687469)...49Downloading artifacts from coordinator... ok id=3441687469 responseStatus=200 OK token=4bCKyL1s50Downloading artifacts for retrieve-tests-metadata (3441687476)...51Downloading artifacts from coordinator... ok id=3441687476 responseStatus=200 OK token=4bCKyL1s52Downloading artifacts for setup-test-env (3441687466)...53Downloading artifacts from coordinator... ok id=3441687466 responseStatus=200 OK token=4bCKyL1s55Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh690Using decomposed database config (config/database.yml.decomposed-postgresql)691$ setup_db_user_only692CREATE ROLE693GRANT694==> 'setup_db_user_only' succeeded in 1 seconds.695$ bundle exec rake db:drop db:create db:schema:load db:migrate696Dropped database 'gitlabhq_test'697Dropped database 'gitlabhq_test_ci'698Dropped database 'gitlabhq_geo_test'699Created database 'gitlabhq_test'700Created database 'gitlabhq_test_ci'701Created database 'gitlabhq_geo_test'702==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 36 seconds.703$ setup_db_praefect704SELECT pg_catalog.set_config('search_path', '', false);705CREATE DATABASE praefect_test ENCODING 'UTF8';706==> 'setup_db_praefect' succeeded in 0 seconds.707$ source ./scripts/rspec_helpers.sh708$ run_timed_command "gem install knapsack --no-document"709$ gem install knapsack --no-document710Successfully installed knapsack-4.0.07111 gem installed712==> 'gem install knapsack --no-document' succeeded in 1 seconds.713$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"823$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"824SKIP_FLAKY_TESTS_AUTOMATICALLY: true825RETRY_FAILED_TESTS_IN_NEW_PROCESS: true826KNAPSACK_GENERATE_REPORT: true827FLAKY_RSPEC_GENERATE_REPORT: true828KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb829KNAPSACK_LOG_LEVEL: debug830KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_10_10_report.json831FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json832FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_10_10_report.json833NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_10_10_report.json834SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_10_10_report.txt835RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_10_10_report.txt836CRYSTALBALL: 837Knapsack report generator started!838Run options: exclude {:quarantine=>true, :level=>"migration"}839==> Starting Gitaly set up...840==> Starting GitLab Elasticsearch Indexer set up...841Test environment set up in 0.606731004 seconds842Multiple value streams843Starting the Capybara driver server...844 without a value stream845Capybara starting Puma...846* Version 5.6.5 , codename: Birdie's Version847* Min threads: 0, max threads: 4848* Listening on unix:///tmp/20221207-467-1nt891y849 renders the empty state850 can navigate to the create value stream form851 with a value stream852 without an aggregation created853 renders the aggregating status banner854 displays the value stream once an aggregation is run855 with an aggregation created856 behaves like create group value streams857 behaves like create a value stream858 includes additional form fields859 can create a value stream860 can create a value stream with only custom stages861 can create a value stream with a custom stage and hidden defaults862 behaves like update a value stream863 can reorder stages864 updating865 includes additional form fields866 can update the value stream name867 can add and remove custom stages868 can hide and restore default stages869 behaves like delete a value stream870 can delete a value stream871 behaves like create sub group value streams872 behaves like create a value stream873 includes additional form fields874 can create a value stream875 can create a value stream with only custom stages876 can create a value stream with a custom stage and hidden defaults877 behaves like update a value stream878 can reorder stages879 updating880 includes additional form fields881 can update the value stream name882 can add and remove custom stages883 can hide and restore default stages884 behaves like delete a value stream885 can delete a value stream886Snippet elastic search887 when :new_header_search is false888 when searching titles889 behaves like expected snippet search results890 as anonymous user891 when block_anonymous_global_searches is enabled892 redirects to login page893 when block_anonymous_global_searches is disabled894 finds only public snippets895 as logged in user896 finds only public and internal snippets897 as authorized user898 finds only public, internal, and authorized private snippets899 as administrator900 when admin mode is enabled901 finds all snippets902 when admin mode is disabled903 finds only public and internal snippets904 when searching descriptions905 behaves like expected snippet search results906 as anonymous user907 when block_anonymous_global_searches is enabled908 redirects to login page909 when block_anonymous_global_searches is disabled910 finds only public snippets911 as logged in user912 finds only public and internal snippets913 as authorized user914 finds only public, internal, and authorized private snippets915 as administrator916 when admin mode is enabled917 finds all snippets918 when admin mode is disabled919 finds only public and internal snippets920 when :new_header_search is true921 when searching titles922 behaves like expected snippet search results923 as anonymous user924 when block_anonymous_global_searches is enabled925 redirects to login page926 when block_anonymous_global_searches is disabled927 finds only public snippets928 as logged in user929 finds only public and internal snippets930 as authorized user931 finds only public, internal, and authorized private snippets932 as administrator933 when admin mode is enabled934 finds all snippets935 when admin mode is disabled936 finds only public and internal snippets937 when searching descriptions938 behaves like expected snippet search results939 as anonymous user940 when block_anonymous_global_searches is enabled941 redirects to login page942 when block_anonymous_global_searches is disabled943 finds only public snippets944 as logged in user945 finds only public and internal snippets946 as authorized user947 finds only public, internal, and authorized private snippets948 as administrator949 when admin mode is enabled950 finds all snippets951 when admin mode is disabled952 finds only public and internal snippets953Issues > User uses EE quick actions954 issue-only commands955 behaves like status page quick actions956 /publish957 publishes the issue958 during issue creation959 publishes the issue960 publishing causes an error961 provides an error message962 user does not have permissions963 behaves like skip silently964 does not allow publishing965 status page is not configured966 behaves like skip silently967 does not allow publishing968 issue is already published969 behaves like skip silently970 does not allow publishing971 behaves like page quick action972 /page973 when licensed features are disabled974 does not escalate issue975 when licensed features are enabled976 when issue is an incident977 starts escalation with the policy978 starts escalation with policy name as case insensitive979 does not escalate when policy does not exist980 when issue is already escalated981 does not escalate again with same policy982 when issue already has an alert983 starts escalation with the policy984 when user does not have permissions985 does not escalate incident986 when issue is not an incident987 does not escalate issue988Promotions989 for merge request improve990 appears in project edit page991 does not show when cookie is set992 for repository features993 appears in repository settings page994Skipping ./ee/spec/features/promotion_spec.rb[1:2:2] 'Promotions for repository features does not show when cookie is set' because it's flaky.995 does not show when cookie is set (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)996 for burndown charts997 appears in milestone page998 does not show when cookie is set999 for epics in issues sidebar1000 gitlab.com1001 behaves like Epics promotion1002 appears on the page1003 is removed after dismissal1004 does not appear on page after dismissal and reload1005 closes dialog when clicking on X, but not dismiss it1006 self hosted1007 does not appear on the page1008 for issue weight1009 appears on the page1010 is removed after dismissal1011 does not appear on page after dismissal and reload1012 closes dialog when clicking on X, but not dismiss it1013 when checking namespace plans1014 appears on the page1015 for issue templates1016 appears on the page1017 for project audit events1018 appears on the page1019 when the "Security & Compliance" feature is disabled1020 is expected to respond with numeric status code not_found1021 for group webhooks1022 appears on the page1023 for advanced search1024 appears on seearch page1025 does not show when cookie is set1026Merge request > User sets approvers1027 when editing an MR with a different author1028 does not allow setting the author as an approver but allows setting the current user as an approver1029 when creating an MR from a fork1030 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list1031 Group approvers1032 when creating an MR1033 allows setting groups as approvers1034 allows delete approvers group when it is set in project1035 when editing an MR with a different author1036 allows setting groups as approvers when there is possible group approvers1037 allows delete approvers group when it`s set in project1038 allows changing approvals number1039Issues > Bulk edit issues1040 as an allowed user1041 at group level1042 behaves like bulk edit option in sidebar1043 is present when bulk edit is enabled1044 is not present when bulk edit is disabled1045 behaves like bulk edit epic1046 epic1047 to all issues1048 updates with selected epic1049 to a issue1050 updates with selected epic1051 behaves like bulk edit health status1052 health_status1053 to all issues1054 updates the health statuses1055 to an issue1056 updates the checked issue's status1057 behaves like bulk edit iteration1058 iteration1059 to all issues1060 updates the iteration1061 cannot find iteration when iterations is off1062 cannot find iteration dropdown1063 at project level1064 behaves like bulk edit option in sidebar1065 is present when bulk edit is enabled1066 is not present when bulk edit is disabled1067 behaves like bulk edit epic1068 epic1069 to all issues1070 updates with selected epic1071 to a issue1072 updates with selected epic1073 behaves like bulk edit health status1074 health_status1075 to all issues1076 updates the health statuses1077 to an issue1078 updates the checked issue's status1079 behaves like bulk edit iteration1080 iteration1081 to all issues1082 updates the iteration1083 cannot find iteration when iterations is off1084 cannot find iteration dropdown1085 behaves like cannot find iterations when project does not have a group1086 cannot find iteration when group does not belong to project1087 cannot find iteration dropdown1088 as a guest1089 at group level1090 behaves like bulk edit health_status with insufficient permissions1091 cannot bulk assign health_status1092 at project level1093 behaves like bulk edit health_status with insufficient permissions1094 cannot bulk assign health_status1095Requirements list1096 when requirements exist for the project1097 shows the requirements in the navigation sidebar1098 shows requirements tabs for each status type1099 shows filtered search input1100 filtered search input1101 shows filter tokens author and status1102 shows options `satisfied`, `failed` and `missing` for status token1103 new requirement1104 shows requirement create form when "New requirement" button is clicked1105 disables new requirement button while create form is open1106 creates new requirement1107 updates requirements count in nav sidebar and opened and all tab badges1108 open tab1109 shows button "New requirement"1110 shows list of all open requirements1111 shows title, metadata and actions within each requirement item1112 shows title and description along with edit button in drawer1113 shows edit form when edit button is clicked for a requirement1114 updates requirement using edit form1115 archives a requirement1116 archived tab1117 does not show button "New requirement"1118 shows list of all archived requirements1119 shows title, metadata and actions within each requirement item1120 reopens a requirement1121 all tab1122 does not show button "New requirement"1123 shows list of all requirements1124 filtered search1125 shows filtered search input field1126 shows sort dropdown1127 when accessing project as guest user1128 open tab does not show button "New requirement"1129 when accessing project as logged out user1130 renders the empty state1131Admin Dashboard1132 Users statistic1133 shows correct amounts of users1134 license1135 for tooltip1136 when license is empty1137 is expected not to have visible css "span.has-tooltip"1138 when license is on a plan Ultimate1139 is expected to have visible css "span.has-tooltip"1140 when license is on a plan other than Ultimate1141 is expected not to have visible css "span.has-tooltip"1142 when user count over license maximum1143 is expected to have text "Your instance has exceeded your subscription's licensed user count."1144 qrtly reconciliation alert1145 on self-managed1146 when qrtly reconciliation is available1147 behaves like a visible dismissible qrtly reconciliation alert1148 when dismissed1149 behaves like a hidden qrtly reconciliation alert1150 does not display an alert1151 when visiting again1152 behaves like a hidden qrtly reconciliation alert1153 does not display an alert1154 when qrtly reconciliation is not available1155 behaves like a hidden qrtly reconciliation alert1156 does not display an alert1157 Version check1158 shows badge on EE1159 manual quarterly co-term banner1160 when on Gitlab.com1161 behaves like a hidden manual quarterly co-term banner1162 does not display a banner1163 when on self-managed1164 when reconciliation is upcoming1165 within notification window1166 behaves like a visible manual quarterly co-term banner1167 displays a banner1168 outside of notification window1169 behaves like a hidden manual quarterly co-term banner1170 does not display a banner1171 when reconciliation date was passed1172 behaves like a visible manual quarterly co-term banner1173 displays a banner1174 when reconciliation date is outside of the notification window1175 behaves like a hidden manual quarterly co-term banner1176 does not display a banner1177Group-saml single-sign on registration flow1178 # order random1179 when update_oauth_registration_flow feature-flag is disabled1180 when terms are enforced1181 when user does not exist in gitlab1182 asks to accept the terms, then redirects to group path1183 when user exists in gitlab with group-saml identity linked1184 asks to accept the terms, then redirects to group path1185 when user exists in gitlab without group-saml identity linked1186 asks to accept the terms, then redirects to group path1187 when update_oauth_registration_flow feature-flag is enabled1188 when terms are enforced1189 when user does not exist in gitlab1190 auto accepts terms and redirects to the group path1191 when user exists in gitlab with group-saml identity linked1192 auto accepts terms and redirects to the group path1193 when user exists in gitlab without group-saml identity linked1194 auto accepts terms and redirects to the group path1195 when terms are not enforced1196 when user does not exist in gitlab1197 auto accepts terms and redirects to the group path1198 when user exists in gitlab with group-saml identity linked1199 auto accepts terms and redirects to the group path1200 when user exists in gitlab without group-saml identity linked1201 auto accepts terms and redirects to the group path1202Groups > Usage Quotas1203 # order random1204 when accessing subgroup1205 does not show subproject1206 Usage Quotas menu item1207 is linked within the group settings dropdown1208 when checking namespace plan1209 is linked within the group settings dropdown1210 when usage_quotas is not available1211 is not linked within the group settings dropdown1212 renders a 4041213 with storage limit1214 when over storage limit1215 shows active users1216 with pagination1217 on the storage tab1218 behaves like correct pagination1219 paginates correctly to page 3 and back1220 with pending members1221 lists awaiting members and approves them1222 with free user limit1223 when no feature flag enabled1224 shows active users1225 when free_user_cap enabled1226 when on a free plan1227 has correct seats in use and plans link1228 when on a paid plan1229 shows active users1230 when on a paid expired plan and over limit that is now free1231 shows usage quota alert1232 when on a trial1233 shows active users1234User views iteration1235 with license1236 when user has edit permissions1237 shows iteration cadence title in the breadcrumb1238 behaves like shows iteration info1239 shows iteration info1240 when iteration cadence is manually scheduled1241 can delete iteration1242 when iteration cadence is automatically scheduled1243 cannot delete iteration1244 when user does not have edit permissions1245 behaves like shows iteration info1246 shows iteration info1247 when iteration cadence is manually scheduled1248 cannot edit iteration1249 when grouping by label1250 behaves like iteration report group by label1251 groups by label1252 shows ungrouped issues when `Group by: None` is selected again1253 shows ungrouped issues when label `x` is clicked to remove it1254 without license1255 shows page not found1256Project > Members > Invite group and members1257 displays the invite modal button triggers1258 Share group lock1259 for a project in a root group1260 when the group has "Share with group lock" and "Member lock" disabled1261 behaves like the project can be shared with groups and members1262 both member and group buttons exist1263 when the group has "Share with group lock" enabled1264 behaves like the project cannot be shared with groups1265 user is only able to share with members1266 when the group has membership lock enabled1267 behaves like the project cannot be shared with members1268 user is only able to share with groups1269 when the group has membership lock and "Share with group lock" enabled1270 behaves like the project cannot be shared with groups and members1271 no invite member or invite group exists1272 for a project in a subgroup1273 when the root_group has "Share with group lock" and membership lock disabled1274 when the subgroup has "Share with group lock" and membership lock disabled1275 behaves like the project can be shared with groups and members1276 both member and group buttons exist1277 when the subgroup has "Share with group lock" enabled1278 behaves like the project cannot be shared with groups1279 user is only able to share with members1280 when the subgroup has membership lock enabled1281 behaves like the project cannot be shared with members1282 user is only able to share with groups1283 when the group has membership lock and "Share with group lock" enabled1284 behaves like the project cannot be shared with groups and members1285 no invite member or invite group exists1286 when the root_group has "Share with group lock" and membership lock enabled1287 behaves like the project cannot be shared with groups1288 user is only able to share with members1289 when the subgroup has "Share with group lock" and membership lock disabled (parent overridden)1290 behaves like the project can be shared with groups and members1291 both member and group buttons exist1292 when the subgroup has membership lock enabled (parent overridden)1293 behaves like the project cannot be shared with groups and members1294 no invite member or invite group exists1295 when the subgroup has "Share with group lock" enabled (parent overridden)1296 behaves like the project cannot be shared with groups1297 user is only able to share with members1298 when the subgroup has "Share with group lock" and membership lock enabled1299 behaves like the project cannot be shared with groups and members1300 no invite member or invite group exists1301 when over free user limit1302 with group namespace1303 behaves like over the free user limit alert1304 #dashboard_notification_limit1305 when over limit for preview1306Skipping ./ee/spec/features/projects/members/invite_group_and_members_spec.rb[1:3:1:1:1:1:1] 'Project > Members > Invite group and members when over free user limit with group namespace behaves like over the free user limit alert #dashboard_notification_limit when over limit for preview performs dismiss cycle' because it's flaky.1307 performs dismiss cycle (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1308 #dashboard_enforcement_limit1309 when over limit1310 shows free user limit warning1311 when at limit1312 does not show free user limit warning1313 when under limit1314 does not show free user limit warning1315Protected Environments1316 shows Protected Environments settings1317 shows all subgroups of the organization in the creation form1318 allows to create a group-level protected environment1319 when no subgroups exist1320 shows search box without throwing an error1321 when protected environments already exist1322 allows user to change the allowed groups1323 allows user to destroy the entry1324 when license does not exist1325 does not show the Protected Environments settings1326 when the user has maintainer role1327 does not show the Protected Environments settings1328Boards licensed features1329 Project board sidebar1330 GitLab SaaS1331 Public project under Free plan under group namespace1332 hides epic widget1333 hides iteration widget1334 Public project under Free plan under user namespace1335 hides epic widget1336 hides iteration widget1337Merge request > User merges with namespace storage limits1338 when the namespace storage limit has not been exceeded1339 merges the merge request1340 when the namespace storage limit has been exceeded1341 does not merge the merge request1342Merge request > User sees merge widget1343 when merge pipelines option is enabled at project level configuration1344 when the head pipeline is merge request pipeline1345 does not show any warnings1346 when the head pipeline is merge train pipeline1347 shows head pipeline information1348 when merge request is submitted from a forked project1349 shows a warning that fork project merge request does not create merge request pipelines by default1350User edits iteration1351 with license1352 as authorized user1353 using manual iteration cadences1354 behaves like manually managed iteration1355 load edit page directly1356 prefills fields and allows updating all values1357 load edit page from report1358 prefills fields and updates URL1359 using automatic iteration cadences1360 load edit page directly1361 prefills and allows updating description1362 load edit page from report1363 prefills description and updates URL1364 as guest user1365Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/groups/iterations/user_edits_iteration_spec.rb:1541366 does not show edit dropdown1367 redirects to cadence list page when loading edit page directly1368Admin::Users1369 password complexity1370 does not render any rule1371 when all password complexity rules are enabled1372 updates user password1373 without filling password1374 allows admin to update user info1375Registration group and project creation flow1376 A user can create a group and project1377 a user can create a group and import a project1378 with exiting onboarding1379 does not show a link to exit the page1380 when require_verification_for_namespace_creation experiment is enabled1381 shows a link to exit the page and verification1382Epics > User uses quick actions1383 on epic note1384 applies quick action1385 on epic form1386 applies quick action1387File blob > Code owners1388 when there is a codeowners file1389 when the feature is available1390 shows the code owners related to a file1391 does not show the code owners banner when there are no code owners1392 when the feature is not available1393 does not show the code owners related to a file1394Pending project memberships1395 with a private project in a private group1396 a pending project member gets a 404 for a private project1397 a pending project member gets a 404 for the project's private group1398 a project member can see the project's private group once the membership transitions to active1399 when a pending group membership is created with an existing pending project membership1400 a pending member gets a 404 for the project's private group1401 with a public project in a public group1402 a pending project member sees a public project as if not a member1403 a pending project member sees the project's public group as if not a member1404 with a subgroup project1405 a pending project member sees the root group as if not a member1406Assign labels to an epic1407 when label is referenced1408Skipping ./ee/spec/features/epics/epic_labels_spec.rb[1:1:1] 'Assign labels to an epic when label is referenced creates new system note with label pointing to epics index page' because it's flaky.1409 creates new system note with label pointing to epics index page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1410 when labels icon is clicked on collapsed sidebar1411Skipping ./ee/spec/features/epics/epic_labels_spec.rb[1:2:1] 'Assign labels to an epic when labels icon is clicked on collapsed sidebar expands sidebar' because it's flaky.1412 expands sidebar (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1413 opens labels dropdown1414 collapses sidebar when clicked outside1415Project navbar1416 when iterations is available1417 when project is namespaced to a user1418 behaves like verified navigation bar1419 renders correctly1420 when project is namespaced to a group1421 behaves like verified navigation bar1422 renders correctly1423 when issue analytics is available1424 behaves like verified navigation bar1425 renders correctly1426 when security dashboard is available1427 behaves like verified navigation bar1428 renders correctly1429 when packages are available1430 behaves like verified navigation bar1431 renders correctly1432 when container registry is available1433 behaves like verified navigation bar1434 renders correctly1435 when harbor registry is available1436 behaves like verified navigation bar1437 renders correctly1438Start trial from external site without confirmation1439 # order random1440 passes glm parameters until user is onboarded1441Dashboard merge requests1442 behaves like dashboard ultimate trial callout1443 hides promotion callout if not .com1444 .com1445 shows dismissable promotion callout if default dashboard for an owner1446 hides dismissable promotion callout if default dashboard for a non group owner1447 hides dismissable promotion callout if not default dashboard1448 hides promotion callout if a trial is active1449 hides promotion callout if user owns a paid namespace1450Welcome screen1451 on GitLab.com1452 shows the group edit page without a progress bar1453 when showing for a new user1454 shows the progress bar with the correct steps1455On-call Schedules1456 displaying the empty state by default1457 is expected to have visible button "Add a schedule" that is not disabled1458 creating a schedule1459 adds a schedule given valid options1460User sees feature flag list1461 with new version flags1462 user updates the status toggle1463 with too many feature flags1464 stops users from adding another1465Admin::Emails1466 when `send_emails_from_admin_area` feature is not licensed1467 returns 4041468 when usage ping is enabled1469 when feature is activated1470 returns 2001471 when feature is deactivated1472 returns 4041473 when `send_emails_from_admin_area` feature is licensed1474 when emails from admin area are not rate limited1475 does not show the waiting period alertand the submit button is in enabled state1476 when emails from admin area are rate limited1477 shows the waiting period alertand the submit button is in disabled state1478User creates iteration in a cadence1479 prefills fields and allows updating all values1480Trial Sign Up1481 on GitLab.com1482 with invalid email1483 behaves like user email validation1484 with trial_email_validation flag enabled1485 shows an error message until a correct email is entered1486 when trial_email_validation flag disabled1487 does not show an error message1488 with the unavailable username1489 shows the error about existing username1490Issues > User edits issue1491 with multiple_issue_assignees1492 displays plural Assignees title1493EE-specific GitLab Markdown1494 default pipeline1495 includes custom filters1496issues canonical link1497 when the issue was promoted1498 shows the canonical URL1499Knapsack report was generated. Preview:1500{1501 "ee/spec/features/groups/analytics/cycle_analytics/multiple_value_streams_spec.rb": 231.4350964500004,1502 "ee/spec/features/search/elastic/snippet_search_spec.rb": 219.81570818399996,1503 "ee/spec/features/issues/user_uses_quick_actions_spec.rb": 141.5067488730001,1504 "ee/spec/features/promotion_spec.rb": 112.03258110399975,1505 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 88.40495318600006,1506 "ee/spec/features/issues/user_bulk_edits_issues_spec.rb": 101.14282983399971,1507 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 95.91868127399994,1508 "ee/spec/features/admin/admin_dashboard_spec.rb": 59.52780405199974,1509 "ee/spec/features/registrations/group_saml_spec.rb": 52.66663524100022,1510 "ee/spec/features/groups/usage_quotas/usage_quotas_spec.rb": 47.076060909999796,1511 "ee/spec/features/groups/iterations/user_views_iteration_spec.rb": 39.781345024000075,1512 "ee/spec/features/projects/members/invite_group_and_members_spec.rb": 29.53048691799995,1513 "ee/spec/features/groups/settings/protected_environments_spec.rb": 32.896000318999995,1514 "ee/spec/features/boards/boards_licensed_features_spec.rb": 22.20839746599995,1515 "ee/spec/features/merge_request/user_merges_with_namespace_storage_limits_spec.rb": 20.634127990000252,1516 "ee/spec/features/merge_request/user_sees_merge_widget_spec.rb": 20.318940640000164,1517 "ee/spec/features/groups/iterations/user_edits_iteration_spec.rb": 18.90165029899981,1518 "ee/spec/features/admin/users/users_spec.rb": 18.317983875999744,1519 "ee/spec/features/registrations/combined_registration_spec.rb": 15.758876076999968,1520 "ee/spec/features/epics/user_uses_quick_actions_spec.rb": 12.751733393999984,1521 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 13.001682609999989,1522 "ee/spec/features/pending_project_memberships_spec.rb": 12.065203298000142,1523 "ee/spec/features/epics/epic_labels_spec.rb": 11.801727407999806,1524 "ee/spec/features/projects/navbar_spec.rb": 8.910926048999954,1525 "ee/spec/features/registrations/start_trial_from_external_site_without_confirmation_spec.rb": 9.445149067999864,1526 "ee/spec/features/dashboards/merge_requests_spec.rb": 7.900801514999785,1527 "ee/spec/features/subscriptions/groups/edit_spec.rb": 9.3640846469998,1528 "ee/spec/features/oncall_schedules/user_creates_schedule_spec.rb": 6.742489006999676,1529 "ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 7.293211723999775,1530 "ee/spec/features/admin/admin_emails_spec.rb": 4.801729700000124,1531 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 5.458382804999928,1532 "ee/spec/features/trial_registrations/signup_spec.rb": 4.928288265999981,1533 "ee/spec/features/issues/user_edits_issue_spec.rb": 3.852202239000235,1534 "ee/spec/features/markdown/markdown_spec.rb": 2.1068550589998267,1535 "ee/spec/features/projects/issues/viewing_relocated_issues_spec.rb": 1.74968876899993121536}1537Knapsack global time execution for tests: 24m 50s1538Pending: (Failures listed here are expected and do not affect your suite's status)1539 1) Promotions for repository features does not show when cookie is set1540 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1541 # ./ee/spec/features/promotion_spec.rb:601542 2) Project > Members > Invite group and members when over free user limit with group namespace behaves like over the free user limit alert #dashboard_notification_limit when over limit for preview performs dismiss cycle1543 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1544 # ./ee/spec/support/shared_examples/features/over_free_user_limit_shared_examples.rb:271545 3) Assign labels to an epic when label is referenced creates new system note with label pointing to epics index page1546 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1547 # ./ee/spec/features/epics/epic_labels_spec.rb:291548 4) Assign labels to an epic when labels icon is clicked on collapsed sidebar expands sidebar1549 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1550 # ./ee/spec/features/epics/epic_labels_spec.rb:461551Finished in 24 minutes 53 seconds (files took 1 minute 8.96 seconds to load)1552278 examples, 0 failures, 4 pending1553Randomized with seed 473431554[TEST PROF INFO] Time spent in factories: 02:09.708 (8.51% of total time)1555Failed to write to log, write log/workhorse-test.log: file already closed1556RSpec exited with 0.1557No examples to retry, congrats!1559Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1560Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1562Uploading artifacts...1563coverage/: found 5 matching files and directories 1564crystalball/: found 2 matching files and directories 1565WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1566knapsack/: found 3 matching files and directories 1567WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1568rspec/: found 12 matching files and directories 1569WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1570log/*.log: found 18 matching files and directories 1571WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687569/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1572WARNING: Retrying... context=artifacts-uploader error=request redirected1573Uploading artifacts as "archive" to coordinator... 201 Created id=3441687569 responseStatus=201 Created token=4bCKyL1s1574Uploading artifacts...1575rspec/junit_rspec.xml: found 1 matching files and directories 1576WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687569/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1577WARNING: Retrying... context=artifacts-uploader error=request redirected1578Uploading artifacts as "junit" to coordinator... 201 Created id=3441687569 responseStatus=201 Created token=4bCKyL1s1580Job succeeded