There was an error fetching the job.
rspec system pg13-as-if-foss single-db 2/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QuQPoFsC, system ID: s_fc023362bf2f3 feature flags: FF_NETWORK_PER_BUILD:true, 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-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:13 ...8Pulling docker image postgres:13 ...9Using docker image sha256:dd421ca1f7f13d81c5c145d77d97d8d84cd0e6f1e045936ee506ce0f50ee397a for postgres:13 with digest postgres@sha256:00f455399f30cc3f2fe4185476601438b7a4959c74653665582d7c313a783d51 ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8 for redis:6.2-alpine with digest redis@sha256:edddbcad5a41d58df2f142d68439922f1860ea902903d016257337c3342f30fc ...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-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...18Running on runner-quqpofsc-project-278964-concurrent-0 via runner-quqpofsc-private-1680167157-f8cff7dd...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: 135903, done. 25remote: Counting objects: 100% (135903/135903), done. 26remote: Compressing objects: 100% (88560/88560), done. 27remote: Total 135903 (delta 58315), reused 94618 (delta 42152), pack-reused 0 28Receiving objects: 100% (135903/135903), 121.35 MiB | 30.37 MiB/s, done.29Resolving deltas: 100% (58315/58315), done.31 * [new ref] refs/pipelines/822866544 -> refs/pipelines/82286654432Checking out 523abdde as detached HEAD (ref is refs/merge-requests/116270/merge)...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-3.0-16...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (4031138200)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138200 responseStatus=200 OK token=64_doF4z45Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_doF4z47Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_doF4z49Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_doF4z52Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...53$ echo $FOSS_ONLY54155$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh710Using decomposed database config (config/database.yml.postgresql)711Geo DB won't be set up.712$ setup_db_user_only713CREATE ROLE714GRANT715==> 'setup_db_user_only' succeeded in 0 seconds.716$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes717Dropped database 'gitlabhq_test'718Created database 'gitlabhq_test'719==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 32 seconds.720$ setup_db_praefect721SELECT pg_catalog.set_config('search_path', '', false);722CREATE DATABASE praefect_test ENCODING 'UTF8';723==> 'setup_db_praefect' succeeded in 0 seconds.724$ source ./scripts/rspec_helpers.sh725$ run_timed_command "gem install knapsack --no-document"726$ gem install knapsack --no-document727Successfully installed knapsack-4.0.07281 gem installed729$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"730==> 'gem install knapsack --no-document' succeeded in 0 seconds.834$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"835SKIP_FLAKY_TESTS_AUTOMATICALLY: false836RETRY_FAILED_TESTS_IN_NEW_PROCESS: true837KNAPSACK_GENERATE_REPORT: 838FLAKY_RSPEC_GENERATE_REPORT: 839KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb840KNAPSACK_LOG_LEVEL: debug841KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13-as-if-foss_single-db_2_28_report.json842FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json843FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13-as-if-foss_single-db_2_28_report.json844NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13-as-if-foss_single-db_2_28_report.json845SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13-as-if-foss_single-db_2_28_report.txt846CRYSTALBALL: 847Run options: exclude {:quarantine=>true, :level=>"background_migration"}848Test environment set up in 0.398653901 seconds849Project wikis850Starting the Capybara driver server...851 behaves like User creates wiki page852 when wiki is empty853Capybara starting Puma...854* Version 5.6.5 , codename: Birdie's Version855* Min threads: 0, max threads: 4856* Listening on unix:///tmp/20230330-358-d5k7vz857 shows all available formats in the dropdown858 disables the submit button859 makes sure links to unknown pages work correctly860 shows non-escaped link in the pages list861 has `Create home` as a commit message862 creates a page from the home page863 creates ASCII wiki with LaTeX blocks864 saves page content in local storage if the user navigates away865 creates a wiki page with Org markup866 behaves like wiki file attachments867 uploading attachments868 before uploading869 shows "Attach a file or image" button870 uploading is in progress8712023-03-30 11:41:57 +0000 Rack app ("POST /api/v4/projects/11/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/gitlab-workhorse-upload522293035>872 cancels uploading on clicking to "Cancel" button873 shows "Attaching a file" message on uploading 1 file874 uploading is complete875 shows "Attach a file or image" button on uploading complete876 the markdown link is added to the page877 the links point to the wiki root url878 the file has been added to the wiki repository879 when wiki is not empty880 shows the emoji autocompletion dropdown881 via the `new wiki page` page882 creates a page with a single word883 creates a page with spaces in the name884 creates a page with hyphens in the name885 when a server side validation error is returned886 still displays edit form887 behaves like User deletes wiki page888 when user is the owner or maintainer889 behaves like deletes a wiki page890 deletes a page891 when user is a developer892 behaves like deletes a wiki page893 deletes a page894 behaves like User previews wiki changes895 when rendering a new wiki page896 behaves like relative links897 when there are no spaces or hyphens in the page name898 behaves like rewrites relative links899 is expected to have visible link "relative link 3" with href "/user1/project24/-/wikis/a/b/c/e/f/relative"900 when there are spaces in the page name901 behaves like rewrites relative links902 is expected to have visible link "relative link 3" with href "/user1/project25/-/wikis/a-page/b-page/c-page/e/f/relative"903 when there are hyphens in the page name904 behaves like rewrites relative links905 is expected to have visible link "relative link 3" with href "/user1/project26/-/wikis/a-page/b-page/c-page/e/f/relative"906 when previewing an existing wiki page907 renders content with CommonMark908 does not linkify double brackets inside code blocks as expected909 behaves like relative links910 when there are no spaces or hyphens in the page name911 behaves like rewrites relative links912 is expected to have visible link "relative link 3" with href "/user1/project29/-/wikis/a/b/c/e/f/relative"913 when there are spaces in the page name914 behaves like rewrites relative links915 is expected to have visible link "relative link 3" with href "/user1/project30/-/wikis/a-page/b-page/c-page/e/f/relative"916 when there are hyphens in the page name917 behaves like rewrites relative links918 is expected to have visible link "relative link 3" with href "/user1/project31/-/wikis/a-page/b-page/c-page/e/f/relative"919 behaves like User updates wiki page920 when wiki is empty921 redirects back to the home edit page922 updates a page that has a path923 behaves like wiki file attachments924 uploading attachments925 before uploading926 shows "Attach a file or image" button927 uploading is in progress928 cancels uploading on clicking to "Cancel" button929 shows "Attaching a file" message on uploading 1 file930 uploading is complete931 shows "Attach a file or image" button on uploading complete932 the markdown link is added to the page933 the links point to the wiki root url934 the file has been added to the wiki repository935 when wiki is not empty936 updates a page937 saves page content in local storage if the user navigates away938 updates the commit message as the title is changed939 correctly escapes the commit message entities940 disables the submit button941 shows the emoji autocompletion dropdown942 updates a page943 focuses on the content field944 cancels editing of a page945 behaves like wiki file attachments946 uploading attachments947 before uploading948 shows "Attach a file or image" button949 uploading is in progress950 cancels uploading on clicking to "Cancel" button951 shows "Attaching a file" message on uploading 1 file952 uploading is complete953 shows "Attach a file or image" button on uploading complete954 the markdown link is added to the page955 the links point to the wiki root url956 the file has been added to the wiki repository957 when multiple people edit the page at the same time958 preserves user changes in the wiki editor959 behaves like edits content using the content editor960 saves page content in local storage if the user navigates away961 formatting bubble menu962 shows a formatting bubble menu for a regular paragraph and headings963 media elements bubble menu964 displays correct media bubble menu for images965 displays correct media bubble menu for video966 code block967 applies theme classes to code blocks968 code block bubble menu969 shows a code block bubble menu for a code block970 sets code block type to "javascript" for `js`971 sets code block type to "Custom (nomnoml)" for `nomnoml`972 mermaid diagram973 renders and updates the diagram correctly in a sandboxed iframe974 autocomplete suggestions975 shows suggestions for members with descriptions976 shows suggestions for merge requests977 shows suggestions for issues978 shows suggestions for milestones979 shows suggestions for emojis980 doesn't show suggestions dropdown if there are no suggestions to show981 scrolls selected item into view when navigating with keyboard982 behaves like inserts diagrams.net diagram using the content editor983 displays correct media bubble menu with edit diagram button984 behaves like autocompletes items985 works well for issues, labels, MRs, members, etc986 when the page is in a subdir987 moves the page to the root folder988 moves the page to other dir989 remains in the same place if title has not changed990 can be moved to a different dir with a different name991 can be renamed and moved to the root folder992 squishes the title before creating the page993 behaves like wiki file attachments994 uploading attachments995 before uploading996 shows "Attach a file or image" button997 uploading is in progress998 cancels uploading on clicking to "Cancel" button999 shows "Attaching a file" message on uploading 1 file1000 uploading is complete1001 shows "Attach a file or image" button on uploading complete1002 the markdown link is added to the page1003 the links point to the wiki root url1004 the file has been added to the wiki repository1005 when an existing page exceeds the content size limit1006 allows changing the title if the content does not change1007 shows a validation error when trying to change the content1008 behaves like User uses wiki shortcuts1009 visit edit wiki page using "e" keyboard shortcut1010 behaves like User views AsciiDoc page with includes1011 when the file being included exists1012 includes the file contents1013 when there are multiple versions of the wiki pages1014 viewing the latest version1015 includes the latest content1016 viewing the original version1017 includes the content from the original version1018 when the file being included does not exist1019 outputs an error1020 behaves like User views a wiki page1021 opens a default wiki page1022 when wiki is empty1023 shows the history of a page that has a path1024 shows an old version of a page1025 when a page does not have history1026 shows all the pages1027 shows the creation page if file does not exist1028 shows a file stored in a page1029 is expected to have current path /wikis\/uploads\/615496dafc8fb3b73efdd1e61d958c08\/dk.png/1030 when a page has history1031 shows the page history1032 does not show the "Edit" button1033 show the diff1034 links to the correct diffs1035 between the current and the previous version of a page1036 between two old versions of a page1037 for the oldest version of a page1038 when a page has special characters in its title1039 preserves the special characters1040 when a page has XSS in its title or content1041 safely displays the page1042 when a page has XSS in its message1043 safely displays the message1044 when page has invalid content encoding1045 does not show "Edit" button1046 shows error1047 behaves like User views wiki pages1048 ordered by title1049 asc1050 pages are displayed in direct order1051 desc1052 pages are displayed in reversed order1053 behaves like User views wiki sidebar1054 when there are some existing pages1055 when there is no custom sidebar1056 renders a default sidebar1057 can create a custom sidebar1058 when there is a custom sidebar1059 renders the custom sidebar instead of the default one1060 can edit the custom sidebar1061 when there are 15 existing pages1062 shows all pages in the sidebar1063 shows all collapse buttons in the sidebar1064 collapses/expands children when click collapse/expand button in the sidebar1065 shows create child page button when hover to the page title in the sidebar1066 when there are more than 15 existing pages1067 shows the first 15 pages in the sidebar1068 behaves like User views Git access wiki page1069 shows the correct clone URLs1070Copy as GFM1071 Copying rendered GFM1072 transforms HTML to GFM1073 Copying code1074 from a diff1075 inline diff1076 behaves like copying code from a diff1077 selecting one word of text1078 copies as inline code1079 selecting one line of text1080 copies as inline code1081 selecting multiple lines of text1082 copies as a code block1083 parallel diff1084 behaves like copying code from a diff1085 selecting one word of text1086 copies as inline code1087 selecting one line of text1088 copies as inline code1089 selecting multiple lines of text1090 copies as a code block1091 selecting code on the left1092 copies as a code block1093 selecting code on the right1094 copies as a code block1095 from a blob1096 selecting one word of text1097 copies as inline code1098 selecting one line of text1099 copies as inline code1100 selecting multiple lines of text1101 copies as a code block1102 from a GFM code block1103 selecting one word of text1104 copies as inline code1105 selecting one line of text1106 copies as inline code1107 selecting multiple lines of text1108 copies as a code block with the correct language1109Dashboard Todos1110 behaves like a dashboard page with sidebar1111 shows the "Your work" sidebar1112 shows the correct sidebar menu item as active1113 User does not have todos1114 shows "All done" message1115 when user was assigned to an issue and marked it as done1116 shows "Are you looking for things to do?" message1117 when the todo references a merge request1118 renders the mr reference1119 user has an unauthorized todo1120 does not render the todo1121 User has a todo1122 has todo present1123 shows due date as today1124 behaves like deleting the todo1125 is marked as done-reversible in the list1126 shows Undo button1127 updates todo count1128 has not "All done" message1129 behaves like deleting and restoring the todo1130 is marked back as pending in the list1131 shows Done button1132 updates todo count1133 todo is stale on the page1134 behaves like deleting the todo1135 is marked as done-reversible in the list1136 shows Undo button1137 updates todo count1138 has not "All done" message1139 behaves like deleting and restoring the todo1140 is marked back as pending in the list1141 shows Done button1142 updates todo count1143 when todo has a note1144 shows note preview1145 User created todos for themself1146 issue assigned todo1147 shows issue assigned to yourself message1148 marked todo1149 shows you added a to-do item message1150 mentioned todo1151 shows you mentioned yourself message1152 directly_addressed todo1153 shows you directly addressed yourself message being displayed as mentioned yourself1154 approval todo1155 shows you set yourself as an approver message1156 review request todo1157 shows you set yourself as an reviewer message1158 User has automatically created todos1159 unmergeable todo1160 shows unmergeable message1161 User has done todos1162 has the done todo present1163 restoring the todo1164 is removed from the list1165 updates todo count1166 User has to dos with labels spanning multiple projects1167 shows page with two Todos1168 User has multiple pages of Todos1169 is paginated1170 is has the right number of pages1171 mark all as done1172 shows "All done" message!1173 shows "Undo mark all as done" button1174 undo mark all as done1175 shows the restored todo list1176 updates todo count1177 shows "Mark all as done" button1178 User has deleted a todo1179 shows the restored todo list with the deleted todo1180 User has a Build Failed todo1181 shows the todo1182 User has a todo regarding a design1183 has todo present1184 User requested access1185 when user requests access to project or group1186 behaves like has todo present with access request content1187 is expected to have text "Sidney Jones23 has requested access to project project143"1188 behaves like has todo present with access request content1189 is expected to have text "Sidney Jones23 has requested access to group group2"1190Group show page1191 when signed in1192 with non-admin group concerns1193 behaves like an autodiscoverable RSS feed with current_user's feed token1194 has an RSS autodiscovery link tag with current_user's feed token1195 when group does not exist1196 is expected to eq 4041197 when user is an owner1198 shows the invite banner and persists dismissal1199 when group has a project with emoji in description1200 shows the project info1201 when group has projects1202 allows users to sorts projects by most stars1203 with subgroups and projects empty state1204 when user has permissions to create new subgroups or projects1205 shows `Create new subgroup` link1206 shows `Create new project` link1207 with visibility warning popover1208 when a public project is shared with a private group1209 shows warning popover1210 when a public project is shared with an internal group1211 shows warning popover1212 when user does not have permissions to create new subgroups or projects1213 does not show `Create new subgroup` link1214 does not show `Create new project` link1215 shows empty state1216 when signed out1217 RSS1218 behaves like an autodiscoverable RSS feed without a feed token1219 has an RSS autodiscovery link tag without a feed token1220 when group has a public project1221 renders public project1222 when group has a private project1223 does not render private project1224 with subgroup support1225 for owners1226 when subgroups are supported1227 allows creating subgroups1228 for maintainers1229 when subgroups are supported1230 when subgroup_creation_level is set to maintainers1231 allows creating subgroups1232 when subgroup_creation_level is set to owners1233 does not allow creating subgroups1234 for notification button1235 is enabled by default1236 is disabled if emails are disabled1237 for page og:description1238 behaves like page meta description1239 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1240 for structured schema markup1241 shows Organization structured markup1242 does not include structured markup in shared projects tab1243 does not include structured markup in archived projects tab1244Commits1245 CI1246 commit status is Generic Commit Status1247 Commit builds1248DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1249Falling back to an asset that may be in the public folder.1250This behavior is deprecated and will be removed.1251To bypass the asset pipeline and preserve this behavior,1252use the `skip_pipeline: true` option.1253 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1254 is expected to have text "b83d6e39"1255DEPRECATION WARNING: The asset "illustrations/pipeline.svg" 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 js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1261 contains generic commit status build1262 commit status is Ci Build1263 when logged as developer1264 Project commits1265 shows correct build status from default branch1266 Commit builds1267DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1268Falling back to an asset that may be in the public folder.1269This behavior is deprecated and will be removed.1270To bypass the asset pipeline and preserve this behavior,1271use the `skip_pipeline: true` option.1272 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1273 shows pipeline data1274 Download artifacts1275DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1276Falling back to an asset that may be in the public folder.1277This behavior is deprecated and will be removed.1278To bypass the asset pipeline and preserve this behavior,1279use the `skip_pipeline: true` option.1280 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1281 is expected to have visible link "Download artifacts" with href "/namespace24/project156/-/jobs/5/artifacts/download?file_type=archive"1282 Cancel all builds1283DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1284Falling back to an asset that may be in the public folder.1285This behavior is deprecated and will be removed.1286To bypass the asset pipeline and preserve this behavior,1287use the `skip_pipeline: true` option.1288 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1289 cancels commit1290 Cancel build1291DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1292Falling back to an asset that may be in the public folder.1293This behavior is deprecated and will be removed.1294To bypass the asset pipeline and preserve this behavior,1295use the `skip_pipeline: true` option.1296 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1297 cancels build1298 when logged as reporter1299DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1300Falling back to an asset that may be in the public folder.1301This behavior is deprecated and will be removed.1302To bypass the asset pipeline and preserve this behavior,1303use the `skip_pipeline: true` option.1304 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1305 renders header1306DEPRECATION WARNING: The asset "illustrations/pipeline.svg" is not present in the asset pipeline.1307Falling back to an asset that may be in the public folder.1308This behavior is deprecated and will be removed.1309To bypass the asset pipeline and preserve this behavior,1310use the `skip_pipeline: true` option.1311 (called from js_pipeline_tabs_data at /builds/gitlab-org/gitlab/app/helpers/projects/pipeline_helper.rb:24)1312 is expected to have visible link "Download artifacts"1313 viewing commits for a branch1314 includes the committed_date for each commit1315 shows the ref switcher with the multi-file editor enabled1316 viewing commits for an author1317 author is complete1318 behaves like show commits by author1319 includes the author's commits1320 author is just a name1321 behaves like show commits by author1322 includes the author's commits1323 author is just an email1324 behaves like show commits by author1325 includes the author's commits1326Internal Group access1327 Group should be internal1328 #internal?1329 is expected to be truthy1330 GET /groups/:path1331 is expected to be allowed for owner1332 is expected to be allowed for maintainer1333 is expected to be allowed for developer1334 is expected to be allowed for reporter1335 is expected to be allowed for guest1336 is expected to be allowed for the specified user1337 is expected to be allowed for user1338 is expected to be denied for external1339 is expected to be denied for visitor1340 when admin mode is enabled1341 is expected to be allowed for admin1342 when admin mode is disabled1343 is expected to be allowed for admin1344 GET /groups/:path/-/issues1345 is expected to be allowed for owner1346 is expected to be allowed for maintainer1347 is expected to be allowed for developer1348 is expected to be allowed for reporter1349 is expected to be allowed for guest1350 is expected to be allowed for the specified user1351 is expected to be allowed for user1352 is expected to be denied for external1353 is expected to be denied for visitor1354 when admin mode is enabled1355 is expected to be allowed for admin1356 when admin mode is disabled1357 is expected to be allowed for admin1358 GET /groups/:path/-/merge_requests1359 is expected to be allowed for owner1360 is expected to be allowed for maintainer1361 is expected to be allowed for developer1362 is expected to be allowed for reporter1363 is expected to be allowed for guest1364 is expected to be allowed for the specified user1365 is expected to be allowed for user1366 is expected to be denied for external1367 is expected to be denied for visitor1368 when admin mode is enabled1369 is expected to be allowed for admin1370 when admin mode is disabled1371 is expected to be allowed for admin1372 GET /groups/:path/-/group_members1373 is expected to be allowed for owner1374 is expected to be allowed for maintainer1375 is expected to be allowed for developer1376 is expected to be allowed for reporter1377 is expected to be allowed for guest1378 is expected to be allowed for the specified user1379 is expected to be allowed for user1380 is expected to be denied for external1381 is expected to be denied for visitor1382 when admin mode is enabled1383 is expected to be allowed for admin1384 when admin mode is disabled1385 is expected to be allowed for admin1386 GET /groups/:path/-/edit1387 is expected to be allowed for owner1388 is expected to be denied for maintainer1389 is expected to be denied for developer1390 is expected to be denied for reporter1391 is expected to be denied for guest1392 is expected to be denied for the specified user1393 is expected to be denied for user1394 is expected to be denied for visitor1395 is expected to be denied for external1396 when admin mode is enabled1397 is expected to be allowed for admin1398 when admin mode is disabled1399 is expected to be denied for admin1400Merge requests > User lists merge requests1401 filters on no assignee1402 filters on a specific assignee1403 sorts by newest1404 sorts by last updated1405 sorts by milestone due date1406 ignores sorting by merged at1407 sorts by closed at1408 filters on one label and sorts by milestone due date1409 merge request reviewers1410 has reviewers in MR list1411 shows reviewers avatar count badge if more_reviewers_count > 41412 does not show reviewers avatar count badge if more_reviewers_count <= 41413 when viewing merged merge requests1414 sorts by merged at1415 while filtering on two labels1416 sorts by milestone due date1417 filter on assignee and1418 sorts by milestone due date1419 sorts by recently due milestone1420Issue boards sidebar labels select1421 group boards1422 in the top-level group board1423 selecting an issue from a direct descendant project1424 when editing labels1425 displays the label from the top-level group1426 displays the label from the project1427 does not display labels from the project's siblings or their descendents1428 selecting an issue from a subgroup's project1429 when editing labels1430 displays the label from the top-level group1431 displays the label from the subgroup1432 displays the label from the project1433 does not display labels from the subgroup's siblings (project or group)1434Group Badges1435 shows a list of badges1436 adding a badge1437 user can preview a badge1438 is expected to eq "http://127.0.0.1:35239/group71/project180/badges/master/pipeline.svg"1439 editing a badge1440 form is shown when clicking edit button in list1441 updates a badge when submitting the edit form1442 deleting a badge1443 shows a modal when deleting a badge1444 deletes a badge when confirming the modal1445Commit1446 behaves like single commit view1447 commit details1448 shows the short commit message, number of total changes and stats1449 behaves like code highlight1450 has highlighted code1451 pagination1452 shows paginated content and controls to navigate1453 when super sidebar is enabled1454 behaves like single commit view1455 commit details1456 shows the short commit message, number of total changes and stats1457 behaves like code highlight1458 has highlighted code1459 pagination1460 shows paginated content and controls to navigate1461Merge Requests > User filters1462 by "approved by"1463 filtering by approved-by:none1464 applies the filter1465 filtering by approved-by:any1466 applies the filter1467 filtering by approved-by:@username1468 applies the filter1469 filtering by an approver from a group1470 applies the filter1471Private Project Snippets Access1472 GET /:project_path/snippets1473 is allowed for admin when admin mode is enabled1474 is denied for admin when admin mode is disabled1475 aggregate_failures1476 GET /:project_path/snippets/new1477 is allowed for admin when admin mode is enabled1478 is denied for admin when admin mode is disabled1479 aggregate_failures1480 GET /:project_path/snippets/:id for a private snippet1481 is allowed for admin when admin mode is enabled1482 is denied for admin when admin mode is disabled1483 aggregate_failures1484 GET /:project_path/snippets/:id/raw for a private snippet1485 is allowed for admin when admin mode is enabled1486 is denied for admin when admin mode is disabled1487 aggregate_failures1488User creates feature flag1489 user creates a flag enabled for user ids1490 user creates a flag with default environment scopes1491 removes the correct strategy when a strategy is deleted1492Labels subscription1493 when signed in1494 users can subscribe/unsubscribe to group labels1495 subscription filter1496 shows only subscribed labels1497 shows no subscribed labels message1498 when not signed in1499 users can not subscribe/unsubscribe to labels1500 does not show subscribed tab1501User views open merge requests1502 when project is public1503 when not signed in1504 when the target branch is the project's default branch1505 shows merge requests1506 shows open merge requests1507 does not show target branch name1508 when the target branch is different from the project's default branch1509 shows target branch name1510 when a merge request has pipelines1511 shows pipeline status1512 when signed in1513 shows merge requests1514 shows the new merge request button1515 when the project is archived1516 hides the new merge request button1517 when project is internal1518 when signed in1519 shows merge requests1520Hook logs1521 shows list of hook logs1522 shows hook log details1523 retries hook log1524 request gets internal error1525 shows hook log details with internal error message1526 response body contains XSS string1527 displays log without getting XSS1528 response data is too large1529 shows request data as too large and disables retry function1530Merge request > User sees notes from forked project1531 user can reply to the comment1532Profile > Emails1533 user removes email1534 user confirms email1535 user re-sends confirmation email1536 old unconfirmed emails show Send Confirmation button1537 User adds an email1538 saves the new email1539 does not add an email that is the primary email of another user1540 adds an email that is the primary email of the same user1541 does not add an invalid email1542Subgroup Issuables1543 shows the full subgroup title when issues index page is empty1544 shows the full subgroup title when merge requests index page is empty1545Group Issues Calendar Feed1546 GET /issues1547 when authenticated1548 with no referer1549 renders calendar feed1550 with GitLab as the referer1551 renders calendar feed as text/plain1552 when authenticated via personal access token1553 renders calendar feed1554 when authenticated via feed token1555 renders calendar feed1556 issue with due date1557 renders issue fields1558viewing issues with design references1559 the user has access to a public project1560 behaves like successful use of design link references1561 shows the issue description and design references1562 the user does not have access to a private project1563 redacts inaccessible design references1564 the user has access to a private project1565 behaves like successful use of design link references1566 shows the issue description and design references1567 design management is entirely disabled1568 processes design links as issue references1569Projects > Members > Group member cannot leave group project1570 user does not see a "Leave project" link1571 renders a flash message if attempting to leave by url1572Projects > Files > User browses a tree with a folder containing only a folder1573 shows the nested folder on a single row1574Merge request > User sees page metadata1575 behaves like page meta description1576 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1577JIRA OAuth Provider1578 JIRA DVCS OAuth Authorization1579 behaves like Secure OAuth Authorizations1580 when user is confirmed1581 asks the user to authorize the application1582 when user is unconfirmed1583 displays an error1584Explore Topics1585 when no topics exist1586 renders empty message1587 when topics exist1588 renders topic list1589Multi Select Issue1590 with lists1591 moves multiple issues to another list (PENDING: Temporarily skipped with xcontext)1592 maintains order when moved (PENDING: Temporarily skipped with xcontext)1593 move issues in the same list (PENDING: Temporarily skipped with xcontext)1594Pending: (Failures listed here are expected and do not affect your suite's status)1595 1) Multi Select Issue with lists moves multiple issues to another list1596 # Temporarily skipped with xcontext1597 # ./spec/features/boards/multi_select_spec.rb:681598 2) Multi Select Issue with lists maintains order when moved1599 # Temporarily skipped with xcontext1600 # ./spec/features/boards/multi_select_spec.rb:811601 3) Multi Select Issue with lists move issues in the same list1602 # Temporarily skipped with xcontext1603 # ./spec/features/boards/multi_select_spec.rb:971604Finished in 17 minutes 37 seconds (files took 46 seconds to load)1605384 examples, 0 failures, 3 pending1606[TEST PROF INFO] Time spent in factories: 02:19.502 (12.96% of total time)1607Failed to write to log, write log/workhorse-test.log: file already closed1608RSpec exited with 0.1609No examples to retry, congrats!1611Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1612Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1614Uploading artifacts...1615coverage/: found 5 matching artifact files and directories 1616crystalball/: found 2 matching artifact files and directories 1617deprecations/: found 3 matching artifact files and directories 1618knapsack/: found 3 matching artifact files and directories 1619WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1620rspec/: found 12 matching artifact files and directories 1621WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1622log/*.log: found 16 matching artifact files and directories 1623WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031139066/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1624WARNING: Retrying... context=artifacts-uploader error=request redirected1625Uploading artifacts as "archive" to coordinator... 201 Created id=4031139066 responseStatus=201 Created token=64_doF4z1626Uploading artifacts...1627rspec/junit_rspec.xml: found 1 matching artifact files and directories 1628WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031139066/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1629WARNING: Retrying... context=artifacts-uploader error=request redirected1630Uploading artifacts as "junit" to coordinator... 201 Created id=4031139066 responseStatus=201 Created token=64_doF4z1632Job succeeded