rspec system pg12 minimal 9/28
Passed Started
by
@thomasrandolph
Thomas Randolph
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-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 ...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-106-yarn-1.22-graphicsmagick-1.3.36 ...16Using 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 ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1670454842-b6292eda...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: 141131, done. 25remote: Counting objects: 100% (141131/141131), done. 26remote: Compressing objects: 100% (89744/89744), done. 27remote: Total 141131 (delta 65036), reused 99095 (delta 46172), pack-reused 0 28Receiving objects: 100% (141131/141131), 119.18 MiB | 34.68 MiB/s, done.29Resolving deltas: 100% (65036/65036), done.31 * [new ref] refs/pipelines/716546384 -> refs/pipelines/71654638432Checking out 7c747a9f as refs/merge-requests/106378/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 41Successfully extracted cache43Downloading artifacts for compile-test-assets (3441843123)...44Downloading artifacts from coordinator... ok id=3441843123 responseStatus=200 OK token=A_hz9goh45Downloading artifacts for detect-tests (3441843133)...46Downloading artifacts from coordinator... ok id=3441843133 responseStatus=200 OK token=A_hz9goh47Downloading artifacts for retrieve-tests-metadata (3441843138)...48Downloading artifacts from coordinator... ok id=3441843138 responseStatus=200 OK token=A_hz9goh49Downloading artifacts for setup-test-env (3441843127)...50Downloading artifacts from coordinator... ok id=3441843127 responseStatus=200 OK token=A_hz9goh52Using 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 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh687Using decomposed database config (config/database.yml.decomposed-postgresql)688$ setup_db_user_only689CREATE ROLE690GRANT691==> 'setup_db_user_only' succeeded in 0 seconds.692$ bundle exec rake db:drop db:create db:schema:load db:migrate693Dropped database 'gitlabhq_test'694Dropped database 'gitlabhq_test_ci'695Dropped database 'gitlabhq_geo_test'696Created database 'gitlabhq_test'697Created database 'gitlabhq_test_ci'698Created database 'gitlabhq_geo_test'699==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 33 seconds.700$ setup_db_praefect701SELECT pg_catalog.set_config('search_path', '', false);702CREATE DATABASE praefect_test ENCODING 'UTF8';703==> 'setup_db_praefect' succeeded in 0 seconds.704$ source ./scripts/rspec_helpers.sh705$ run_timed_command "gem install knapsack --no-document"706$ gem install knapsack --no-document707Successfully installed knapsack-4.0.07081 gem installed709==> 'gem install knapsack --no-document' succeeded in 0 seconds.710$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"820$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"821SKIP_FLAKY_TESTS_AUTOMATICALLY: true822RETRY_FAILED_TESTS_IN_NEW_PROCESS: true823KNAPSACK_GENERATE_REPORT: true824FLAKY_RSPEC_GENERATE_REPORT: true825KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb826KNAPSACK_LOG_LEVEL: debug827KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_minimal_9_28_report.json828FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json829FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_minimal_9_28_report.json830NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_minimal_9_28_report.json831SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_minimal_9_28_report.txt832RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_minimal_9_28_report.txt833CRYSTALBALL: 834Knapsack report generator started!835Run options: exclude {:quarantine=>true, :level=>"migration"}836==> Starting Gitaly set up...837==> Starting GitLab Elasticsearch Indexer set up...838Test environment set up in 0.693507665 seconds839OAuth Login840 when the user logs in using the github provider841Starting the Capybara driver server...842 when two-factor authentication is disabled843Capybara starting Puma...844* Version 5.6.5 , codename: Birdie's Version845* Min threads: 0, max threads: 4846* Listening on unix:///tmp/20221208-467-19815m7847 logs the user in848 when two-factor authentication is enabled849 logs the user in850 when bypass-two-factor is enabled851 when bypass-two-factor is disabled852 when "remember me" is checked853 when two-factor authentication is disabled854 remembers the user after a browser restart855 when two-factor authentication is enabled856 remembers the user after a browser restart857 when "remember me" is not checked858 when two-factor authentication is disabled859 does not remember the user after a browser restart860 when two-factor authentication is enabled861 does not remember the user after a browser restart862 when the user logs in using the twitter provider863 when two-factor authentication is disabled864 logs the user in865 when two-factor authentication is enabled866 logs the user in867 when bypass-two-factor is enabled868 when bypass-two-factor is disabled869 when "remember me" is checked870 when two-factor authentication is disabled871 remembers the user after a browser restart872 when two-factor authentication is enabled873 remembers the user after a browser restart874 when "remember me" is not checked875 when two-factor authentication is disabled876 does not remember the user after a browser restart877 when two-factor authentication is enabled878 does not remember the user after a browser restart879 when the user logs in using the bitbucket provider880 when two-factor authentication is disabled881 logs the user in882 when two-factor authentication is enabled883 logs the user in884 when bypass-two-factor is enabled885 when bypass-two-factor is disabled886 when "remember me" is checked887 when two-factor authentication is disabled888 remembers the user after a browser restart889 when two-factor authentication is enabled890 remembers the user after a browser restart891 when "remember me" is not checked892 when two-factor authentication is disabled893 does not remember the user after a browser restart894 when two-factor authentication is enabled895 does not remember the user after a browser restart896 when the user logs in using the gitlab provider897 when two-factor authentication is disabled898 logs the user in899 when two-factor authentication is enabled900 logs the user in901 when bypass-two-factor is enabled902 when bypass-two-factor is disabled903 when "remember me" is checked904 when two-factor authentication is disabled905 remembers the user after a browser restart906 when two-factor authentication is enabled907 remembers the user after a browser restart908 when "remember me" is not checked909 when two-factor authentication is disabled910 does not remember the user after a browser restart911 when two-factor authentication is enabled912 does not remember the user after a browser restart913 when the user logs in using the google_oauth2 provider914 when two-factor authentication is disabled915 logs the user in916 when two-factor authentication is enabled917 logs the user in918 when bypass-two-factor is enabled919 when bypass-two-factor is disabled920 when "remember me" is checked921 when two-factor authentication is disabled922 remembers the user after a browser restart923 when two-factor authentication is enabled924 remembers the user after a browser restart925 when "remember me" is not checked926 when two-factor authentication is disabled927 does not remember the user after a browser restart928 when two-factor authentication is enabled929 does not remember the user after a browser restart930 when the user logs in using the facebook provider931 when two-factor authentication is disabled932 logs the user in933 when two-factor authentication is enabled934 logs the user in935 when bypass-two-factor is enabled936 when bypass-two-factor is disabled937 when "remember me" is checked938 when two-factor authentication is disabled939 remembers the user after a browser restart940 when two-factor authentication is enabled941 remembers the user after a browser restart942 when "remember me" is not checked943 when two-factor authentication is disabled944 does not remember the user after a browser restart945 when two-factor authentication is enabled946 does not remember the user after a browser restart947 when the user logs in using the cas3 provider948 when two-factor authentication is disabled949 logs the user in950 when two-factor authentication is enabled951 logs the user in952 when bypass-two-factor is enabled953 when bypass-two-factor is disabled954 when "remember me" is checked955 when two-factor authentication is disabled956 remembers the user after a browser restart957 when two-factor authentication is enabled958 remembers the user after a browser restart959 when "remember me" is not checked960 when two-factor authentication is disabled961 does not remember the user after a browser restart962 when two-factor authentication is enabled963 does not remember the user after a browser restart964 when the user logs in using the auth0 provider965 when two-factor authentication is disabled966 logs the user in967 when two-factor authentication is enabled968 logs the user in969 when bypass-two-factor is enabled970 when bypass-two-factor is disabled971 when "remember me" is checked972 when two-factor authentication is disabled973 remembers the user after a browser restart974 when two-factor authentication is enabled975 remembers the user after a browser restart976 when "remember me" is not checked977 when two-factor authentication is disabled978 does not remember the user after a browser restart979 when two-factor authentication is enabled980 does not remember the user after a browser restart981 when the user logs in using the authentiq provider982 when two-factor authentication is disabled983 logs the user in984 when two-factor authentication is enabled985 logs the user in986 when bypass-two-factor is enabled987 when bypass-two-factor is disabled988 when "remember me" is checked989 when two-factor authentication is disabled990 remembers the user after a browser restart991 when two-factor authentication is enabled992 remembers the user after a browser restart993 when "remember me" is not checked994 when two-factor authentication is disabled995 does not remember the user after a browser restart996 when two-factor authentication is enabled997 does not remember the user after a browser restart998 when the user logs in using the salesforce provider999 when two-factor authentication is disabled1000 logs the user in1001 when two-factor authentication is enabled1002 logs the user in1003 when bypass-two-factor is enabled1004 when bypass-two-factor is disabled1005 when "remember me" is checked1006 when two-factor authentication is disabled1007 remembers the user after a browser restart1008 when two-factor authentication is enabled1009 remembers the user after a browser restart1010 when "remember me" is not checked1011 when two-factor authentication is disabled1012 does not remember the user after a browser restart1013 when two-factor authentication is enabled1014 does not remember the user after a browser restart1015 when the user logs in using the dingtalk provider1016 when two-factor authentication is disabled1017 logs the user in1018 when two-factor authentication is enabled1019 logs the user in1020 when bypass-two-factor is enabled1021 when bypass-two-factor is disabled1022 when "remember me" is checked1023 when two-factor authentication is disabled1024 remembers the user after a browser restart1025 when two-factor authentication is enabled1026 remembers the user after a browser restart1027 when "remember me" is not checked1028 when two-factor authentication is disabled1029 does not remember the user after a browser restart1030 when two-factor authentication is enabled1031 does not remember the user after a browser restart1032 when the user logs in using the alicloud provider1033 when two-factor authentication is disabled1034 logs the user in1035 when two-factor authentication is enabled1036 logs the user in1037 when bypass-two-factor is enabled1038 when bypass-two-factor is disabled1039 when "remember me" is checked1040 when two-factor authentication is disabled1041 remembers the user after a browser restart1042 when two-factor authentication is enabled1043 remembers the user after a browser restart1044 when "remember me" is not checked1045 when two-factor authentication is disabled1046 does not remember the user after a browser restart1047 when two-factor authentication is enabled1048 does not remember the user after a browser restart1049 using GitLab as an OAuth provider1050 when JS is enabled1051 includes the fragment in the redirect if it is simple1052 does not include the fragment if it contains forbidden characters1053 when JS is disabled1054 provides a basic HTML page including a link without the fragment1055Related issues1056 widget visibility1057 when not logged in1058 does not show widget when internal project1059 does not show widget when private project1060 shows widget when public project1061 when logged in but not a member1062 shows widget when internal project1063 does not show widget when private project1064 shows widget when public project1065 shows widget on their own public issue1066 when logged in and a guest1067 shows widget when internal project1068 shows widget when private project1069 shows widget when public project1070 when logged in and a reporter1071 shows widget when internal project1072 shows widget when private project1073 shows widget when public project1074 shows widget on their own public issue1075 when user has no permission to manage related issues1076 visiting some issue someone else created1077 shows related issues count1078 visiting issue_b which was targeted by issue_a1079 shows related issues count1080 when user has permission to manage related issues1081 without existing related issues1082 shows related issues count1083 add related issue1084 add cross-project related issue1085 pressing enter should submit the form1086 disallows duplicate entries1087 allows us to remove pending issues1088 with existing related issues1089 shows related issues count1090 shows related issues1091 allows us to remove a related issues1092 add related issue1093 add invalid related issue1094 add unauthorized related issue1095Merge request > User edits MR1096 non-fork merge request1097 behaves like an editable merge request1098 updates merge request1099 description has autocomplete1100 description has quick action autocomplete1101 has class js-quick-submit in form1102 warns about version conflict1103 preserves description textarea height1104 when "Remove source branch" is set1105 allows to unselect "Remove source branch"1106 for a forked project1107 behaves like an editable merge request1108 updates merge request1109 description has autocomplete1110 description has quick action autocomplete1111 has class js-quick-submit in form1112 warns about version conflict1113 preserves description textarea height1114 when "Remove source branch" is set1115 allows to unselect "Remove source branch"1116User views diffs1117 shows diffs1118 hides loading spinner after load1119 when in the inline view1120 unfolds diffs upwards1121 unfolds diffs in the middle1122 unfolds diffs downwards1123 unfolds diffs to the end1124 when in the side-by-side view1125 shows diffs in parallel1126 toggles container class1127 unfolds diffs upwards1128 unfolds diffs in the middle1129 unfolds diffs downwards1130 unfolds diffs to the end1131Resolve an open thread in a merge request by creating an issue1132 As a user with access to the project1133 has a link to create a new issue for a thread1134 with the internal tracker disabled1135 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)1136 resolving the thread1137 hides the link for creating a new issue1138 shows the link for creating a new issue when unresolving a thread1139 creating the issue1140 has a hidden field for the thread1141 behaves like creating an issue for a thread1142 shows an issue creation form1143 creates a new issue for the project1144 as a reporter1145 shows a notice to ask someone else to resolve the threads1146Pipeline Editor1147 user sees the Pipeline Editor page1148 Branch Switcher1149 behaves like default branch switcher behavior1150 displays current branch1151 displays updated current branch after switching branches1152 displays new branch as selected after commiting on a new branch1153 Editor navigation1154 when no change is made1155 user can navigate away without a browser alert1156 when a change is made1157 user who tries to navigate away can cancel the action and keep their changes1158 user who tries to navigate away can confirm the action and discard their change1159 user who creates a MR is taken to the merge request page without warnings1160 Commit Form1161 is preserved when changing tabs1162 Editor content1163 user can reset their CI configuration1164Skipping ./spec/features/projects/ci/editor_spec.rb[1:5:2] 'Pipeline Editor Editor content user can cancel reseting their CI configuration' because it's flaky.1165 user can cancel reseting their CI configuration (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1166Dashboard Groups page1167 shows groups user is member of1168 shows subgroups the user is member of1169 when filtering groups1170 expands when filtering groups1171 resets search when user cleans the input1172 with subgroups1173 shows subgroups inside of its parent group1174 can toggle parent group1175 group actions dropdown1176 user with subgroup ownership1177 cannot remove parent group1178 user with parent group ownership1179 can remove parent group1180 can remove subgroups1181 user is a maintainer1182 cannot remove the group1183 cannot edit the group1184 can leave the group1185 when using pagination1186 loads results for next page1187 when signed in as admin1188 shows only groups admin is member of1189Project active tab1190 on project Home1191 activates Project scope menu1192 on Project information1193 default link1194 behaves like page has active tab1195 activates Project tab1196 behaves like page has active sub tab1197 activates Activity sub tab1198 on Project information/Activity1199 behaves like page has active tab1200 activates Project tab1201 behaves like page has active sub tab1202 activates Activity sub tab1203 on project Repository1204 behaves like page has active tab1205 activates Repository tab1206 on project Repository/Files1207 behaves like page has active tab1208 activates Repository tab1209 behaves like page has active sub tab1210 activates Files sub tab1211 on project Repository/Commits1212 behaves like page has active tab1213Skipping ./spec/features/projects/active_tabs_spec.rb[1:3:3:1:1] 'Project active tab on project Repository on project Repository/Commits behaves like page has active tab activates Repository tab' because it's flaky.1214 activates Repository tab (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1215 behaves like page has active sub tab1216Skipping ./spec/features/projects/active_tabs_spec.rb[1:3:3:2:1] 'Project active tab on project Repository on project Repository/Commits behaves like page has active sub tab activates Commits sub tab' because it's flaky.1217 activates Commits sub tab (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1218 on project Repository/Graph1219 behaves like page has active tab1220 activates Repository tab1221 behaves like page has active sub tab1222 activates Graph sub tab1223 on project Repository/Compare1224 behaves like page has active tab1225 activates Repository tab1226 behaves like page has active sub tab1227 activates Compare sub tab1228 on project Repository/Branches1229 behaves like page has active tab1230 activates Repository tab1231 behaves like page has active sub tab1232 activates Branches sub tab1233 on project Repository/Tags1234 behaves like page has active tab1235 activates Repository tab1236 behaves like page has active sub tab1237 activates Tags sub tab1238 on project Issues1239 behaves like page has active tab1240 activates Issues tab1241 on project Issues/Milestones1242 behaves like page has active tab1243 activates Issues tab1244 behaves like page has active sub tab1245 activates Milestones sub tab1246 on project Merge Requests1247 behaves like page has active tab1248 activates Merge requests tab1249 on project Wiki1250 behaves like page has active tab1251 activates Wiki tab1252 on project Members1253 behaves like page has active tab1254 activates Members tab1255 on project Settings1256 on project Settings/Integrations1257 behaves like page has active tab1258 activates Settings tab1259 behaves like page has active sub tab1260 activates Integrations sub tab1261 on project Settings/Repository1262 behaves like page has active tab1263 activates Settings tab1264 behaves like page has active sub tab1265 activates Repository sub tab1266 on project Analytics1267 on project Analytics/Value stream Analytics1268 behaves like page has active tab1269 activates Analytics tab1270 behaves like page has active sub tab1271 activates Value stream sub tab1272 on project Analytics/"CI/CD"1273 behaves like page has active tab1274 activates Analytics tab1275 behaves like page has active sub tab1276 activates CI/CD sub tab1277 on project CI/CD1278 browsing Pipelines tabs1279 Pipeline tab1280 behaves like page has active tab1281 activates CI/CD tab1282 behaves like page has active sub tab1283 activates Pipelines sub tab1284 Needs tab1285 behaves like page has active tab1286 activates CI/CD tab1287 behaves like page has active sub tab1288 activates Pipelines sub tab1289 Builds tab1290 behaves like page has active tab1291 activates CI/CD tab1292 behaves like page has active sub tab1293 activates Pipelines sub tab1294 Failures tab1295 behaves like page has active tab1296 activates CI/CD tab1297 behaves like page has active sub tab1298 activates Pipelines sub tab1299 Test Report tab1300 behaves like page has active tab1301 activates CI/CD tab1302 behaves like page has active sub tab1303 activates Pipelines sub tab1304Contributions Calendar1305 calendar day selection1306 displays calendar1307 select calendar day1308 displays calendar day activities1309 select another calendar day1310 displays different calendar day activities1311 deselect calendar day1312 hides calendar day activities1313 calendar daily activities1314 1 issue creation calendar activity1315 behaves like a day with activity1316 displays calendar activity square for 1 contribution1317 issue title is shown on activity page1318 displays calendar activity log1319 1 comment calendar activity1320 behaves like a day with activity1321 displays calendar activity square for 1 contribution1322 10 calendar activities1323 behaves like a day with activity1324 displays calendar activity square for 1 contribution1325 calendar activity on two days1326 displays calendar activity squares for both days1327 displays calendar activity square for yesterday1328 displays calendar activity square for today1329 on smaller screens1330 size xs1331 behaves like hidden activity calendar1332 hides the activity calender1333Projects > Files > User replaces files1334 when an user has write access1335 replaces an existed file with a new one1336 when an user does not have write access1337 replaces an existed file with a new one in a forked project1338User page1339 shows user id1340 shows the status if there was one1341 shows the pronouns of the user if there was one1342 shows the pronunctiation of the user if there was one1343 with public profile1344 shows all the tabs1345 does not show private profile message1346 work information1347 shows job title and organization details1348 shows job title1349 shows organization details1350 location1351 when location is set1352 shows location1353 when location is not set1354 does not show location1355 timezone1356 when timezone is set1357 shows local time1358 when timezone is not set1359 does not show local time1360 when timezone is invalid1361 shows local time using the configured default timezone (UTC in this case)1362 follow/unfollow and followers/following1363 does not show button to follow1364 shows 0 followers and 0 following1365WARNING: Active Record does not support composite primary key.1366user_follow_users has composite primary key. Composite primary key is ignored.1367 shows 1 followers and 1 following1368 does show button to follow1369 does show link to unfollow1370 with private profile1371 shows no tab1372 shows private profile message1373 shows own tabs1374 with blocked profile1375 shows no tab1376 shows blocked message1377 shows user name as blocked1378 shows no additional fields1379 shows username1380 behaves like default brand title page meta description1381 renders the page with description, og:description, and twitter:description meta tags with the default brand title1382 with unconfirmed user1383 when visited by an authenticated user1384 behaves like unconfirmed user profile1385 shows user name as unconfirmed1386 shows no tab1387 shows no additional fields1388 shows private profile message1389 behaves like default brand title page meta description1390 renders the page with description, og:description, and twitter:description meta tags with the default brand title1391 when visited by an unauthenticated user1392 behaves like unconfirmed user profile1393 shows user name as unconfirmed1394 shows no tab1395 shows no additional fields1396 shows private profile message1397 behaves like default brand title page meta description1398 renders the page with description, og:description, and twitter:description meta tags with the default brand title1399 signup disabled1400 shows the sign in link1401 signup enabled1402 shows the sign in and register link1403 most recent activity1404 shows the most recent activity1405 when external authorization is enabled1406 hides the most recent activity1407 page description1408 behaves like page meta description1409 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1410 with a bot user1411 feature flag enabled1412 only shows Overview and Activity tabs1413 feature flag disabled1414 only shows Overview and Activity tabs1415 structured markup1416 shows Person structured markup1417 GPG keys1418 when user has verified GPG keys1419 shows link to public GPG keys1420 when user does not have verified GPG keys1421 does not show link to public GPG keys1422Import/Export - project export integration test1423 admin user1424 with streaming serializer1425 exports a project successfully1426 with ndjson1427 exports a project successfully1428Projects > Settings > User renames a project1429 shows a successful notice when the project is updated1430 with invalid characters1431 shows errors for invalid project path1432 when changing project name1433 renames the repository1434 with emojis1435 shows error for invalid project name1436 when changing project path1437 the project is accessible via the new path1438 the project is accessible via a redirect from the old path1439 and a new project is added with the same path1440 overrides the redirect1441Group Repository settings1442 Deploy tokens1443 behaves like a deploy token in settings1444 view deploy tokens1445 add a new deploy token1446 with form errors1447 shows form errors1448 keeps form inputs1449 when User#time_display_relative is false1450 shows absolute times for expires_at1451 Default branch1452 has the setting section1453 renders the correct setting section content1454Merge request > User locks discussion1455 when the discussion is locked1456 when a user is a team member1457 the user can create a comment1458 when a user is not a team member1459 the user can not create a comment1460User filters Alert Management table by status1461 when a developer displays the alert list and the alert service is enabled they can filter the table by an alert status1462 shows the alert table items with alert status of Open by default1463 shows the alert table items with alert status of Acknowledged1464 shows the alert table items with alert status of Triggered1465 shows the an empty table for a status with no alerts1466User deletes snippet1467DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1468 deletes the snippet1469Issue Sidebar on Mobile1470 mobile sidebar on merge requests1471 behaves like issue sidebar stays collapsed on mobile1472 keeps the sidebar collapsed1473 mobile sidebar on issues1474 behaves like issue sidebar stays collapsed on mobile1475 keeps the sidebar collapsed1476Artifact file1477 Text file1478 displays an error1479 JPG file1480 displays the blob1481 when visiting old URL1482 redirects to new URL1483User visits their profile1484 shows correct menu item1485 shows profile info1486 shows user readme1487 hides empty user readme1488 when user has groups1489 shows user groups1490Import/Export - GitLab migration history1491 successfully displays import history1492User paginates issue designs1493 paginates to next design1494Commit > User uses quick actions1495 Tagging a commit1496 behaves like tag quick action1497 post note to existing commit1498Skipping ./spec/features/commits/user_uses_quick_actions_spec.rb[1:1:1:1:1] 'Commit > User uses quick actions Tagging a commit behaves like tag quick action post note to existing commit tags this commit' because it's flaky.1499 tags this commit (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1500 preview1501 removes quick action from note and explains it1502Group label on issue1503 renders link to the project issues page1504Admin > Admin sees projects statistics1505 shows project statistics for projects that have them1506JIRA OAuth Provider1507 JIRA DVCS OAuth Authorization1508 behaves like Secure OAuth Authorizations1509 when user is confirmed1510 asks the user to authorize the application1511 when user is unconfirmed1512 displays an error1513Upload a group export archive1514 behaves like handling file uploads1515 with object storage disabled1516 behaves like for a group export archive1517 is expected to change `Group.count` by 11518 is expected to eq 2021519Knapsack report was generated. Preview:1520{1521 "spec/features/oauth_login_spec.rb": 387.9587890169996,1522 "spec/features/issues/related_issues_spec.rb": 149.81575999199958,1523 "spec/features/merge_request/user_edits_mr_spec.rb": 83.53266982199966,1524 "spec/features/merge_request/user_views_diffs_spec.rb": 67.71637829100018,1525 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 56.908531842999764,1526 "spec/features/projects/ci/editor_spec.rb": 58.678446978000466,1527 "spec/features/dashboard/groups_list_spec.rb": 36.11080075599966,1528 "spec/features/projects/active_tabs_spec.rb": 36.96226149100039,1529 "spec/features/calendar_spec.rb": 32.04978595499961,1530 "spec/features/projects/files/user_replaces_files_spec.rb": 24.850035487999776,1531 "spec/features/users/show_spec.rb": 13.681520953000472,1532 "spec/features/projects/import_export/export_file_spec.rb": 22.9824889169995,1533 "spec/features/projects/settings/user_renames_a_project_spec.rb": 16.763580006000666,1534 "spec/features/groups/settings/repository_spec.rb": 15.958102587000212,1535 "spec/features/merge_request/user_locks_discussion_spec.rb": 15.609250009000789,1536 "spec/features/alert_management/user_filters_alerts_by_status_spec.rb": 10.151807049999661,1537 "spec/features/snippets/user_deletes_snippet_spec.rb": 11.149581104999925,1538 "spec/features/issuables/user_sees_sidebar_spec.rb": 11.116702206999435,1539 "spec/features/projects/artifacts/file_spec.rb": 7.452186251999592,1540 "spec/features/profiles/user_visits_profile_spec.rb": 8.125434929000221,1541 "spec/features/groups/import_export/migration_history_spec.rb": 6.073464301000058,1542 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 5.696875044999615,1543 "spec/features/commits/user_uses_quick_actions_spec.rb": 5.201896556000065,1544 "spec/features/issues/group_label_sidebar_spec.rb": 4.503035572000044,1545 "spec/features/admin/admin_sees_projects_statistics_spec.rb": 3.497616026000287,1546 "spec/features/jira_oauth_provider_authorize_spec.rb": 1.3310767840002882,1547 "spec/features/file_uploads/group_import_spec.rb": 1.41517423000004781548}1549Knapsack global time execution for tests: 18m 15s1550Pending: (Failures listed here are expected and do not affect your suite's status)1551 1) Resolve an open thread in a merge request by creating an issue As a user with access to the project with the internal tracker disabled does not show a link to create a new issue1552 # Temporarily skipped with xit1553 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:311554 2) Pipeline Editor Editor content user can cancel reseting their CI configuration1555 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1556 # ./spec/features/projects/ci/editor_spec.rb:1741557 3) Project active tab on project Repository on project Repository/Commits behaves like page has active tab activates Repository tab1558 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1559 # ./spec/support/shared_examples/nav_sidebar_shared_examples.rb:141560 4) Project active tab on project Repository on project Repository/Commits behaves like page has active sub tab activates Commits sub tab1561 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1562 # ./spec/support/shared_examples/nav_sidebar_shared_examples.rb:211563 5) Commit > User uses quick actions Tagging a commit behaves like tag quick action post note to existing commit tags this commit1564 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1565 # ./spec/support/shared_examples/quick_actions/commit/tag_quick_action_shared_examples.rb:51566Finished in 18 minutes 18 seconds (files took 59.3 seconds to load)1567333 examples, 0 failures, 5 pending1568[TEST PROF INFO] Time spent in factories: 01:44.335 (9.28% of total time)1569Failed to write to log, write log/workhorse-test.log: file already closed1570RSpec exited with 0.1571No examples to retry, congrats!1573Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1574Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1576Uploading artifacts...1577coverage/: found 5 matching files and directories 1578crystalball/: found 2 matching files and directories 1579deprecations/: found 4 matching files and directories 1580knapsack/: found 3 matching files and directories 1581WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1582rspec/: found 12 matching files and directories 1583WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1584log/*.log: found 20 matching files and directories 1585WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441843303/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1586WARNING: Retrying... context=artifacts-uploader error=request redirected1587Uploading artifacts as "archive" to coordinator... 201 Created id=3441843303 responseStatus=201 Created token=A_hz9goh1588Uploading artifacts...1589rspec/junit_rspec.xml: found 1 matching files and directories 1590WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441843303/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1591WARNING: Retrying... context=artifacts-uploader error=request redirected1592Uploading artifacts as "junit" to coordinator... 201 Created id=3441843303 responseStatus=201 Created token=A_hz9goh1594Job succeeded