rspec system pg12 19/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-1670494335-e6b153fa...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: 163372, done. 25remote: Counting objects: 100% (163372/163372), done. 26remote: Compressing objects: 100% (94785/94785), done. 27remote: Total 163372 (delta 84810), reused 119124 (delta 63094), pack-reused 0 28Receiving objects: 100% (163372/163372), 121.93 MiB | 31.17 MiB/s, done.29Resolving deltas: 100% (84810/84810), done.31 * [new ref] refs/pipelines/716916172 -> refs/pipelines/71691617232Checking out 8f189ac6 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 (3443740837)...44Downloading artifacts from coordinator... ok id=3443740837 responseStatus=200 OK token=sUw-oxxz45Downloading artifacts for detect-tests (3443740849)...46Downloading artifacts from coordinator... ok id=3443740849 responseStatus=200 OK token=sUw-oxxz47Downloading artifacts for retrieve-tests-metadata (3443740854)...48Downloading artifacts from coordinator... ok id=3443740854 responseStatus=200 OK token=sUw-oxxz49Downloading artifacts for setup-test-env (3443740841)...50Downloading artifacts from coordinator... ok id=3443740841 responseStatus=200 OK token=sUw-oxxz52Using 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 37 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_19_28_report.json828FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json829FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_19_28_report.json830NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_19_28_report.json831SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_19_28_report.txt832RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_19_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.841249581 seconds839OAuth Registration840Starting the Capybara driver server...841 provider: :github, additional_info: {}842 when block_auto_created_users is true843Capybara starting Puma...844* Version 5.6.5 , codename: Birdie's Version845* Min threads: 0, max threads: 4846* Listening on unix:///tmp/20221208-464-1vwzud0847 redirects back to the sign-in page848 when block_auto_created_users is false849 redirects to the initial welcome path850 when terms are enforced851 auto accepts terms and redirects to the initial welcome path852 when provider does not send a verified email address853 redirects to the profile path854 when registering via an invitation email855 redirects to the activity page with all the projects/groups invitations accepted856 provider: :twitter, additional_info: {}857 when block_auto_created_users is true858 redirects back to the sign-in page859 when block_auto_created_users is false860 redirects to the initial welcome path861 when terms are enforced862 auto accepts terms and redirects to the initial welcome path863 when provider does not send a verified email address864 redirects to the profile path865 when registering via an invitation email866 redirects to the activity page with all the projects/groups invitations accepted867 provider: :bitbucket, additional_info: {}868 when block_auto_created_users is true869 redirects back to the sign-in page870 when block_auto_created_users is false871 redirects to the initial welcome path872 when terms are enforced873 auto accepts terms and redirects to the initial welcome path874 when provider does not send a verified email address875 redirects to the profile path876 when registering via an invitation email877 redirects to the activity page with all the projects/groups invitations accepted878 provider: :gitlab, additional_info: {}879 when block_auto_created_users is true880 redirects back to the sign-in page881 when block_auto_created_users is false882 redirects to the initial welcome path883 when terms are enforced884 auto accepts terms and redirects to the initial welcome path885 when provider does not send a verified email address886 redirects to the profile path887 when registering via an invitation email888 redirects to the activity page with all the projects/groups invitations accepted889 provider: :google_oauth2, additional_info: {}890 when block_auto_created_users is true891 redirects back to the sign-in page892 when block_auto_created_users is false893 redirects to the initial welcome path894 when terms are enforced895 auto accepts terms and redirects to the initial welcome path896 when provider does not send a verified email address897 redirects to the profile path898 when registering via an invitation email899 redirects to the activity page with all the projects/groups invitations accepted900 provider: :facebook, additional_info: {}901 when block_auto_created_users is true902 redirects back to the sign-in page903 when block_auto_created_users is false904 redirects to the initial welcome path905 when terms are enforced906 auto accepts terms and redirects to the initial welcome path907 when provider does not send a verified email address908 redirects to the profile path909 when registering via an invitation email910 redirects to the activity page with all the projects/groups invitations accepted911 provider: :cas3, additional_info: {}912 when block_auto_created_users is true913 redirects back to the sign-in page914 when block_auto_created_users is false915 redirects to the initial welcome path916 when terms are enforced917 auto accepts terms and redirects to the initial welcome path918 when provider does not send a verified email address919 redirects to the profile path920 when registering via an invitation email921 redirects to the activity page with all the projects/groups invitations accepted922 provider: :auth0, additional_info: {}923 when block_auto_created_users is true924 redirects back to the sign-in page925 when block_auto_created_users is false926 redirects to the initial welcome path927 when terms are enforced928 auto accepts terms and redirects to the initial welcome path929 when provider does not send a verified email address930 redirects to the profile path931 when registering via an invitation email932 redirects to the activity page with all the projects/groups invitations accepted933 provider: :authentiq, additional_info: {}934 when block_auto_created_users is true935 redirects back to the sign-in page936 when block_auto_created_users is false937 redirects to the initial welcome path938 when terms are enforced939 auto accepts terms and redirects to the initial welcome path940 when provider does not send a verified email address941 redirects to the profile path942 when registering via an invitation email943 redirects to the activity page with all the projects/groups invitations accepted944 provider: :salesforce, additional_info: {:extra=>{:email_verified=>true}}945 when block_auto_created_users is true946 redirects back to the sign-in page947 when block_auto_created_users is false948 redirects to the initial welcome path949 when terms are enforced950 auto accepts terms and redirects to the initial welcome path951 when provider does not send a verified email address952 redirects to the profile path953 when registering via an invitation email954 redirects to the activity page with all the projects/groups invitations accepted955 provider: :dingtalk, additional_info: {}956 when block_auto_created_users is true957 redirects back to the sign-in page958 when block_auto_created_users is false959 redirects to the initial welcome path960 when terms are enforced961 auto accepts terms and redirects to the initial welcome path962 when provider does not send a verified email address963 redirects to the profile path964 when registering via an invitation email965 redirects to the activity page with all the projects/groups invitations accepted966 provider: :alicloud, additional_info: {}967 when block_auto_created_users is true968 redirects back to the sign-in page969 when block_auto_created_users is false970 redirects to the initial welcome path971 when terms are enforced972 auto accepts terms and redirects to the initial welcome path973 when provider does not send a verified email address974 redirects to the profile path975 when registering via an invitation email976 redirects to the activity page with all the projects/groups invitations accepted977 when update_oauth_registration_flow is disabled978 presents the terms page979User browses files980 shows last commit for current directory981 when browsing the master branch982 shows files from a repository983 shows the `Browse Directory` link984 shows the `Browse File` link985 shows the `Browse Files` link986 redirects to the permalink URL987 when browsing the `markdown` branch988 when browsing the root989 redirects to the permalink URL990 shows correct files and links991 shows correct content of file992 shows correct content of directory993 when commit message has markdown994 renders emojis995 when browsing a `improve/awesome` branch996 shows files from a repository997 when browsing a `Ääh-test-utf-8` branch998 shows files from a repository999 when browsing a `test-#` branch1000 shows files from a repository1001 when browsing a specific ref1002 shows files from a repository for `6d39438`1003 shows files from a repository with apostroph in its name1004 shows the code with a leading dot in the directory1005 does not show the permalink link1006 when browsing a file content1007 shows a file content1008 is possible to blame1009 when browsing a file with pathspec characters1010 shows raw file content in a new tab1011 when browsing a raw file1012 shows raw file content in a new tab1013Triggers1014 when ci_pipeline_triggers_settings_vue_ui is enabled1015 behaves like triggers page1016 create trigger workflow1017 prevents adding new trigger with no description1018 adds new trigger with description1019 edit trigger workflow1020 click on edit trigger opens edit trigger page1021 edit trigger and save1022 trigger "Revoke" workflow1023 button "Revoke" has correct alert1024 revoke trigger1025 show triggers workflow1026 contains trigger description placeholder1027 show "invalid" badge for trigger with owner having insufficient permissions1028 do not show "Edit" or full token for not owned trigger1029 show "Edit" and full token for owned trigger1030 when ci_pipeline_triggers_settings_vue_ui is disabled1031 behaves like triggers page1032 create trigger workflow1033 prevents adding new trigger with no description1034 adds new trigger with description1035 edit trigger workflow1036 click on edit trigger opens edit trigger page1037 edit trigger and save1038 trigger "Revoke" workflow1039 button "Revoke" has correct alert1040 revoke trigger1041 show triggers workflow1042 contains trigger description placeholder1043 show "invalid" badge for trigger with owner having insufficient permissions1044 do not show "Edit" or full token for not owned trigger1045 show "Edit" and full token for owned trigger1046CI Lint1047 YAML parsing1048 behaves like validates the YAML1049 YAML is correct1050 parses Yaml and displays the jobs1051 YAML is incorrect1052 displays information about an error1053 when Dry Run is checked1054 behaves like validates the YAML1055 YAML is correct1056 parses Yaml and displays the jobs1057 YAML is incorrect1058 displays information about an error1059 YAML clearing1060 YAML is present1061 YAML content is cleared1062Issue Boards new issue1063 authorized user1064 displays new issue button1065 does not display new issue button in closed list1066 shows form when clicking button1067 hides form when clicking cancel1068 creates new issue, places it on top of the list, and opens sidebar1069 successfuly loads labels to be added to newly created issue1070 allows creating an issue in newly created list1071 unauthorized user1072 does not display new issue button in open list1073 does not display new issue button in label list1074 group boards1075 for unauthorized users1076 when backlog does not exist1077 does not display new issue button in label list1078 when backlog list already exists1079 does not display new issue button in open list1080 does not display new issue button in label list1081 for authorized users1082 when backlog does not exist1083 display new issue button in label list1084 project select dropdown1085 lists a project which is a direct descendant of the top-level group1086 lists a project that belongs to a subgroup1087 does not list projects to which user doesn't have access1088User uses header search field1089 when user is in a global scope1090 starts searching by pressing the enter key1091 when entering text into the search field1092 does not display the category search dropdown1093 when searching through the search field1094 displays result counts for all categories1095 when user is in a project scope1096 and it belongs to a group1097 starts searching by pressing the enter key1098 displays search options1099 when entering text into the search field1100 does not display the category search dropdown1101 and it belongs to a user1102 starts searching by pressing the enter key1103 displays search options1104 displays a link to project merge requests1105 does not display a link to project feature flags1106 when entering text into the search field1107 does not display the category search dropdown1108 and user is a developer1109 displays a link to project feature flags1110 when user is in a group scope1111 starts searching by pressing the enter key1112 displays search options1113 when entering text into the search field1114 does not display the category search dropdown1115 when user is in a subgroup scope1116 starts searching by pressing the enter key1117 displays search options1118 when entering text into the search field1119 does not display the category search dropdown1120Environment > Metrics1121 without deployments1122 behaves like has environment selector1123 has a working environment selector1124 with deployments and related deployable present1125 shows metrics1126 behaves like has environment selector1127 has a working environment selector1128Projects > Snippets > User updates a snippet1129 displays the snippet blob path and content1130 updates a snippet1131 when the git operation fails1132 renders edit page and displays the error1133Clusters1134 when user does not have a cluster and visits cluster index page1135 sees empty state1136 when user has a cluster1137 when user adds an existing cluster1138 when user filled form with environment scope1139 user sees a cluster details page1140 when user updates environment scope1141 updates the environment scope1142 when user updates duplicated environment scope1143 users sees an environment scope validation error1144 when user has a cluster and visits cluster index page1145 user sees a table with one cluster1146 when user clicks on a cluster1147 user sees a cluster details page1148 user visits create cluster page1149 user sees a link to create a GKE cluster1150 user sees a link to create an EKS cluster1151Internal Project Snippets Access1152 GET /:project_path/snippets1153DEPRECATION 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)1154 is expected to be allowed for admin1155DEPRECATION 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)1156 is expected to be allowed for owner1157DEPRECATION 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)1158 is expected to be allowed for maintainer1159DEPRECATION 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)1160 is expected to be allowed for developer1161DEPRECATION 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)1162 is expected to be allowed for reporter1163DEPRECATION 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)1164 is expected to be allowed for guest1165DEPRECATION 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)1166 is expected to be allowed for user1167 is expected to be denied for external1168 is expected to be denied for visitor1169 GET /:project_path/snippets/new1170 is allowed for admin when admin mode is enabled1171 is denied for admin when admin mode is disabled1172 is expected to be allowed for owner1173 is expected to be allowed for maintainer1174 is expected to be allowed for developer1175 is expected to be allowed for reporter1176 is expected to be denied for guest1177 is expected to be denied for user1178 is expected to be denied for external1179 is expected to be denied for visitor1180 GET /:project_path/snippets/:id1181 for an internal snippet1182 is expected to be allowed for admin1183 is expected to be allowed for owner1184 is expected to be allowed for maintainer1185 is expected to be allowed for developer1186 is expected to be allowed for reporter1187 is expected to be allowed for guest1188 is expected to be allowed for user1189 is expected to be denied for external1190 is expected to be denied for visitor1191 for a private snippet1192 is allowed for admin when admin mode is enabled1193 is denied for admin when admin mode is disabled1194 is expected to be allowed for owner1195 is expected to be allowed for maintainer1196 is expected to be allowed for developer1197 is expected to be allowed for reporter1198 is expected to be allowed for guest1199 is expected to be denied for user1200 is expected to be denied for external1201 is expected to be denied for visitor1202 GET /:project_path/snippets/:id/raw1203 for an internal snippet1204 is expected to be allowed for admin1205 is expected to be allowed for owner1206 is expected to be allowed for maintainer1207 is expected to be allowed for developer1208 is expected to be allowed for reporter1209 is expected to be allowed for guest1210 is expected to be allowed for user1211 is expected to be denied for external1212 is expected to be denied for visitor1213 for a private snippet1214 is allowed for admin when admin mode is enabled1215 is denied for admin when admin mode is disabled1216 is expected to be allowed for owner1217 is expected to be allowed for maintainer1218 is expected to be allowed for developer1219 is expected to be allowed for reporter1220 is expected to be allowed for guest1221 is expected to be denied for user1222 is expected to be denied for external1223 is expected to be denied for visitor1224create a merge request, allowing commits from members who can merge to the target branch1225 allows setting possible1226 shows a message when one of the projects is private1227 shows a message when the source branch is protected1228 when the merge request is being created within the same project1229 hides the checkbox if the merge request is being created within the same project1230 when a member who can merge tries to edit the option1231 hides the option from members1232Dropdown emoji1233 when user not logged in1234 behavior1235 does not contain My-Reaction in the list of suggestions1236 when user logged in1237 behavior1238 loads all the emojis when opened1239 shows the most populated emoji at top of dropdown1240Milestone1241 Create a milestone1242 shows an informative message for a new milestone1243 passes redirect_path through to form1244 Open a milestone with closed issues1245 shows an informative message1246 Open a project milestone with an existing title1247 displays validation message when there is a project milestone with same title1248 displays validation message when there is a group milestone with same title1249 Open a milestone1250 shows total issue time spent correctly when no time has been logged1251 shows total issue time spent1252 Deleting a milestone1253 the delete milestone button does not show for unauthorized users1254 reopen closed milestones1255 group milestones page1256 reopens the milestone1257 project milestones page1258 reopens the milestone1259Ensure Boards do not show stale data on browser back1260 authorized user1261 created issue is listed on board1262User views milestone1263 avoids N+1 database queries1264 page description1265 behaves like page meta description1266 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1267 issues list1268 for a project milestone1269 does not show the project name1270 for a group milestone1271 shows the project name1272 when issues on milestone are over DISPLAY_ISSUES_LIMIT1273 limits issues to display and shows warning1274 when issues on milestone are below DISPLAY_ISSUES_LIMIT1275 does not display warning1276 merge requests list1277 for a project milestone1278 does not show the project name1279 for a group milestone1280 shows the project name1281User views diffs file-by-file1282 shows diffs file-by-file1283Merge request > User sees system notes1284 when logged-in as a member of the private project1285 shows the system note1286 when not logged-in1287 hides the system note1288Dashboard Issues Feed1289 GET /issues1290 atom feed1291 returns 400 if no filter is used1292 renders atom feed via personal access token1293 renders atom feed via feed token1294 renders atom feed with url parameters1295 issue with basic fields1296 renders issue fields1297 issue with label and milestone1298 renders issue label and milestone info1299Project Issues Calendar Feed1300 GET /issues1301 when authenticated1302 with no referer1303 renders calendar feed1304 with GitLab as the referer1305 renders calendar feed as text/plain1306 when authenticated via personal access token1307 renders calendar feed1308 when authenticated via feed token1309 renders calendar feed1310 issue with due date1311 renders issue fields1312 sorted by priority1313 renders calendar feed1314User activates JetBrains TeamCity CI1315 activates integration1316User views an empty project1317 when user is a maintainer1318 shows a link for inviting members and launches invite modal1319 behaves like allowing push to default branch1320 shows push-to-default-branch instructions1321 when user is an admin1322 when admin mode is enabled1323 behaves like allowing push to default branch1324 shows push-to-default-branch instructions1325 when admin mode is disabled1326 does not show push-to-master instructions1327 when user is a developer1328 does not show push-to-master instructions nor invite members link1329Projects > Files > Project owner sees a link to create a license file in empty project1330 allows project maintainer creates a license file from a template in Web IDE1331Search group member1332 renders member users1333Projects > Settings > Repository > Branch rules settings1334 for developer1335 is not allowed to view1336 for maintainer1337 Branch rules1338 renders branch rules page1339 branch_rules feature flag disabled1340 does not render branch rules content1341Active user sessions1342 successful login adds a new active user login1343 successful login cleans up obsolete entries1344 sessionless login does not clean up obsolete entries1345 logout deletes the active user login1346User searches Alert Management alerts1347 when a developer displays the alert list and the alert service is enabled they can search an alert1348 shows the incident table with an incident for a valid search filter bar1349Topic show page1350 when topic does not exist1351 renders 4041352 when topic exists1353 shows title, avatar and description as markdown1354 with associated projects1355 shows project list1356 without associated projects1357 shows correct empty state message1358Subscriptions Content Security Policy1359 when there is no global config1360 does not add CSP directives1361 when a global CSP config exists1362 appends to CSP directives1363Knapsack report was generated. Preview:1364{1365 "spec/features/oauth_registration_spec.rb": 287.48627381400024,1366 "spec/features/projects/files/user_browses_files_spec.rb": 171.45366071199987,1367 "spec/features/triggers_spec.rb": 150.01921111599995,1368 "spec/features/projects/ci/lint_spec.rb": 105.37294313400025,1369 "spec/features/boards/new_issue_spec.rb": 77.74809530699986,1370 "spec/features/search/user_uses_header_search_field_spec.rb": 71.6650801259998,1371 "spec/features/projects/environments/environment_metrics_spec.rb": 57.12409740799967,1372 "spec/features/projects/snippets/user_updates_snippet_spec.rb": 47.745876415999646,1373 "spec/features/projects/clusters_spec.rb": 41.564552864000234,1374 "spec/features/security/project/snippet/internal_access_spec.rb": 27.507442102999903,1375 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 33.0952728809998,1376 "spec/features/issues/filtered_search/dropdown_emoji_spec.rb": 21.689378917999875,1377 "spec/features/milestone_spec.rb": 22.096259791999728,1378 "spec/features/boards/reload_boards_on_browser_back_spec.rb": 21.04166900500013,1379 "spec/features/milestones/user_views_milestone_spec.rb": 18.598745666000013,1380 "spec/features/merge_request/user_views_auto_expanding_diff_spec.rb": 15.454633891999947,1381 "spec/features/merge_request/user_sees_system_notes_spec.rb": 12.863871788000324,1382 "spec/features/atom/dashboard_issues_spec.rb": 10.376060335999682,1383 "spec/features/ics/project_issues_spec.rb": 7.8259967149997465,1384 "spec/features/projects/integrations/user_activates_jetbrains_teamcity_ci_spec.rb": 8.525775691000035,1385 "spec/features/projects/user_views_empty_project_spec.rb": 8.849419837999903,1386 "spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb": 8.905236638000133,1387 "spec/features/groups/members/search_members_spec.rb": 6.173841546999938,1388 "spec/features/projects/settings/branch_rules_settings_spec.rb": 4.859462400999746,1389 "spec/features/users/active_sessions_spec.rb": 5.065415788999871,1390 "spec/features/alert_management/user_searches_alerts_spec.rb": 3.2807425910000347,1391 "spec/features/topic_show_spec.rb": 1.8538700650001374,1392 "spec/features/jira_connect/subscriptions_spec.rb": 0.83471629300038331393}1394Knapsack global time execution for tests: 20m 49s1395Finished in 20 minutes 52 seconds (files took 1 minute 13.48 seconds to load)1396277 examples, 0 failures1397[TEST PROF INFO] Time spent in factories: 02:04.309 (9.67% of total time)1398Failed to write to log, write log/workhorse-test.log: file already closed1399RSpec exited with 0.1400No examples to retry, congrats!1402Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1403Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1405Uploading artifacts...1406coverage/: found 5 matching files and directories 1407crystalball/: found 2 matching files and directories 1408deprecations/: found 6 matching files and directories 1409knapsack/: found 3 matching files and directories 1410WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1411rspec/: found 11 matching files and directories 1412WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1413log/*.log: found 19 matching files and directories 1414WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741070/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1415WARNING: Retrying... context=artifacts-uploader error=request redirected1416Uploading artifacts as "archive" to coordinator... 201 Created id=3443741070 responseStatus=201 Created token=sUw-oxxz1417Uploading artifacts...1418rspec/junit_rspec.xml: found 1 matching files and directories 1419WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741070/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1420WARNING: Retrying... context=artifacts-uploader error=request redirected1421Uploading artifacts as "junit" to coordinator... 201 Created id=3443741070 responseStatus=201 Created token=sUw-oxxz1423Job succeeded