rspec system pg12 4/28
Passed Started
by
@stanhu

Stan Hu
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 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-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:c5abf812eff57d99cd4ae9b4d688261207b59905c5d0ca50c5e57f75669dbf10 for postgres:12 with digest postgres@sha256:a66060c3beab11e6f8eac5581c28df727539653a3c11e860847b14149e678d3e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1668126317-7ada2842...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 134695, done. 25remote: Counting objects: 100% (134695/134695), done. 26remote: Compressing objects: 100% (87197/87197), done. 27remote: Total 134695 (delta 60835), reused 93449 (delta 42513), pack-reused 0 28Receiving objects: 100% (134695/134695), 116.52 MiB | 33.98 MiB/s, done.29Resolving deltas: 100% (60835/60835), done.31 * [new ref] refs/pipelines/691761438 -> refs/pipelines/69176143832 * [new branch] master -> origin/master33Checking out 0a62f4a6 as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38cache.zip is up to date 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3307837569)...45Downloading artifacts from coordinator... ok id=3307837569 responseStatus=200 OK token=4LhP7k1Z46Downloading artifacts for detect-tests (3307837577)...47Downloading artifacts from coordinator... ok id=3307837577 responseStatus=200 OK token=4LhP7k1Z48Downloading artifacts for retrieve-tests-metadata (3307837579)...49Downloading artifacts from coordinator... ok id=3307837579 responseStatus=200 OK token=4LhP7k1Z50Downloading artifacts for setup-test-env (3307837573)...51Downloading artifacts from coordinator... ok id=3307837573 responseStatus=200 OK token=4LhP7k1Z53Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...54$ echo $FOSS_ONLY55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh688Using decomposed database config (config/database.yml.decomposed-postgresql)689$ setup_db_user_only690CREATE ROLE691GRANT692==> 'setup_db_user_only' succeeded in 0 seconds.693$ bundle exec rake db:drop db:create db:schema:load db:migrate694Dropped database 'gitlabhq_test'695Dropped database 'gitlabhq_test_ci'696Dropped database 'gitlabhq_geo_test'697Created database 'gitlabhq_test'698Created database 'gitlabhq_test_ci'699Created database 'gitlabhq_geo_test'700==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 33 seconds.701$ setup_db_praefect702SELECT pg_catalog.set_config('search_path', '', false);703CREATE DATABASE praefect_test ENCODING 'UTF8';704==> 'setup_db_praefect' succeeded in 0 seconds.705$ source ./scripts/rspec_helpers.sh706$ run_timed_command "gem install knapsack --no-document"707$ gem install knapsack --no-document708Successfully installed knapsack-4.0.07091 gem installed710==> 'gem install knapsack --no-document' succeeded in 1 seconds.711$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"825$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"826SKIP_FLAKY_TESTS_AUTOMATICALLY: true827RETRY_FAILED_TESTS_IN_NEW_PROCESS: true828KNAPSACK_GENERATE_REPORT: true829FLAKY_RSPEC_GENERATE_REPORT: true830KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb831KNAPSACK_LOG_LEVEL: debug832KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_4_28_report.json833FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json834FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_4_28_report.json835NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_4_28_report.json836SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_4_28_report.txt837RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_4_28_report.txt838CRYSTALBALL: 839Knapsack report generator started!840Run options: exclude {:quarantine=>true, :level=>"migration"}841Test environment set up in 0.620584029 seconds842Pipeline843Starting the Capybara driver server...844 GET /:project/-/pipelines/:id845Capybara starting Puma...846* Version 5.6.5 , codename: Birdie's Version847* Min threads: 0, max threads: 4848* Listening on unix:///tmp/20221111-467-9epgvp849 shows the pipeline graph850 shows Pipeline tab pane as active851 shows link to the pipeline ref852 shows the pipeline information853 related merge requests854 when there are no related merge requests855 shows a "no related merge requests" message856 when there is one related merge request857 shows a link to the merge request858 when there are two related merge requests859 links to the most recent related merge request860 expands to show links to all related merge requests861 pipelines details view862 pipeline header shows the user status and emoji863 pipeline graph864 when pipeline has running builds865 shows a running icon and a cancel action for the running build866 cancels the running build and shows retry button867 when pipeline has preparing builds868 shows a preparing icon and a cancel action869 cancels the preparing build and shows retry button870 when pipeline has successful builds871 shows the success icon and a retry action for the successful build872Skipping ./spec/features/projects/pipelines/legacy_pipeline_spec.rb[1:1:7:3:2] 'Pipeline GET /:project/-/pipelines/:id pipeline graph when pipeline has successful builds is possible to retry the success job' because it's flaky.873 is possible to retry the success job (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)874 when pipeline has a delayed job875 shows the scheduled icon and an unschedule action for the delayed job876 unschedules the delayed job and shows play button as a manual job877 when pipeline has failed builds878 shows the failed icon and a retry action for the failed build879 is possible to retry the failed build880 includes the failure reason881 when pipeline has manual jobs882 shows the skipped icon and a play action for the manual build883 is possible to play the manual job884 when pipeline has external job885 shows the success icon and the generic comit status build886 when the pipeline has manual stage887 displays play all button888 page tabs889 shows Pipeline, Jobs, DAG and Failed Jobs tabs with link890 shows counter in Jobs tab891 shows Pipeline tab as active892 without permission to access builds893 does not show the pipeline details page894 test tabs895 with test reports896 shows badge counter in Tests tab897 calls summary.json endpoint898 without test reports899 shows zero900 retrying jobs901 is expected not to have text "retried"902 when retrying903 does not show a "Retry" button904 shows running status in pipeline header905 canceling jobs906 is expected not to have visible css ".ci-canceled"907 when canceling908 does not show a "Cancel running" button909 when user can not delete910 is expected not to have visible button "Delete" that is not disabled911 when deleting912 redirects to pipeline overview page913 when pipeline ref does not exist in repository anymore914 does not render link to the pipeline ref915 does not render render raw HTML to the pipeline ref916 when pipeline is detached merge request pipeline917 shows the pipeline information918 when source branch does not exist919 does not link to the source branch commit path920 when source project is a forked project921 shows the pipeline information922 when pipeline is merge request pipeline923 shows the pipeline information924 when target branch does not exist925 does not link to the target branch commit path926 when source project is a forked project927 shows the pipeline information928 when user does not have access to read jobs929 GET /:project/-/pipelines/:id930 shows the pipeline graph931 does not link to job932 when a bridge job exists933 GET /:project/-/pipelines/:id934 shows the pipeline with a bridge job935 when a scheduled pipeline is created by a blocked user936 displays the PipelineSchedule in an inactive state937 does not create a new Pipeline938 GET /:project/-/pipelines/:id/builds939 shows a bridge job on a list940 when build requires resource941 GET /:project/-/pipelines/:id942 shows deploy job as created943 when test job succeeded944 shows deploy job as pending945 when test job succeeded but there are no available resources946DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.947Falling back to an asset that may be in the public folder.948This behavior is deprecated and will be removed.949To bypass the asset pipeline and preserve this behavior,950use the `skip_pipeline: true` option.951 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)952 shows deploy job as waiting for resource953 when resource is released from another job954 shows deploy job as pending955 when deploy job is a bridge to trigger a downstream pipeline956DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.957Falling back to an asset that may be in the public folder.958This behavior is deprecated and will be removed.959To bypass the asset pipeline and preserve this behavior,960use the `skip_pipeline: true` option.961 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)962 shows deploy job as waiting for resource963 when deploy job is a bridge to trigger a downstream pipeline964DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.965Falling back to an asset that may be in the public folder.966This behavior is deprecated and will be removed.967To bypass the asset pipeline and preserve this behavior,968use the `skip_pipeline: true` option.969 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)970 shows deploy job as waiting for resource971 GET /:project/-/pipelines/:id/dag972 shows DAG tab pane as active973 page tabs974 shows Pipeline, Jobs and DAG tabs with link975 shows counter in Jobs tab976 shows DAG tab as active977 when user sees pipeline flags in a pipeline detail page978 when pipeline is latest979 contains badge that indicates it is the latest build980 when pipeline has configuration errors981 contains badge that indicates errors982 contains badge with tooltip which contains error983 contains badge that indicates failure reason984 contains badge with tooltip which contains failure reason985 contains a pipeline header with title986 when pipeline is stuck987 contains badge that indicates being stuck988 when pipeline uses auto devops989 contains badge that indicates using auto devops990 when pipeline runs in a merge request context991 contains badge that indicates detached merge request pipeline992 GET /:project/-/pipelines/:id/builds993 shows a list of jobs994 page tabs995 shows Pipeline, Jobs and DAG tabs with link996 shows counter in Jobs tab997 retrying jobs998 is expected not to have text "retried"999 when retrying1000 does not show a "Retry" button1001 canceling jobs1002 is expected not to have visible css ".ci-canceled"1003 when canceling1004 does not show a "Cancel running" button1005 playing manual job1006 is expected to be pending1007 when user unschedules a delayed job1008 unschedules the delayed job and shows play button as a manual job1009 GET /:project/-/pipelines/:id/failures1010 with failed build1011 lists failed builds1012 shows build failure logs1013 shows the failure reason1014 when user does not have permission to retry build1015 shows retry button for failed build1016 when user does have permission to retry build1017 shows retry button for failed build1018 when missing build logs1019 lists failed builds1020 does not show log1021 without permission to access builds1022 when accessing failed jobs page1023 renders a 404 page1024 without failures1025 does not show the failure tab1026 displays the pipeline graph1027Signup1028 redirects to step 2 of the signup process, sets the role and redirects back1029 does not redisplay the password1030 redirects to step 2 of the signup process, sets the role and redirects back1031 does not redisplay the password1032 username validation1033 does not show an error border if the username is available1034 does not show an error border if the username contains dots (.)1035 does not show an error border if the username length is not longer than 255 characters1036 shows an error border if the username already exists1037 shows a success border if the username is available1038 shows an error border if the username contains special characters1039 shows an error border if the username is longer than 255 characters1040 shows an error message if the username is longer than 255 characters1041 shows an error message if the username is less than 2 characters1042 shows an error message on submit if the username contains special characters1043 shows an error border if the username contains emojis1044 shows an error message if the username contains emojis1045 shows a success message if the username is available1046 shows an error message if the username is unavailable1047 shows a success message if the username is corrected and then available1048 with no errors1049 when sending confirmation email1050 when soft email confirmation is not enabled1051 creates the user account and sends a confirmation email, and pre-fills email address after confirming1052 when soft email confirmation is enabled1053 creates the user account and sends a confirmation email1054 when not sending confirmation email1055 creates the user account and goes to dashboard1056 with required admin approval enabled1057 creates the user but does not sign them in1058 with errors1059 displays the errors1060 does not redisplay the password1061 when terms are enforced1062 renders text that the user confirms terms by signing in1063 when reCAPTCHA and invisible captcha are enabled1064 when reCAPTCHA detects malicious behaviour1065 prevents from signing up1066 when invisible captcha detects malicious behaviour1067 prevents from signing up1068 with invalid email1069 behaves like user email validation1070 with trial_email_validation flag enabled1071 shows an error message until a correct email is entered1072 when trial_email_validation flag disabled1073 does not show an error message1074 username validation1075 does not show an error border if the username is available1076 does not show an error border if the username contains dots (.)1077 does not show an error border if the username length is not longer than 255 characters1078 shows an error border if the username already exists1079 shows a success border if the username is available1080 shows an error border if the username contains special characters1081 shows an error border if the username is longer than 255 characters1082 shows an error message if the username is longer than 255 characters1083 shows an error message if the username is less than 2 characters1084 shows an error message on submit if the username contains special characters1085 shows an error border if the username contains emojis1086 shows an error message if the username contains emojis1087 shows a success message if the username is available1088 shows an error message if the username is unavailable1089 shows a success message if the username is corrected and then available1090 with no errors1091 when sending confirmation email1092 when soft email confirmation is not enabled1093 creates the user account and sends a confirmation email, and pre-fills email address after confirming1094 when soft email confirmation is enabled1095 creates the user account and sends a confirmation email1096 when not sending confirmation email1097 creates the user account and goes to dashboard1098 with required admin approval enabled1099 creates the user but does not sign them in1100 with errors1101 displays the errors1102 does not redisplay the password1103 when terms are enforced1104 renders text that the user confirms terms by signing in1105 when reCAPTCHA and invisible captcha are enabled1106 when reCAPTCHA detects malicious behaviour1107 prevents from signing up1108 when invisible captcha detects malicious behaviour1109 prevents from signing up1110 with invalid email1111 behaves like user email validation1112 with trial_email_validation flag enabled1113 shows an error message until a correct email is entered1114 when trial_email_validation flag disabled1115 does not show an error message1116 when terms are enforced1117 renders text that the user confirms terms by signing in1118 behaves like Signup name validation1119 new_user_first_name validation1120 does not show an error border if the user's fullname length is not longer than 127 characters1121 shows an error border if the user's fullname contains an emoji1122 shows an error border if the user's fullname is longer than 127 characters1123 shows an error message if the user's First name is longer than 127 characters1124 shows an error message if the username contains emojis1125 new_user_first_name validation1126 does not show an error border if the user's fullname length is not longer than 127 characters1127 shows an error border if the user's fullname contains an emoji1128 shows an error border if the user's fullname is longer than 127 characters1129 shows an error message if the user's First name is longer than 127 characters1130 shows an error message if the username contains emojis1131 behaves like Signup name validation1132 new_user_last_name validation1133 does not show an error border if the user's fullname length is not longer than 127 characters1134 shows an error border if the user's fullname contains an emoji1135 shows an error border if the user's fullname is longer than 127 characters1136 shows an error message if the user's Last name is longer than 127 characters1137 shows an error message if the username contains emojis1138 new_user_last_name validation1139 does not show an error border if the user's fullname length is not longer than 127 characters1140 shows an error border if the user's fullname contains an emoji1141 shows an error border if the user's fullname is longer than 127 characters1142 shows an error message if the user's Last name is longer than 127 characters1143 shows an error message if the username contains emojis1144Compare1145 branches1146 pre-populates fields1147 renders additions info when click unfold diff1148 filters branches1149 behaves like compares branches1150 compares branches1151 on a read-only instance1152 behaves like compares branches1153 compares branches1154 when project have an open merge request1155 compares branches1156 when commit has overflow1157 displays warning1158 pagination1159 shows an adjusted count for changed files on this page1160 shows commits list only on the first page1161 tags1162 compares tags1163Dashboard Merge Requests1164 disables target branch filter1165 new merge request dropdown1166 shows projects only with merge requests feature enabled1167 no merge requests exist1168 shows an empty state1169 merge requests exist1170 includes assigned and reviewers in badge1171 shows assigned merge requests1172 does not show review requested merge requests1173 shows authored merge requests1174 shows labeled merge requests1175 shows error message without filter1176 shows sorted merge requests1177 keeps sorting merge requests after visiting Projects MR page1178 merge request review1179 displays review requested merge requests1180Project active tab1181 on project Home1182 activates Project scope menu1183 on Project information1184 default link1185 behaves like page has active tab1186 activates Project tab1187 behaves like page has active sub tab1188 activates Activity sub tab1189 on Project information/Activity1190 behaves like page has active tab1191 activates Project tab1192 behaves like page has active sub tab1193 activates Activity sub tab1194 on project Repository1195 behaves like page has active tab1196 activates Repository tab1197 on project Repository/Files1198 behaves like page has active tab1199 activates Repository tab1200 behaves like page has active sub tab1201 activates Files sub tab1202 on project Repository/Commits1203 behaves like page has active tab1204 activates Repository tab1205 behaves like page has active sub tab1206 activates Commits sub tab1207 on project Repository/Graph1208 behaves like page has active tab1209 activates Repository tab1210 behaves like page has active sub tab1211 activates Graph sub tab1212 on project Repository/Compare1213 behaves like page has active tab1214 activates Repository tab1215 behaves like page has active sub tab1216 activates Compare sub tab1217 on project Repository/Branches1218 behaves like page has active tab1219 activates Repository tab1220 behaves like page has active sub tab1221 activates Branches sub tab1222 on project Repository/Tags1223 behaves like page has active tab1224 activates Repository tab1225 behaves like page has active sub tab1226 activates Tags sub tab1227 on project Issues1228 behaves like page has active tab1229 activates Issues tab1230 on project Issues/Milestones1231 behaves like page has active tab1232 activates Issues tab1233 behaves like page has active sub tab1234 activates Milestones sub tab1235 on project Merge Requests1236 behaves like page has active tab1237 activates Merge requests tab1238 on project Wiki1239 behaves like page has active tab1240 activates Wiki tab1241 on project Members1242 behaves like page has active tab1243 activates Members tab1244 on project Settings1245 on project Settings/Integrations1246 behaves like page has active tab1247 activates Settings tab1248 behaves like page has active sub tab1249 activates Integrations sub tab1250 on project Settings/Repository1251 behaves like page has active tab1252 activates Settings tab1253 behaves like page has active sub tab1254 activates Repository sub tab1255 on project Analytics1256 on project Analytics/Value stream Analytics1257 behaves like page has active tab1258 activates Analytics tab1259 behaves like page has active sub tab1260 activates Value stream sub tab1261 on project Analytics/"CI/CD"1262 behaves like page has active tab1263 activates Analytics tab1264 behaves like page has active sub tab1265 activates CI/CD sub tab1266 on project CI/CD1267 browsing Pipelines tabs1268 Pipeline tab1269 behaves like page has active tab1270 activates CI/CD tab1271 behaves like page has active sub tab1272 activates Pipelines sub tab1273 Needs tab1274 behaves like page has active tab1275 activates CI/CD tab1276 behaves like page has active sub tab1277 activates Pipelines sub tab1278 Builds tab1279 behaves like page has active tab1280 activates CI/CD tab1281 behaves like page has active sub tab1282 activates Pipelines sub tab1283 Failures tab1284 behaves like page has active tab1285 activates CI/CD tab1286 behaves like page has active sub tab1287 activates Pipelines sub tab1288 Test Report tab1289 behaves like page has active tab1290 activates CI/CD tab1291 behaves like page has active sub tab1292 activates Pipelines sub tab1293Issues csv1294 triggers an email export1295 doesn't send request params to ExportCsvWorker1296Skipping ./spec/features/issues/csv_spec.rb[1:3] 'Issues csv displays flash message' because it's flaky.1297 displays flash message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1298 includes a csv attachment1299 ignores pagination1300 uses filters from issue index1301 ignores sorting from issue index1302 uses array filters, such as label_name1303Merge Request Discussion Lock1304 moved sidebar flag disabled1305 when a user is a team member1306 when the discussion is unlocked1307 the user can lock the merge_request1308 when the discussion is locked1309 the user can unlock the merge_request1310 when a user is not a team member1311 when the discussion is unlocked1312 the user can not lock the merge_request1313 when the discussion is locked1314 the user can not unlock the merge_request1315 moved sidebar flag enabled1316 when the discussion is unlocked1317 the user can lock the merge_request1318 when the discussion is locked1319 the user can unlock the merge_request1320Group Badges1321 shows a list of badges1322 adding a badge1323 user can preview a badge1324 is expected to eq "http://127.0.0.1:45265/group14/project95/badges/master/pipeline.svg"1325 editing a badge1326 form is shown when clicking edit button in list1327 updates a badge when submitting the edit form1328 deleting a badge1329 shows a modal when deleting a badge1330 deletes a badge when confirming the modal1331Explore Groups1332 when signed in1333 behaves like renders public and internal projects1334 is expected not to have text "project97"1335 behaves like renders public and internal projects1336 is expected not to have text "project100"1337 behaves like renders public and internal projects1338 is expected not to have text "project103"1339 behaves like renders group in public groups area1340 is expected to have text "group22"1341 when signed out1342 behaves like renders only public project1343 is expected not to have text "project109"1344 behaves like renders only public project1345 is expected not to have text "project112"1346 behaves like renders only public project1347 is expected not to have text "project115"1348 behaves like renders group in public groups area1349 is expected to have text "group26"1350 when visibility is restricted to public1351 redirects to the sign in page1352User browses a job1353Skipping ./spec/features/projects/jobs/user_browses_job_spec.rb[1:1] 'User browses a job erases the job log' because it's flaky.1354 erases the job log (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1355 with unarchived trace artifact1356 shows no trace message1357 with a failed job and live trace1358 displays the failure reason1359 with unarchived trace artifact1360 displays the failure reason from the live trace1361 when a failed job has been retried1362 displays the failure reason and retried label1363 job log search1364 searches for supplied substring1365 shows no results for supplied substring1366Projects > Show > User interacts with project stars1367 when user is signed in1368 retains the star count even after a page reload1369 toggles the star1370 validates starring a project1371 validates un-starring a project1372 when user is not signed in1373 does not allow to star a project1374Profile > Active Sessions1375 user sees their active sessions1376 user can revoke a session1377Merge request > User sees MR with deleted source branch1378 shows a message about missing source branch1379 still contains Discussion, Commits and Changes tabs1380Admin mode for workers1381 as a regular user1382 cannot delete user1383 as an admin user1384 when admin mode disabled1385 cannot delete user1386 when admin mode enabled1387 can delete user1388Global search1389 when new_header_search feature is disabled1390 increases usage ping searches counter1391 closes the dropdown on blur1392 renders legacy search bar1393 focuses search input when shortcut "s" is pressed1394 I search through the issues and I see pagination1395 has a pagination1396 when new_header_search feature is enabled1397 renders updated search bar1398 focuses search input when shortcut "s" is pressed1399User views open merge requests1400 when project is public1401 when not signed in1402 when the target branch is the project's default branch1403 shows merge requests1404 shows open merge requests1405 does not show target branch name1406 when the target branch is different from the project's default branch1407 shows target branch name1408 when a merge request has pipelines1409 shows pipeline status1410 when signed in1411 shows merge requests1412 shows the new merge request button1413 when the project is archived1414 hides the new merge request button1415 when project is internal1416 when signed in1417 shows merge requests1418User expands diff1419 allows user to expand diff1420User views an empty project1421 when user is a maintainer1422 shows a link for inviting members and launches invite modal1423 behaves like allowing push to default branch1424 shows push-to-default-branch instructions1425 when user is an admin1426 when admin mode is enabled1427 behaves like allowing push to default branch1428 shows push-to-default-branch instructions1429 when admin mode is disabled1430 does not show push-to-master instructions1431 when user is a developer1432 does not show push-to-master instructions nor invite members link1433Profile > Emails1434 user removes email1435 user confirms email1436 user re-sends confirmation email1437 old unconfirmed emails show Send Confirmation button1438 User adds an email1439 saves the new email1440 does not add an email that is the primary email of another user1441 adds an email that is the primary email of the same user1442 does not add an invalid email1443Issues > User creates issue by email1444 new issue by email1445 with existing issues1446 behaves like show the email in the modal1447 click the button to show modal for the new email1448 without existing issues1449 behaves like show the email in the modal1450 click the button to show modal for the new email1451Sourcegraph Content Security Policy1452 behaves like setting CSP1453 csp config and feature toggle1454 when no CSP config1455 does not add CSP directives1456 when a CSP config exists for connect-src1457 when feature is enabled1458 appends to connect-src1459 when feature is disabled1460 keeps original connect-src1461 when a CSP config exists for default-src but not connect-src1462 when feature is enabled1463 uses default-src values in connect-src1464 when feature is disabled1465 does not add connect-src1466 when a CSP config exists for font-src but not connect-src1467 when feature is enabled1468 uses default-src values in connect-src1469 when feature is disabled1470 does not add connect-src1471Merge request > User sees draft help message1472 with draft commits1473 shows a specific draft hint1474 without draft commits1475 shows the regular draft message1476Gitlab::Experiment1477 with event tracking1478 publishes the experiments that have been run to the client1479Dashboard Feed1480 GET /1481 projects atom feed via personal access token1482 renders projects atom feed1483 projects atom feed via feed token1484 renders projects atom feed1485 feed content1486 has issue opened event1487 has issue comment event1488New project milestone breadcrumb1489 displays link to project milestones and new project milestone1490User RSS1491 when signed in1492 behaves like it has an RSS button with current_user's feed token1493 shows the RSS button with current_user's feed token1494 when signed out1495 behaves like it has an RSS button without a feed token1496 shows the RSS button without a feed token1497New project label breadcrumb1498 displays link to project labels and new project label1499Knapsack report was generated. Preview:1500{1501 "spec/features/projects/pipelines/legacy_pipeline_spec.rb": 451.7657300979997,1502 "spec/features/users/signup_spec.rb": 127.92173148700022,1503 "spec/features/projects/compare_spec.rb": 77.83533840600012,1504 "spec/features/dashboard/merge_requests_spec.rb": 60.51339711799983,1505 "spec/features/projects/active_tabs_spec.rb": 37.93962317600017,1506 "spec/features/issues/csv_spec.rb": 40.309984757000166,1507 "spec/features/merge_request/merge_request_discussion_lock_spec.rb": 37.50172462599994,1508 "spec/features/groups/settings/group_badges_spec.rb": 30.22904450399983,1509 "spec/features/explore/groups_spec.rb": 33.17233801400016,1510 "spec/features/projects/jobs/user_browses_job_spec.rb": 27.15106142400009,1511 "spec/features/projects/show/user_interacts_with_stars_spec.rb": 27.067352939000102,1512 "spec/features/profiles/active_sessions_spec.rb": 23.710795636000057,1513 "spec/features/merge_request/user_sees_mr_with_deleted_source_branch_spec.rb": 17.190644878000057,1514 "spec/features/admin/admin_mode/workers_spec.rb": 17.62112098999978,1515 "spec/features/global_search_spec.rb": 12.59997804500017,1516 "spec/features/merge_requests/user_views_open_merge_requests_spec.rb": 10.618639023000014,1517 "spec/features/merge_request/user_expands_diff_spec.rb": 10.997995658000036,1518 "spec/features/projects/user_views_empty_project_spec.rb": 7.6348724770000445,1519 "spec/features/profiles/emails_spec.rb": 4.731227673999911,1520 "spec/features/issues/user_creates_issue_by_email_spec.rb": 5.984093743000358,1521 "spec/features/projects/sourcegraph_csp_spec.rb": 4.533643045999725,1522 "spec/features/merge_request/user_sees_wip_help_message_spec.rb": 3.8413720229996215,1523 "spec/features/gitlab_experiments_spec.rb": 4.824756548000096,1524 "spec/features/atom/dashboard_spec.rb": 2.7259362499999042,1525 "spec/features/milestones/user_sees_breadcrumb_links_spec.rb": 1.118160624000211,1526 "spec/features/users/rss_spec.rb": 1.1436267310000403,1527 "spec/features/projects/labels/user_sees_breadcrumb_links_spec.rb": 0.99819115300033451528}1529Knapsack global time execution for tests: 18m 01s1530Pending: (Failures listed here are expected and do not affect your suite's status)1531 1) Pipeline GET /:project/-/pipelines/:id pipeline graph when pipeline has successful builds is possible to retry the success job1532 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1533 # ./spec/features/projects/pipelines/legacy_pipeline_spec.rb:2451534 2) Issues csv displays flash message1535 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1536 # ./spec/features/issues/csv_spec.rb:431537 3) User browses a job erases the job log1538 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1539 # ./spec/features/projects/jobs/user_browses_job_spec.rb:211540Finished in 18 minutes 4 seconds (files took 37.44 seconds to load)1541330 examples, 0 failures, 3 pending1542[TEST PROF INFO] Time spent in factories: 02:43.517 (15.04% of total time)1543Failed to write to log, write log/workhorse-test.log: file already closed1544RSpec exited with 0.1545No examples to retry, congrats!1547Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1548Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1550Uploading artifacts...1551coverage/: found 5 matching files and directories 1552crystalball/: found 2 matching files and directories 1553deprecations/: found 5 matching files and directories 1554knapsack/: found 3 matching files and directories 1555rspec/: found 10 matching files and directories 1556WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1557log/*.log: found 18 matching files and directories 1558WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837799/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1559WARNING: Retrying... context=artifacts-uploader error=request redirected1560Uploading artifacts as "archive" to coordinator... 201 Created id=3307837799 responseStatus=201 Created token=4LhP7k1Z1561Uploading artifacts...1562rspec/junit_rspec.xml: found 1 matching files and directories 1563WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837799/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1564WARNING: Retrying... context=artifacts-uploader error=request redirected1565Uploading artifacts as "junit" to coordinator... 201 Created id=3307837799 responseStatus=201 Created token=4LhP7k1Z1567Job succeeded