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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1670478848-530558c7...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 | 30.75 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=Kd3Ne-iE45Downloading artifacts for detect-tests (3443740849)...46Downloading artifacts from coordinator... ok id=3443740849 responseStatus=200 OK token=Kd3Ne-iE47Downloading artifacts for retrieve-tests-metadata (3443740854)...48Downloading artifacts from coordinator... ok id=3443740854 responseStatus=200 OK token=Kd3Ne-iE49Downloading artifacts for setup-test-env (3443740841)...50Downloading artifacts from coordinator... ok id=3443740841 responseStatus=200 OK token=Kd3Ne-iE52Using 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 38 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_25_28_report.json828FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json829FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_25_28_report.json830NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_25_28_report.json831SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_25_28_report.txt832RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_25_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.968893477 seconds839Merge request > User sees avatars on diff notes840Starting the Capybara driver server...841 discussion tab842Capybara starting Puma...843* Version 5.6.5 , codename: Birdie's Version844* Min threads: 0, max threads: 4845* Listening on unix:///tmp/20221208-466-ygpifb846 does not show avatars on discussion tab847 does not render avatars after commenting on discussion tab848 commit view849 does not render avatar after commenting850 parallel view851 shows note avatar852 shows comment on note avatar853 toggles comments when clicking avatar854 removes avatar when note is deleted855 adds avatar when commenting856 adds multiple comments857 multiple comments858 shows extra comment count859Project issue boards sidebar860 behaves like issue boards sidebar861 shows sidebar when clicking issue862 closes sidebar when clicking issue863 shows issue details when sidebar is open864 when clicking close button865 unhighlights the active issue card866 closes sidebar when clicking close button867 editing issue milestone868 behaves like milestone sidebar widget869 editing milestone870 shows milestones list in the dropdown871 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list872 adds a milestone873 removes a milestone874 editing issue due date875 behaves like date sidebar widget876 editing due date877 displays "None" when there is no due date878 updates due date879 editing issue labels880 behaves like labels sidebar widget881 editing labels882 shows labels list in the dropdown883 adds a label884 removes a label885 adds first label by pressing enter when search886 escapes XSS when viewing issuable labels887 shows option to create a label888 creating a label889 shows dropdown switches to "create label" section890Skipping ./spec/features/boards/sidebar_spec.rb[1:1:7:1:1:7:2] 'Project issue boards sidebar behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label' because it's flaky.891 creates new label (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)892 shows error message if label title is taken893 in notifications subscription894 displays notifications toggle895 shows toggle as on then as off as user toggles to subscribe and unsubscribe896 when notifications have been disabled897 displays a message that notifications have been disabled898 confidentiality899 make issue confidential900 in time tracking901 displays time tracking feature with default message902 when only spent time is recorded903 shows the total time spent only904 when only estimated time is recorded905 shows the estimated time only906 when estimated and spent times are available907 shows time tracking progress bar908 shows both estimated and spent time text909 when limitedToHours instance option is turned on910 shows the total time spent only911Signup912 redirects to step 2 of the signup process, sets the role and redirects back913 does not redisplay the password914 redirects to step 2 of the signup process, sets the role and redirects back915 does not redisplay the password916 username validation917 does not show an error border if the username is available918 does not show an error border if the username contains dots (.)919 does not show an error border if the username length is not longer than 255 characters920 shows an error border if the username already exists921 shows a success border if the username is available922 shows an error border if the username contains special characters923 shows an error border if the username is longer than 255 characters924 shows an error message if the username is longer than 255 characters925 shows an error message if the username is less than 2 characters926 shows an error message on submit if the username contains special characters927 shows an error border if the username contains emojis928 shows an error message if the username contains emojis929 shows a success message if the username is available930 shows an error message if the username is unavailable931 shows a success message if the username is corrected and then available932 with no errors933 when sending confirmation email934 when soft email confirmation is not enabled935 creates the user account and sends a confirmation email, and pre-fills email address after confirming936 when soft email confirmation is enabled937 creates the user account and sends a confirmation email938 when not sending confirmation email939 creates the user account and goes to dashboard940 with required admin approval enabled941 creates the user but does not sign them in942 with errors943 displays the errors944 redisplays all fields except password945 when terms are enforced946 renders text that the user confirms terms by signing in947 when reCAPTCHA and invisible captcha are enabled948 when reCAPTCHA detects malicious behaviour949 prevents from signing up950 when invisible captcha detects malicious behaviour951 prevents from signing up952 with invalid email953 behaves like user email validation954 with trial_email_validation flag enabled955 shows an error message until a correct email is entered956 when trial_email_validation flag disabled957 does not show an error message958 username validation959 does not show an error border if the username is available960 does not show an error border if the username contains dots (.)961 does not show an error border if the username length is not longer than 255 characters962 shows an error border if the username already exists963 shows a success border if the username is available964 shows an error border if the username contains special characters965 shows an error border if the username is longer than 255 characters966 shows an error message if the username is longer than 255 characters967 shows an error message if the username is less than 2 characters968 shows an error message on submit if the username contains special characters969 shows an error border if the username contains emojis970 shows an error message if the username contains emojis971 shows a success message if the username is available972 shows an error message if the username is unavailable973 shows a success message if the username is corrected and then available974 with no errors975 when sending confirmation email976 when soft email confirmation is not enabled977 creates the user account and sends a confirmation email, and pre-fills email address after confirming978 when soft email confirmation is enabled979 creates the user account and sends a confirmation email980 when not sending confirmation email981 creates the user account and goes to dashboard982 with required admin approval enabled983 creates the user but does not sign them in984 with errors985 displays the errors986 redisplays all fields except password987 when terms are enforced988 renders text that the user confirms terms by signing in989 when reCAPTCHA and invisible captcha are enabled990 when reCAPTCHA detects malicious behaviour991 prevents from signing up992 when invisible captcha detects malicious behaviour993 prevents from signing up994 with invalid email995 behaves like user email validation996 with trial_email_validation flag enabled997 shows an error message until a correct email is entered998 when trial_email_validation flag disabled999 does not show an error message1000 when terms are enforced1001 renders text that the user confirms terms by signing in1002 behaves like Signup name validation1003 new_user_first_name validation1004 does not show an error border if the user's fullname length is not longer than 127 characters1005 shows an error border if the user's fullname contains an emoji1006 shows an error border if the user's fullname is longer than 127 characters1007 shows an error message if the user's First name is longer than 127 characters1008 shows an error message if the username contains emojis1009 new_user_first_name validation1010 does not show an error border if the user's fullname length is not longer than 127 characters1011 shows an error border if the user's fullname contains an emoji1012 shows an error border if the user's fullname is longer than 127 characters1013 shows an error message if the user's First name is longer than 127 characters1014 shows an error message if the username contains emojis1015 behaves like Signup name validation1016 new_user_last_name validation1017 does not show an error border if the user's fullname length is not longer than 127 characters1018 shows an error border if the user's fullname contains an emoji1019 shows an error border if the user's fullname is longer than 127 characters1020 shows an error message if the user's Last name is longer than 127 characters1021 shows an error message if the username contains emojis1022 new_user_last_name validation1023 does not show an error border if the user's fullname length is not longer than 127 characters1024 shows an error border if the user's fullname contains an emoji1025 shows an error border if the user's fullname is longer than 127 characters1026 shows an error message if the user's Last name is longer than 127 characters1027 shows an error message if the username contains emojis1028Merge request > User sees pipelines1029 pipeline tab1030 with pipelines1031 user visits merge request pipelines tab1032 with a detached merge request pipeline1033 displays the "Run pipeline" button1034 with a merged results pipeline1035 displays the "Run pipeline" button1036 without pipelines1037 user visits merge request page1038 shows empty state with run pipeline button1039 fork MRs in parent project1040 when actor is a developer in parent project1041 creates a pipeline in the parent project when user proceeds with the warning1042 does not create a pipeline in the parent project when user cancels the action1043 when actor is a developer in fork project1044 creates a pipeline in the fork project1045 when actor is a reporter in parent project and a developer in fork project1046 creates a pipeline in the fork project1047 race condition1048 when pipeline and merge request were created simultaneously1049 user sees pipeline in merge request widget1050Merge request > User posts notes1051 the note form1052 is valid1053 with text1054 has enable submit button, preview button and saves content to local storage1055 when posting a note1056 is added and form reset1057 reply button1058 shows a reply button1059Skipping ./spec/features/merge_request/user_posts_notes_spec.rb[1:2:2:2] 'Merge request > User posts notes when posting a note reply button shows reply placeholder when clicking reply button' because it's flaky.1060 shows reply placeholder when clicking reply button (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1061 replying to a comment1062 makes the discussion resolvable1063 when comment is deleted1064 shows an error message1065 when previewing a note1066 shows the toolbar buttons when editing a note1067 hides the toolbar buttons when previewing a note1068 when editing a note1069 editing the note1070 shows the note edit form and hide the note body1071 resets the edit note form textarea with the original content of the note if cancelled1072 allows using markdown buttons after saving a note and then trying to edit it again1073Skipping ./spec/features/merge_request/user_posts_notes_spec.rb[1:5:1:4] 'Merge request > User posts notes when editing a note editing the note appends the edited at time to the note' because it's flaky.1074 appends the edited at time to the note (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1075 deleting attachment on legacy diff note1076 shows the delete link (PENDING: Temporarily skipped with xit)1077 removes the attachment div and resets the edit form (PENDING: Temporarily skipped with xit)1078User searches for commits1079 search_page_vertical_nav_enabled: true1080 when search times out1081 renders timeout information1082 sets tab count to 01083 when searching by SHA1084 finds a commit and redirects to its page1085 finds a commit in uppercase and redirects to its page1086 when searching by message1087 finds a commit and holds on /search page1088 finds multiple commits1089 search_page_vertical_nav_enabled: false1090 when search times out1091 renders timeout information1092 sets tab count to 01093 when searching by SHA1094 finds a commit and redirects to its page1095 finds a commit in uppercase and redirects to its page1096 when searching by message1097 finds a commit and holds on /search page1098 finds multiple commits1099Private Group access1100 Group should be private1101 #private?1102 is expected to be truthy1103 GET /groups/:path1104 is expected to be allowed for owner1105 is expected to be allowed for maintainer1106 is expected to be allowed for developer1107 is expected to be allowed for reporter1108 is expected to be allowed for guest1109 is expected to be allowed for the specified user1110 is expected to be denied for user1111 is expected to be denied for external1112 is expected to be denied for visitor1113 when admin mode is enabled1114 is expected to be allowed for admin1115 when admin mode is disabled1116 is expected to be denied for admin1117 GET /groups/:path/-/issues1118 is expected to be allowed for owner1119 is expected to be allowed for maintainer1120 is expected to be allowed for developer1121 is expected to be allowed for reporter1122 is expected to be allowed for guest1123 is expected to be allowed for the specified user1124 is expected to be denied for user1125 is expected to be denied for external1126 is expected to be denied for visitor1127 when admin mode is enabled1128 is expected to be allowed for admin1129 when admin mode is disabled1130 is expected to be denied for admin1131 GET /groups/:path/-/merge_requests1132 is expected to be allowed for owner1133 is expected to be allowed for maintainer1134 is expected to be allowed for developer1135 is expected to be allowed for reporter1136 is expected to be allowed for guest1137 is expected to be allowed for the specified user1138 is expected to be denied for user1139 is expected to be denied for external1140 is expected to be denied for visitor1141 when admin mode is enabled1142 is expected to be allowed for admin1143 when admin mode is disabled1144 is expected to be denied for admin1145 GET /groups/:path/-/group_members1146 is expected to be allowed for owner1147 is expected to be allowed for maintainer1148 is expected to be allowed for developer1149 is expected to be allowed for reporter1150 is expected to be allowed for guest1151 is expected to be denied for the specified user1152 is expected to be denied for user1153 is expected to be denied for external1154 is expected to be denied for visitor1155 when admin mode is enabled1156 is expected to be allowed for admin1157 when admin mode is disabled1158 is expected to be denied for admin1159 GET /groups/:path/-/edit1160 is expected to be allowed for owner1161 is expected to be denied for maintainer1162 is expected to be denied for developer1163 is expected to be denied for reporter1164 is expected to be denied for guest1165 is expected to be denied for the specified user1166 is expected to be denied for user1167 is expected to be denied for visitor1168 is expected to be denied for external1169 when admin mode is enabled1170 is expected to be allowed for admin1171 when admin mode is disabled1172 is expected to be denied for admin1173 GET /groups/:path for shared projects1174 is expected to be allowed for owner1175 is expected to be allowed for maintainer1176 is expected to be allowed for developer1177 is expected to be allowed for reporter1178 is expected to be allowed for guest1179 is expected to be denied for the specified user1180 is expected to be denied for user1181 is expected to be denied for external1182 is expected to be denied for visitor1183 when admin mode is enabled1184 is expected to be allowed for admin1185 when admin mode is disabled1186 is expected to be denied for admin1187Merge requests > User mass updates1188 status1189 does not exist in merged state1190 close merge request1191 closes merge request1192 reopen merge request1193 reopens merge request1194 assignee1195 set assignee1196 updates merge request with assignee1197 remove assignee1198 removes assignee from the merge request1199 milestone1200 set milestone1201 updates merge request with milestone1202 unset milestone1203 removes milestone from the merge request1204Pages edits pages settings1205 when user is the owner1206 when pages deployed1207 renders Access pages1208 does not render access control warning1209 when pages are disabled in the project settings1210 renders disabled warning1211 when access control is enabled in gitlab settings1212 renders access control warning1213 when pages are public1214 does not render access control warning1215 when support for external domains is disabled1216 renders message that support is disabled1217 project settings page1218 renders "Pages" tab1219 when pages are disabled1220 does not render "Pages" tab1221 HTTPS settings1222 tries to change the setting1223 setting could not be updated1224 tries to change the setting1225 non-HTTPS domain exists1226 the setting is disabled1227 HTTPS pages are disabled1228 the setting is unavailable1229 Remove page1230 when pages are deployed1231 removes the pages1232Projects > Snippets > User comments on a snippet1233 leaves a comment on a snippet1234 has autocomplete1235 has zen mode1236Merge Requests > User filters by milestones1237 filters by no milestone1238 filters by a specific milestone1239 filters by upcoming milestone1240 does not show merge requests with no expiry1241 with an upcoming milestone1242 shows merge requests1243 with a due milestone1244 does not show any merge requests1245DevOps Report page1246 without licensed feature devops adoption1247DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.1248Falling back to an asset that may be in the public folder.1249This behavior is deprecated and will be removed.1250To bypass the asset pipeline and preserve this behavior,1251use the `skip_pipeline: true` option.1252 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:283)1253 has dismissable intro callout1254 when usage ping is disabled1255DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.1256Falling back to an asset that may be in the public folder.1257This behavior is deprecated and will be removed.1258To bypass the asset pipeline and preserve this behavior,1259use the `skip_pipeline: true` option.1260 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:283)1261 shows empty state1262DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.1263Falling back to an asset that may be in the public folder.1264This behavior is deprecated and will be removed.1265To bypass the asset pipeline and preserve this behavior,1266use the `skip_pipeline: true` option.1267 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:283)1268 hides the intro callout1269 when there is no data to display1270DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.1271Falling back to an asset that may be in the public folder.1272This behavior is deprecated and will be removed.1273To bypass the asset pipeline and preserve this behavior,1274use the `skip_pipeline: true` option.1275 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:283)1276 shows empty state1277 when there is data to display1278DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.1279Falling back to an asset that may be in the public folder.1280This behavior is deprecated and will be removed.1281To bypass the asset pipeline and preserve this behavior,1282use the `skip_pipeline: true` option.1283 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:283)1284 shows the DevOps Score app1285User manages applications1286 when hash_oauth_secrets flag set1287 allows user to manage applications1288 when hash_oauth_secrets flag not set1289 allows user to manage applications1290 when scopes are blank1291 returns an error1292Populate new pipeline CI variables with url params1293 when feature flag is disabled1294 behaves like form pre-filled with URL params1295 var[key1]=value1 populates env_var variable correctly1296 file_var[key2]=value2 populates file variable correctly1297 when feature flag is enabled1298 behaves like form pre-filled with URL params1299 var[key1]=value1 populates env_var variable correctly1300 file_var[key2]=value2 populates file variable correctly1301Projects > Files > User browses LFS files1302 when LFS is disabled1303 is possible to see raw content of LFS pointer1304 when LFS is enabled1305 shows an LFS object1306Private Project Snippets Access1307 GET /:project_path/snippets1308DEPRECATION 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)1309 is allowed for admin when admin mode is enabled1310 is denied for admin when admin mode is disabled1311DEPRECATION 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)1312DEPRECATION 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)1313DEPRECATION 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)1314DEPRECATION 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)1315DEPRECATION 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)1316 aggregate_failures1317 GET /:project_path/snippets/new1318 is allowed for admin when admin mode is enabled1319 is denied for admin when admin mode is disabled1320 aggregate_failures1321 GET /:project_path/snippets/:id for a private snippet1322 is allowed for admin when admin mode is enabled1323 is denied for admin when admin mode is disabled1324 aggregate_failures1325 GET /:project_path/snippets/:id/raw for a private snippet1326 is allowed for admin when admin mode is enabled1327 is denied for admin when admin mode is disabled1328 aggregate_failures1329User views open merge requests1330 when project is public1331 when not signed in1332 when the target branch is the project's default branch1333 shows merge requests1334 shows open merge requests1335 does not show target branch name1336 when the target branch is different from the project's default branch1337 shows target branch name1338 when a merge request has pipelines1339 shows pipeline status1340 when signed in1341 shows merge requests1342 shows the new merge request button1343 when the project is archived1344 hides the new merge request button1345 when project is internal1346 when signed in1347 shows merge requests1348Display system header and footer bar1349 when authenticated1350 when system header and footer are not configured1351 behaves like system header is not configured1352 does not show system header1353 behaves like system footer is not configured1354 does not show system footer1355 when only system header is defined1356 behaves like system header is configured1357 shows system header1358 shows the correct content1359 behaves like system footer is not configured1360 does not show system footer1361 when only system footer is defined1362 behaves like system header is not configured1363 does not show system header1364 behaves like system footer is configured1365 shows system footer1366 shows the correct content1367 when system header and footer are defined1368 behaves like system header is configured1369 shows system header1370 shows the correct content1371 behaves like system footer is configured1372 shows system footer1373 shows the correct content1374 when not authenticated1375 when system header and footer are not configured1376 behaves like system header is not configured1377 does not show system header1378 behaves like system footer is not configured1379 does not show system footer1380 when only system header is defined1381 behaves like system header is configured1382 shows system header1383 shows the correct content1384 behaves like system footer is not configured1385 does not show system footer1386 when only system footer is defined1387 behaves like system header is not configured1388 does not show system header1389 behaves like system footer is configured1390 shows system footer1391 shows the correct content1392 when system header and footer are defined1393 behaves like system header is configured1394 shows system header1395 shows the correct content1396 behaves like system footer is configured1397 shows system footer1398 shows the correct content1399User visits the notifications tab1400 turns on the receive product marketing emails setting1401 changes the project notifications setting1402 when project emails are disabled1403 notification button is disabled1404Download buttons in tags page1405 when checking tags1406 behaves like archive download buttons1407 when static objects external storage is enabled1408 private project1409 shows archive download buttons with external storage URL prepended and user token appended to their href1410 public project1411 shows archive download buttons with external storage URL prepended to their href1412 when static objects external storage is disabled1413 shows default archive download buttons1414 with artifacts1415 shows download artifacts button1416Group CI/CD settings1417 Runners section1418 has "Enable shared runners for this group" toggle1419 clicks on toggle to enable setting1420 Auto DevOps form1421 as owner first visiting group settings1422 sees instance enabled badge1423 when Auto DevOps group has been enabled1424 sees group enabled badge1425 when Auto DevOps group has been disabled1426 does not see a badge1427User scrolls to deep-linked note1428 on issue page1429 on comment1430GFM autocomplete loading1431 does not load on project#show1432 loads on new issue page1433Cluster agent registration1434 allows the user to select an agent to install, and displays the resulting agent token1435Merge request > User sees draft help message1436 with draft commits1437 shows a specific draft hint1438 without draft commits1439 shows the regular draft message1440Projects > Files > User wants to edit a file1441 file has been updated since the user opened the edit page1442AdditionalEmailToExistingAccount1443 add secondary email associated with account1444 verifies confirmation of additional email1445 accepts any pending invites for an email confirmation1446Raw artifact1447 when visiting old URL1448 redirects to new URL1449Knapsack report was generated. Preview:1450{1451 "spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb": 240.87128849700093,1452 "spec/features/boards/sidebar_spec.rb": 209.08802705500057,1453 "spec/features/users/signup_spec.rb": 134.28713635500026,1454 "spec/features/merge_request/user_sees_pipelines_spec.rb": 108.78844142600065,1455 "spec/features/merge_request/user_posts_notes_spec.rb": 89.16623863100176,1456 "spec/features/search/user_searches_for_commits_spec.rb": 77.45010462599748,1457 "spec/features/security/group/private_access_spec.rb": 58.98707847900005,1458 "spec/features/merge_requests/user_mass_updates_spec.rb": 50.3418001659993,1459 "spec/features/projects/pages/user_edits_settings_spec.rb": 37.634706865002954,1460 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 40.52534545200251,1461 "spec/features/merge_requests/user_filters_by_milestones_spec.rb": 32.80054151200238,1462 "spec/features/admin/admin_dev_ops_reports_spec.rb": 30.240584795999894,1463 "spec/features/profiles/user_manages_applications_spec.rb": 23.895071110000572,1464 "spec/features/populate_new_pipeline_vars_with_params_spec.rb": 23.624954761999106,1465 "spec/features/projects/files/user_browses_lfs_files_spec.rb": 17.120218820000446,1466 "spec/features/security/project/snippet/private_access_spec.rb": 19.917434834998858,1467 "spec/features/merge_requests/user_views_open_merge_requests_spec.rb": 13.970226153000112,1468 "spec/features/display_system_header_and_footer_bar_spec.rb": 8.813872328002617,1469 "spec/features/profiles/user_visits_notifications_tab_spec.rb": 10.660683952999534,1470 "spec/features/projects/tags/download_buttons_spec.rb": 9.725463549999404,1471 "spec/features/groups/settings/ci_cd_spec.rb": 7.255675543998223,1472 "spec/features/issues/user_scrolls_to_deeplinked_note_spec.rb": 6.89627524000025,1473 "spec/features/projects/gfm_autocomplete_load_spec.rb": 8.460729301001265,1474 "spec/features/clusters/create_agent_spec.rb": 6.0807071609997365,1475 "spec/features/merge_request/user_sees_wip_help_message_spec.rb": 4.387032692000503,1476 "spec/features/projects/files/editing_a_file_spec.rb": 3.0963569870000356,1477 "spec/features/users/add_email_to_existing_account_spec.rb": 1.7648282250011107,1478 "spec/features/projects/artifacts/raw_spec.rb": 1.39322365699990771479}1480Knapsack global time execution for tests: 21m 17s1481Pending: (Failures listed here are expected and do not affect your suite's status)1482 1) Project issue boards sidebar behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label1483 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1484 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:981485 2) Merge request > User posts notes when posting a note reply button shows reply placeholder when clicking reply button1486 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1487 # ./spec/features/merge_request/user_posts_notes_spec.rb:931488 3) Merge request > User posts notes when editing a note editing the note appends the edited at time to the note1489 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1490 # ./spec/features/merge_request/user_posts_notes_spec.rb:1951491 4) Merge request > User posts notes when editing a note deleting attachment on legacy diff note shows the delete link1492 # Temporarily skipped with xit1493 # ./spec/features/merge_request/user_posts_notes_spec.rb:2171494 5) Merge request > User posts notes when editing a note deleting attachment on legacy diff note removes the attachment div and resets the edit form1495 # Temporarily skipped with xit1496 # ./spec/features/merge_request/user_posts_notes_spec.rb:2241497Finished in 21 minutes 20 seconds (files took 1 minute 7.43 seconds to load)1498330 examples, 0 failures, 5 pending1499[TEST PROF INFO] Time spent in factories: 01:49.708 (8.39% of total time)1500Failed to write to log, write log/workhorse-test.log: file already closed1501RSpec exited with 0.1502No examples to retry, congrats!1504Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1505Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1507Uploading artifacts...1508coverage/: found 5 matching files and directories 1509crystalball/: found 2 matching files and directories 1510deprecations/: found 8 matching files and directories 1511knapsack/: found 3 matching files and directories 1512WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1513rspec/: found 12 matching files and directories 1514WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1515log/*.log: found 18 matching files and directories 1516WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741078/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1517WARNING: Retrying... context=artifacts-uploader error=request redirected1518Uploading artifacts as "archive" to coordinator... 201 Created id=3443741078 responseStatus=201 Created token=Kd3Ne-iE1519Uploading artifacts...1520rspec/junit_rspec.xml: found 1 matching files and directories 1521WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741078/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1522WARNING: Retrying... context=artifacts-uploader error=request redirected1523Uploading artifacts as "junit" to coordinator... 201 Created id=3443741078 responseStatus=201 Created token=Kd3Ne-iE1525Job succeeded