rspec system pg12 8/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 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-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1670454912-16bf9a9d...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: 131499, done. 25remote: Counting objects: 100% (131499/131499), done. 26remote: Compressing objects: 100% (83945/83945), done. 27remote: Total 131499 (delta 58685), reused 92336 (delta 42989), pack-reused 0 28Receiving objects: 100% (131499/131499), 113.57 MiB | 35.85 MiB/s, done.29Resolving deltas: 100% (58685/58685), done.31 * [new ref] refs/pipelines/716518733 -> refs/pipelines/71651873332Checking out 00d8c88b as refs/merge-requests/105876/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (3441687464)...44Downloading artifacts from coordinator... ok id=3441687464 responseStatus=200 OK token=oJnTVPSf45Downloading artifacts for detect-tests (3441687469)...46Downloading artifacts from coordinator... ok id=3441687469 responseStatus=200 OK token=oJnTVPSf47Downloading artifacts for retrieve-tests-metadata (3441687476)...48Downloading artifacts from coordinator... ok id=3441687476 responseStatus=200 OK token=oJnTVPSf49Downloading artifacts for setup-test-env (3441687466)...50Downloading artifacts from coordinator... ok id=3441687466 responseStatus=200 OK token=oJnTVPSf52Using 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 1 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 49 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 1 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_8_28_report.json828FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json829FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_8_28_report.json830NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_8_28_report.json831SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_8_28_report.txt832RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_8_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.838096445 seconds839Merge request > User resolves diff notes and threads840Starting the Capybara driver server...841 no threads842Capybara starting Puma...843* Version 5.6.5 , codename: Birdie's Version844* Min threads: 0, max threads: 4845* Listening on unix:///tmp/20221207-466-v5maqf846 displays no thread resolved data847 as authorized user848 single thread849 shows text with how many threads850 allows user to mark a note as resolved851 allows user to mark thread as resolved852 allows user to unresolve thread853 allows user to resolve from reply form without a comment854 allows user to comment & resolve thread855 allows user to quickly scroll to next unresolved thread856 hides jump to next button when all resolved857 updates updated text after resolving note858 hides jump to next thread button859 resolved thread860 timeline view861 hides when resolve thread is clicked862 shows resolved thread when toggled863 renders tables in lazy-loaded resolved diff dicussions864 side-by-side view865 hides when resolve thread is clicked866 reply form867Skipping ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb[1:2:1:5:3:1] 'Merge request > User resolves diff notes and threads as authorized user single thread resolved thread reply form allows user to comment' because it's flaky.868 allows user to comment (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)869 allows user to unresolve from reply form without a comment870 allows user to comment & unresolve thread871 multiple notes872 marks thread as resolved when resolving single note873 resolves thread874 muliple threads875 shows text with how many threads876 allows user to mark a single note as resolved877Skipping ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb[1:2:3:3] 'Merge request > User resolves diff notes and threads as authorized user muliple threads allows user to mark all notes as resolved' because it's flaky.878 allows user to mark all notes as resolved (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)879 allows user to mark all threads as resolved880 allows user to quickly scroll to next unresolved thread881 updates updated text after resolving note882 displays next thread even if hidden883 changes tab884 shows text with how many threads885 allows user to mark a note as resolved886 allows user to mark thread as resolved887 allows user to unresolve thread888 allows user to comment & resolve thread889 allows user to comment & unresolve thread890 as a guest891 someone elses merge request892 does not allow user to mark note as resolved893 does not allow user to mark thread as resolved894 guest users merge request895 allows user to mark a note as resolved896 unauthorized user897 no resolved comments898 does not allow user to mark note as resolved899Merge request > Batch comments900 adds draft note901 publishes review902 deletes draft note903 edits draft note904 multiple times on the same diff line905 shows both drafts at once906 with image and file draft note907 does not show in overview908 adding single comment to review909 at first does not show `Add to review` and `Add comment now` buttons910 when review has started911 can add comment to review912 can add comment right away913 in parallel diff914 adds draft comments to both sides915 thread is unresolved916 publishes comment right away and resolves the thread917 publishes review and resolves the thread918 thread is resolved919Skipping ./spec/features/merge_request/batch_comments_spec.rb[1:10:1] 'Merge request > Batch comments thread is resolved publishes comment right away and unresolves the thread' because it's flaky.920 publishes comment right away and unresolves the thread (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)921Skipping ./spec/features/merge_request/batch_comments_spec.rb[1:10:2] 'Merge request > Batch comments thread is resolved publishes review and unresolves the thread' because it's flaky.922 publishes review and unresolves the thread (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)923User searches for issues924 search_page_vertical_nav_enabled: true925 when signed in926 does not show top right search form927 finds an issue928 hides confidential icon for non-confidential issues929 shows confidential icon for confidential issues930 shows correct badge for open issues931 shows correct badge for closed issues932 sorts by created date933 when search times out934 renders timeout information935 sets tab count to 0936 when on a project page937 finds an issue938 when signed out939 when block_anonymous_global_searches is disabled940 does not show top right search form941 finds an issue942 when block_anonymous_global_searches is enabled943 is redirected to login page944 search_page_vertical_nav_enabled: false945 when signed in946 does not show top right search form947 finds an issue948 hides confidential icon for non-confidential issues949 shows confidential icon for confidential issues950 shows correct badge for open issues951 shows correct badge for closed issues952 sorts by created date953 when search times out954 renders timeout information955 sets tab count to 0956 when on a project page957 finds an issue958 when signed out959 when block_anonymous_global_searches is disabled960 does not show top right search form961 finds an issue962 when block_anonymous_global_searches is enabled963 is redirected to login page964Branches965 when logged in as reporter966 does not show delete button967 when logged in as developer968 on the projects with 6 active branches and 4 stale branches969 Overview page of the branches970 shows the first 5 active branches and the first 4 stale branches sorted by last updated971 Active branches page972 shows 6 active branches sorted by last updated973 Stale branches page974 shows 4 stale branches sorted by last updated975 All branches page976 shows 10 branches sorted by last updated977 with branches over more than one page978 shows only default_per_page active branches sorted by last updated979 shows only default_per_page branches sorted by last updated on All branches980 Find branches981 shows filtered branches982 Delete unprotected branch on Overview983 removes branch after confirmation984 All branches page985 shows all the branches sorted by last updated by default986 sorts the branches by name987 sorts the branches by oldest updated988 avoids a N+1 query in branches index989 Find branches on All branches990 shows filtered branches991 Delete unprotected branch on All branches992 removes branch after confirmation993 on project with 0 branch994 0 branches on Overview995 shows warning996 when logged in as maintainer997 shows the merge request button998 when the project is archived999 does not show the merge request button when the project is archived1000 when logged out1001 does not show merge request button1002 with one or more pipeline1003 shows pipeline status when available1004 displays a placeholder when not available1005 with no pipelines1006 does not show placeholder or pipeline status1007 comparing branches1008 on a read-only instance1009 behaves like compares branches1010 compares branches1011 on a read-write instance1012 behaves like compares branches1013 compares branches1014Admin disables Git access protocol1015 with HTTP disabled1016 shows only SSH url1017 mobile component1018 shows only the SSH clone information1019 with SSH disabled1020 shows only HTTP url1021 mobile component1022 shows only the HTTP clone information1023 with nothing disabled1024 shows default SSH url and protocol selection dropdown1025 mobile component1026 shows both SSH and HTTP clone information1027User edits a merge request1028 Squash commits1029 override MR setting if "Required" is saved1030 recovers MR squash setting if "Required" is not saved1031 does not override MR squash setting if "Do not allow" is saved1032 displays "Required in this project" for "Required" project setting squash option1033 does not display message for "Allow" project setting squash option1034 does not display message for "Encourage" project setting squash option1035 is hidden for "Do not allow" project setting squash option1036 changing target branch1037Skipping ./spec/features/merge_request/user_edits_merge_request_spec.rb[1:2:1] 'User edits a merge request changing target branch allows user to change target branch' because it's flaky.1038 allows user to change target branch (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1039 merged merge request1040 does not allow user to change target branch1041Group Packages1042 when feature is not available1043 packages feature is disabled by config1044 gives 4041045 when feature is available1046 sidebar menu is open1047 when there are packages1048 allows you to navigate to the project page1049 behaves like packages list1050 shows a list of packages1051 behaves like package details link1052 navigates to the correct url1053 sorting1054 behaves like shared package sorting1055 behaves like correctly sorted packages list1056 ordered by Type and ascending false1057 behaves like packages list1058 shows a list of packages1059 behaves like correctly sorted packages list1060 ordered by Type and ascending true1061 behaves like packages list1062 shows a list of packages1063 behaves like correctly sorted packages list1064 ordered by Name and ascending false1065 behaves like packages list1066 shows a list of packages1067 behaves like correctly sorted packages list1068 ordered by Name and ascending true1069 behaves like packages list1070 shows a list of packages1071 behaves like correctly sorted packages list1072 ordered by Version and ascending false1073 behaves like packages list1074 shows a list of packages1075 behaves like correctly sorted packages list1076 ordered by Version and ascending true1077 behaves like packages list1078 shows a list of packages1079 behaves like correctly sorted packages list1080 ordered by Published and ascending false1081 behaves like packages list1082 shows a list of packages1083 behaves like correctly sorted packages list1084 ordered by Published and ascending true1085 behaves like packages list1086 shows a list of packages1087 behaves like correctly sorted packages list1088 ordered by Project and ascending false1089 behaves like packages list1090 shows a list of packages1091 behaves like correctly sorted packages list1092 ordered by Project and ascending true1093 behaves like packages list1094 shows a list of packages1095 behaves like when there are no packages1096 displays the empty message1097Admin > Users > Impersonation Tokens1098 token creation1099 allows creation of a token1100 active tokens1101 only shows impersonation tokens1102 shows absolute times1103 inactive tokens1104 allows revocation of an active impersonation token1105 removes expired tokens from 'active' section1106 impersonation disabled state1107 does not show impersonation tokens tab1108Project Badges1109 shows a list of badges1110 adding a badge1111 user can preview a badge1112 is expected to eq "http://127.0.0.1:39603/group4/project79/badges/master/pipeline.svg"1113 editing a badge1114 form is shown when clicking edit button in list1115 updates a badge when submitting the edit form1116 deleting a badge1117 shows a modal when deleting a badge1118 deletes a badge when confirming the modal1119User searches group settings1120 in general settings page1121 behaves like can search settings1122 hides unmatching sections on search1123 behaves like can highlight results1124 has search settings field1125 highlights the search terms1126 in Integrations page1127 behaves like can highlight results1128 has search settings field1129 highlights the search terms1130 in Repository page1131 behaves like can search settings1132 hides unmatching sections on search1133 behaves like can highlight results1134 has search settings field1135 highlights the search terms1136 in CI/CD page1137 behaves like can search settings1138 hides unmatching sections on search1139 behaves like can highlight results1140 has search settings field1141 highlights the search terms1142 in Packages and registries page1143 behaves like can highlight results1144 has search settings field1145 highlights the search terms1146User manages applications1147 when hash_oauth_secrets flag set1148 allows user to manage applications1149 when hash_oauth_secrets flag not set1150 allows user to manage applications1151 when scopes are blank1152 returns an error1153Dashboard Issues1154 issues1155 shows issues assigned to current user1156 shows issues when current user is author1157 state filter tabs work1158 behaves like it has an RSS button with current_user's feed token1159 shows the RSS button with current_user's feed token1160 behaves like an autodiscoverable RSS feed with current_user's feed token1161 has an RSS autodiscovery link tag with current_user's feed token1162 new issue dropdown1163 shows projects only with issues feature enabled1164 shows the new issue page1165Admin Jobs1166 GET /admin/jobs1167 All tab1168 when have jobs1169 shows all jobs1170 when have no jobs1171 shows a message1172 Pending tab1173 when have pending jobs1174 shows pending jobs1175 when have no jobs pending1176 shows a message1177 Running tab1178 when have running jobs1179 shows running jobs1180 when have no jobs running1181 shows a message1182 Finished tab1183 when have finished jobs1184 shows finished jobs1185 when have no jobs finished1186 shows a message1187test coverage badge1188 when user has access to view badge1189 user requests coverage badge image for pipeline with custom limits - 80% good1190 user requests coverage badge image for pipeline with custom limits - 74% - bad config1191 user requests coverage badge image for pipeline with custom limits - 73% - bad config1192 user requests coverage badge image for pipeline with custom limits - 72% - partial config - low1193 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium1194 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium v21195 user requests coverage badge image for pipeline with custom limits - 70% acceptable1196 user requests coverage badge image for pipeline with custom limits - 30% medium1197 user requests coverage badge image for pipeline with custom limits - 20% low1198 user requests coverage badge image for pipeline with custom limits - nonsense values which use the defaults1199 user requests coverage badge image for pipeline1200 user requests coverage badge for specific job1201 user requests coverage badge for pipeline without coverage1202 when user does not have access to view badge1203 user requests test coverage badge image1204Projects > Show > User sees Git instructions1205 when project is public1206 when project has no repo1207 shows Git command line instructions1208 :default_branch_name is specified1209 recommends default_branch_name instead of master1210 when project is empty1211 when not signed in1212 shows details1213 when signed in1214 when user does not have ssh keys1215 shows details1216 when user has ssh keys1217 shows details1218 when project is not empty1219 when not signed in1220 shows details1221 when signed in1222 when user does not have ssh keys1223 shows details1224 when user has ssh keys1225 shows details1226 when project is internal1227 when not signed in1228 redirects to the sign in page1229 when signed in1230 shows details1231 when project is private1232 redirects to the sign in page1233Project > Show > User interacts with auto devops implicitly enabled banner1234 when user does not have maintainer access1235 when AutoDevOps is implicitly enabled1236 does not display AutoDevOps implicitly enabled banner1237 when user has mantainer access1238 when AutoDevOps is implicitly enabled1239 display AutoDevOps implicitly enabled banner1240 when user dismisses the banner1241 does not display AutoDevOps implicitly enabled banner1242 when AutoDevOps is not implicitly enabled1243 does not display AutoDevOps implicitly enabled banner1244 when AutoDevOps enabled but container registry is disabled1245 shows message that container registry is disabled1246Commit > User view commits1247 Commits List1248 when project is public1249 behaves like can view commits1250 displays the correct number of commits per day in the header1251 lists the correct number of commits1252 when project is public with private repository1253 and user is an inherited member from the group1254 and user is a guest1255 behaves like can view commits1256 displays the correct number of commits per day in the header1257 lists the correct number of commits1258 when project is private1259 and user is an inherited member from the group1260 and user is a guest1261 renders not found1262Dashboard Archived Project1263 renders non archived projects1264 renders all projects1265 renders only archived projects1266 searches archived projects1267User activates Pushover1268 activates integration1269Profile > Chat1270 uses authorization link1271 clicks authorize1272 goes to list of chat names and see chat account1273 second use of link is denied1274 clicks deny1275 goes to list of chat names and do not see chat account1276 second use of link is denied1277 visits chat accounts1278 sees chat user1279 removes chat account1280PackageFiles1281 does not allow direct download when no access to the project1282 gives 404 when no package file exist1283 user with master role1284 allows direct download by url1285 does not allow download of package belonging to different project1286Projects > Files > User uses soft wrap while editing file1287 user clicks the "Soft wrap" button and then "No wrap" button1288Group Issues Calendar Feed1289 GET /issues1290 when authenticated1291 with no referer1292 renders calendar feed1293 with GitLab as the referer1294 renders calendar feed as text/plain1295 when authenticated via personal access token1296 renders calendar feed1297 when authenticated via feed token1298 renders calendar feed1299 issue with due date1300 renders issue fields1301Dashboard > label filter1302 duplicate labels1303 removes duplicate labels1304User promotes label1305 when user can admin group labels1306 shows label promote button1307 when user cannot admin group labels1308 does not show label promote button1309Upload a maven package1310 behaves like handling file uploads1311 with object storage disabled1312 behaves like for a maven package1313 creates package files1314 is expected to eq 2001315 behaves like handling file uploads1316 with object storage disabled1317 behaves like for a maven sha11318 is expected to eq 2041319 behaves like handling file uploads1320 with object storage disabled1321 behaves like for a maven md51322 is expected to eq 2001323 with an encoded project ID1324 behaves like handling file uploads1325 with object storage disabled1326 behaves like for a maven package1327 creates package files1328 is expected to eq 2001329Explore Topics1330 when no topics exist1331 renders empty message1332 when topics exist1333 renders topic list1334Knapsack report was generated. Preview:1335{1336 "spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb": 384.64501762200007,1337 "spec/features/merge_request/batch_comments_spec.rb": 170.1974638380002,1338 "spec/features/search/user_searches_for_issues_spec.rb": 96.70749933599973,1339 "spec/features/projects/branches_spec.rb": 58.80084239400003,1340 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 61.412158887999794,1341 "spec/features/merge_request/user_edits_merge_request_spec.rb": 49.66186453199998,1342 "spec/features/groups/packages_spec.rb": 42.11493646300005,1343 "spec/features/admin/admin_users_impersonation_tokens_spec.rb": 29.496143700000175,1344 "spec/features/projects/settings/project_badges_spec.rb": 28.96812784299982,1345 "spec/features/groups/settings/user_searches_in_settings_spec.rb": 28.33016887199983,1346 "spec/features/groups/settings/manage_applications_spec.rb": 19.225289816999975,1347 "spec/features/dashboard/issues_spec.rb": 25.116552934000083,1348 "spec/features/admin/admin_jobs_spec.rb": 15.382423487000324,1349 "spec/features/projects/badges/coverage_spec.rb": 13.741271958000198,1350 "spec/features/projects/show/user_sees_git_instructions_spec.rb": 10.11162241699958,1351 "spec/features/projects/show/user_interacts_with_auto_devops_banner_spec.rb": 14.028343425000003,1352 "spec/features/commits/user_view_commits_spec.rb": 8.562677789999725,1353 "spec/features/dashboard/archived_projects_spec.rb": 10.345450117999917,1354 "spec/features/projects/integrations/user_activates_pushover_spec.rb": 6.783077811000112,1355 "spec/features/profiles/chat_names_spec.rb": 6.312552517999848,1356 "spec/features/projects/package_files_spec.rb": 5.382833131999632,1357 "spec/features/projects/files/edit_file_soft_wrap_spec.rb": 5.386896672000148,1358 "spec/features/ics/group_issues_spec.rb": 6.270389420999891,1359 "spec/features/dashboard/label_filter_spec.rb": 3.550873307999609,1360 "spec/features/projects/labels/user_promotes_label_spec.rb": 2.1368924700000207,1361 "spec/features/file_uploads/maven_package_spec.rb": 2.7963376679999783,1362 "spec/features/explore/topics_spec.rb": 0.80936518599992271363}1364Knapsack global time execution for tests: 18m 26s1365Pending: (Failures listed here are expected and do not affect your suite's status)1366 1) Merge request > User resolves diff notes and threads as authorized user single thread resolved thread reply form allows user to comment1367 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1368 # ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb:1481369 2) Merge request > User resolves diff notes and threads as authorized user muliple threads allows user to mark all notes as resolved1370 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1371 # ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb:3141372 3) Merge request > Batch comments thread is resolved publishes comment right away and unresolves the thread1373 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1374 # ./spec/features/merge_request/batch_comments_spec.rb:2131375 4) Merge request > Batch comments thread is resolved publishes review and unresolves the thread1376 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1377 # ./spec/features/merge_request/batch_comments_spec.rb:2231378 5) User edits a merge request changing target branch allows user to change target branch1379 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1380 # ./spec/features/merge_request/user_edits_merge_request_spec.rb:871381Finished in 18 minutes 29 seconds (files took 1 minute 15.33 seconds to load)1382243 examples, 0 failures, 5 pending1383[TEST PROF INFO] Time spent in factories: 02:15.472 (11.91% of total time)1384Failed to write to log, write log/workhorse-test.log: file already closed1385RSpec exited with 0.1386No examples to retry, congrats!1388Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1389Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1391Uploading artifacts...1392coverage/: found 5 matching files and directories 1393crystalball/: found 2 matching files and directories 1394WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1395knapsack/: found 3 matching files and directories 1396WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1397rspec/: found 12 matching files and directories 1398WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1399log/*.log: found 19 matching files and directories 1400WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687537/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1401WARNING: Retrying... context=artifacts-uploader error=request redirected1402Uploading artifacts as "archive" to coordinator... 201 Created id=3441687537 responseStatus=201 Created token=oJnTVPSf1403Uploading artifacts...1404rspec/junit_rspec.xml: found 1 matching files and directories 1405WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687537/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1406WARNING: Retrying... context=artifacts-uploader error=request redirected1407Uploading artifacts as "junit" to coordinator... 201 Created id=3441687537 responseStatus=201 Created token=oJnTVPSf1409Job succeeded