rspec system pg13 17/28
Passed Started
by
@rkadam3

Rajendra Kadam
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw, system ID: s_b9637080a79e3 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.19-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:ab3945c8cf7160ed1381efd47c6a203ba9a84fc7327a17e4a389601eb3738b3b for postgres:13 with digest postgres@sha256:67edfda7deeecfda8e40c9b00818eae76573a9e9466ba7edbc536662d128173b ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:a9a47a706682d445577bb5da7328f0faaa0863a5742a315c829faa461dfc23ae for redis:6.2-alpine with digest redis@sha256:317575f05099ea47b1f2855b1bb6e068b52847bfa19b87014d88d57f82d4b8f0 ...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.19-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:552b81110cdd830e05d17c8e7365f72e1dd96842217d7225636cb55a75777ea7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-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.19-rust-1.65-node-16.14-postgresql-13@sha256:a386dd1acb1341f710f3c3c320984f70512694bcfec8cb1c771365058ac7c475 ...18Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1681889474-62140014...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: 127066, done. 25remote: Counting objects: 100% (127066/127066), done. 26remote: Compressing objects: 100% (84263/84263), done. 27remote: Total 127066 (delta 52059), reused 86943 (delta 37888), pack-reused 0 28Receiving objects: 100% (127066/127066), 122.40 MiB | 31.52 MiB/s, done.29Resolving deltas: 100% (52059/52059), done.31 * [new ref] refs/pipelines/841847819 -> refs/pipelines/84184781932 * [new branch] master -> origin/master33Checking out e2ff33c5 as detached HEAD (ref is master)...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...38cache.zip is up to date 39Successfully extracted cache41Downloading artifacts for compile-test-assets (4139146271)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146271 responseStatus=200 OK token=64_4yZc543Downloading artifacts for retrieve-tests-metadata (4139146276)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146276 responseStatus=200 OK token=64_4yZc545Downloading artifacts for setup-test-env (4139146274)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146274 responseStatus=200 OK token=64_4yZc548Using docker image sha256:552b81110cdd830e05d17c8e7365f72e1dd96842217d7225636cb55a75777ea7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-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.19-rust-1.65-node-16.14-postgresql-13@sha256:a386dd1acb1341f710f3c3c320984f70512694bcfec8cb1c771365058ac7c475 ...49$ echo $FOSS_ONLY50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh709Using decomposed database config (config/database.yml.decomposed-postgresql)710Geo DB won't be set up.711$ setup_db_user_only712CREATE ROLE713GRANT714==> 'setup_db_user_only' succeeded in 0 seconds.715$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes716Dropped database 'gitlabhq_test'717Dropped database 'gitlabhq_test_ci'718Created database 'gitlabhq_test'719Created database 'gitlabhq_test_ci'720main: == [advisory_lock_connection] object_id: 273740, pg_backend_pid: 100721main: == [advisory_lock_connection] object_id: 273740, pg_backend_pid: 100722ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 102723ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 102724==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 51 seconds.725$ setup_db_praefect726SELECT pg_catalog.set_config('search_path', '', false);727CREATE DATABASE praefect_test ENCODING 'UTF8';728==> 'setup_db_praefect' succeeded in 0 seconds.729$ source ./scripts/rspec_helpers.sh730$ run_timed_command "gem install knapsack --no-document"731$ gem install knapsack --no-document732Successfully installed knapsack-4.0.07331 gem installed734==> 'gem install knapsack --no-document' succeeded in 1 seconds.735$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"744$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"745SKIP_FLAKY_TESTS_AUTOMATICALLY: false746RETRY_FAILED_TESTS_IN_NEW_PROCESS: true747KNAPSACK_GENERATE_REPORT: true748FLAKY_RSPEC_GENERATE_REPORT: true749KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb750KNAPSACK_LOG_LEVEL: debug751KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13_17_28_report.json752FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json753FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_17_28_report.json754NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_17_28_report.json755SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_17_28_report.txt756CRYSTALBALL: 757Knapsack report generator started!758warning: parser/current is loading parser/ruby30, which recognizes 3.0.5-compliant syntax, but you are running 3.0.6.760Run options: exclude {:quarantine=>true, :level=>"background_migration"}761Test environment set up in 0.511269626 seconds762Jira763Starting the Capybara driver server...764 when internal issues tracker is enabled for the other project765 when only internal issues tracker is enabled for the actual project766Capybara starting Puma...767* Version 5.6.5 , codename: Birdie's Version768* Min threads: 0, max threads: 4769* Listening on unix:///tmp/20230419-326-1egkjh770 creates a link to the referenced issue on the preview771 creates a link to the referenced issue after submit772 creates a note on the referenced issues773 when both external and internal issues trackers are enabled for the actual project774 creates a link to the referenced issue on the preview775 creates a link to the referenced issue after submit776 creates a note on the referenced issues777 when only external issues tracker is enabled for the actual project778 creates a link to the referenced issue on the preview779 creates a link to the referenced issue after submit780 creates a note on the referenced issues781 when no tracker is enabled for the actual project782 creates a link to the referenced issue on the preview783 creates a link to the referenced issue after submit784 creates a note on the referenced issues785 when internal issues tracker is disabled for the other project786 when only internal issues tracker is enabled for the actual project787 creates a link to the referenced issue on the preview788 creates a link to the referenced issue after submit789 creates a note on the referenced issues790 when both external and internal issues trackers are enabled for the actual project791 creates a link to the referenced issue on the preview792 creates a link to the referenced issue after submit793 creates a note on the referenced issues794 when only external issues tracker is enabled for the actual project795 creates a link to the referenced issue on the preview796 creates a link to the referenced issue after submit797 creates a note on the referenced issues798 when no issues tracker is enabled for the actual project799 creates a link to the referenced issue on the preview800 creates a link to the referenced issue after submit801 creates a note on the referenced issues802GFM autocomplete803 new issue page804 allows quick actions805 issue description806 updates with GFM reference807 allows quick actions808 issue comment809 triggering autocomplete810 only opens autocomplete menu when trigger character is after whitespace811 does not open label autocomplete menu after strikethrough812 xss checks813 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters814 opens autocomplete menu for Username when field starts with text with item escaping HTML characters815 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters816 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters817 autocomplete highlighting818 auto-selects the first item when there is a query, and only for assignees with no query819 assignees820 does not wrap with quotes for assignee values821 includes items for assignee dropdowns with non-ASCII characters in name822 searches across full name for assignees823 shows names that start with the query as the top result824 shows usernames that start with the query as the top result825 shows username when pasting then pressing Enter826 does not show `@undefined` when pressing `@` then Enter827 when /assign quick action is selected828 triggers user autocomplete and lists users who are currently not assigned to the issue829 if a selected value has special characters830 wraps the result in double quotes831 doesn't wrap for emoji values832 quick actions833 does not limit quick actions autocomplete list to 5834 labels835 allows colons when autocompleting scoped labels836 allows spaces when autocompleting multi-word labels837 only autocompletes the last label838 does not autocomplete labels if no tilde is typed839 when other notes are destroyed840 keeps autocomplete key listeners841 issues842 behaves like autocomplete suggestions843 suggests objects correctly844 merge requests845 behaves like autocomplete suggestions846 suggests objects correctly847 project snippets848 behaves like autocomplete suggestions849 suggests objects correctly850 milestone851 shows milestons list in the autocomplete menu852 shows expired milestone at the bottom of the list853 shows milestone due earliest at the top of the list854 contact855 shows contacts list in the autocomplete menu856 shows all contacts857 when typing enter for autocomplete in a markdown list858 does not create a new list item859Group integrations860 behaves like integration settings form861 displays all the integrations862Groups > Members > Manage members863 update user to owner level864 remove user from group865 behaves like includes the correct Invite link866 includes the modal trigger867 behaves like includes the correct Invite link868 includes the modal trigger869 when inviting870 add yourself to group when already an owner871 behaves like inviting members872 adds user as member873 displays the user's avatar in the member input token874 does not display an avatar in the member input token for an email address875 invites user by email876 invites user by username and invites user by email877 when member is already a member by username878 updates the member for that user879 when member is already a member by email880 updates the member for that email881 when inviting a parent group member to the sub-entity882 when role is higher than parent group membership883 adds the user as a member on sub-entity with higher access level884 when role is lower than parent group membership885 fails with an error886 when there are multiple users invited with errors887 shows the partial user error and success and then removes them from the form888 only shows the error for an invalid formatted email and does not display other member errors889 when user is a guest890 does not include either of the invite members or invite group modal buttons891 does not include a button on the members page list to manage or remove the existing member892 member search results893 does not disclose email addresses894 does not show project_bots895Internal references896 when referencing to open issue897 from private project898 from issue899 when user doesn't have access to private project900 is expected not to have visible css ".note"901 from merge request902 when user doesn't have access to private project903 doesn't show any references904 when user has access to private project905 shows references906 when referencing to open merge request907 from private project908 from issue909 when user doesn't have access to private project910 is expected not to have visible css ".note"911 from merge request912 when user doesn't have access to private project913 doesn't show any references914 when user has access to private project915 shows references916Dashboard Merge Requests917 disables target branch filter918 behaves like a "Your work" page with sidebar and breadcrumbs919 shows the "Your work" sidebar920 shows the correct sidebar menu item as active921 breadcrumbs922 has "Your work" as its root breadcrumb923 new merge request dropdown924 shows projects only with merge requests feature enabled925 no merge requests exist926 shows an empty state927 merge requests exist928 includes assigned and reviewers in badge929 shows assigned merge requests930 does not show review requested merge requests931 shows authored merge requests932 shows labeled merge requests933 shows error message without filter934 shows sorted merge requests935 keeps sorting merge requests after visiting Projects MR page936 merge request review937 displays review requested merge requests938Private Group access939 Group should be private940 #private?941 is expected to be truthy942 GET /groups/:path943 is expected to be allowed for owner944 is expected to be allowed for maintainer945 is expected to be allowed for developer946 is expected to be allowed for reporter947 is expected to be allowed for guest948 is expected to be allowed for the specified user949 is expected to be denied for user950 is expected to be denied for external951 is expected to be denied for visitor952 when admin mode is enabled953 is expected to be allowed for admin954 when admin mode is disabled955 is expected to be denied for admin956 GET /groups/:path/-/issues957 is expected to be allowed for owner958 is expected to be allowed for maintainer959 is expected to be allowed for developer960 is expected to be allowed for reporter961 is expected to be allowed for guest962 is expected to be allowed for the specified user963 is expected to be denied for user964 is expected to be denied for external965 is expected to be denied for visitor966 when admin mode is enabled967 is expected to be allowed for admin968 when admin mode is disabled969 is expected to be denied for admin970 GET /groups/:path/-/merge_requests971 is expected to be allowed for owner972 is expected to be allowed for maintainer973 is expected to be allowed for developer974 is expected to be allowed for reporter975 is expected to be allowed for guest976 is expected to be allowed for the specified user977 is expected to be denied for user978 is expected to be denied for external979 is expected to be denied for visitor980 when admin mode is enabled981 is expected to be allowed for admin982 when admin mode is disabled983 is expected to be denied for admin984 GET /groups/:path/-/group_members985 is expected to be allowed for owner986 is expected to be allowed for maintainer987 is expected to be allowed for developer988 is expected to be allowed for reporter989 is expected to be allowed for guest990 is expected to be denied for the specified user991 is expected to be denied for user992 is expected to be denied for external993 is expected to be denied for visitor994 when admin mode is enabled995 is expected to be allowed for admin996 when admin mode is disabled997 is expected to be denied for admin998 GET /groups/:path/-/edit999 is expected to be allowed for owner1000 is expected to be denied for maintainer1001 is expected to be denied for developer1002 is expected to be denied for reporter1003 is expected to be denied for guest1004 is expected to be denied for the specified user1005 is expected to be denied for user1006 is expected to be denied for visitor1007 is expected to be denied for external1008 when admin mode is enabled1009 is expected to be allowed for admin1010 when admin mode is disabled1011 is expected to be denied for admin1012 GET /groups/:path for shared projects1013 is expected to be allowed for owner1014 is expected to be allowed for maintainer1015 is expected to be allowed for developer1016 is expected to be allowed for reporter1017 is expected to be allowed for guest1018 is expected to be denied for the specified user1019 is expected to be denied for user1020 is expected to be denied for external1021 is expected to be denied for visitor1022 when admin mode is enabled1023 is expected to be allowed for admin1024 when admin mode is disabled1025 is expected to be denied for admin1026Internal Group access1027 Group should be internal1028 #internal?1029 is expected to be truthy1030 GET /groups/:path1031 is expected to be allowed for owner1032 is expected to be allowed for maintainer1033 is expected to be allowed for developer1034 is expected to be allowed for reporter1035 is expected to be allowed for guest1036 is expected to be allowed for the specified user1037 is expected to be allowed for user1038 is expected to be denied for external1039 is expected to be denied for visitor1040 when admin mode is enabled1041 is expected to be allowed for admin1042 when admin mode is disabled1043 is expected to be allowed for admin1044 GET /groups/:path/-/issues1045 is expected to be allowed for owner1046 is expected to be allowed for maintainer1047 is expected to be allowed for developer1048 is expected to be allowed for reporter1049 is expected to be allowed for guest1050 is expected to be allowed for the specified user1051 is expected to be allowed for user1052 is expected to be denied for external1053 is expected to be denied for visitor1054 when admin mode is enabled1055 is expected to be allowed for admin1056 when admin mode is disabled1057 is expected to be allowed for admin1058 GET /groups/:path/-/merge_requests1059 is expected to be allowed for owner1060 is expected to be allowed for maintainer1061 is expected to be allowed for developer1062 is expected to be allowed for reporter1063 is expected to be allowed for guest1064 is expected to be allowed for the specified user1065 is expected to be allowed for user1066 is expected to be denied for external1067 is expected to be denied for visitor1068 when admin mode is enabled1069 is expected to be allowed for admin1070 when admin mode is disabled1071 is expected to be allowed for admin1072 GET /groups/:path/-/group_members1073 is expected to be allowed for owner1074 is expected to be allowed for maintainer1075 is expected to be allowed for developer1076 is expected to be allowed for reporter1077 is expected to be allowed for guest1078 is expected to be allowed for the specified user1079 is expected to be allowed for user1080 is expected to be denied for external1081 is expected to be denied for visitor1082 when admin mode is enabled1083 is expected to be allowed for admin1084 when admin mode is disabled1085 is expected to be allowed for admin1086 GET /groups/:path/-/edit1087 is expected to be allowed for owner1088 is expected to be denied for maintainer1089 is expected to be denied for developer1090 is expected to be denied for reporter1091 is expected to be denied for guest1092 is expected to be denied for the specified user1093 is expected to be denied for user1094 is expected to be denied for visitor1095 is expected to be denied for external1096 when admin mode is enabled1097 is expected to be allowed for admin1098 when admin mode is disabled1099 is expected to be denied for admin1100Project > Settings > Access Tokens1101 when user is not a project maintainer1102 behaves like resource access tokens missing access rights1103 does not show access token page1104 token creation1105 when user is a project owner1106 shows Owner option1107 behaves like resource access tokens creation1108 allows creation of an access token1109 when user is a project maintainer1110 does not show Owner option for a maintainer1111 behaves like resource access tokens creation1112 allows creation of an access token1113 when token creation is not allowed1114 behaves like resource access tokens creation disallowed1115 does not show access token creation form1116 shows access token creation disabled text1117 group settings link1118 when user is not a group owner1119 does not show group settings link1120 with nested groups1121 when user is not a top level group owner1122 does not show group settings link1123 when user is a group owner1124 shows group settings link1125 with a project in a personal namespace1126 shows access token creation form and text1127 viewing tokens1128 active tokens1129 behaves like active resource access tokens1130 shows active access tokens1131 when User#time_display_relative is false1132 shows absolute times for expires_at1133 inactive tokens1134 behaves like inactive resource access tokens1135 allows revocation of an active token1136 removes expired tokens from active section1137 when resource access token creation is not allowed1138 allows revocation of an active token1139Admin > Admin sees background migrations1140 can navigate to background migrations1141 can click on a specific migration1142 can view failed jobs1143/builds/gitlab-org/gitlab/vendor/ruby/3.0.0/gems/capybara-3.39.0/lib/capybara/selector/selector.rb:69: warning: Locator Integer:2 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara. Called from: /builds/gitlab-org/gitlab/spec/features/admin/admin_sees_background_migrations_spec.rb:661144 can click on a specific job1145 can view queued migrations and pause and resume them1146 can view finished migrations1147 can change tabs and retain database param1148 can view documentation from Learn more link1149 when there are no failed jobs1150 dos not display failed jobs1151 when there are failed migrations1152 can fire an action with a database param1153 can view and retry them1154 selected database toggle1155 when multi database is not enabled1156 does not render the database listbox (PENDING: Skipping because some of the extra databases [:ci, :main_clusterwide] are setup)1157 when multi database is enabled1158 renders the database listbox1159 shows correct database when a parameter is passed1160 updates the path to correct database when clicking on listbox option1161Projects > Snippets > User updates a snippet1162 displays the snippet blob path and content1163 updates a snippet1164 when the git operation fails1165 renders edit page and displays the error1166User adds lists1167 board_type: :project1168 creates new column for label containing labeled issue1169 creates new list for Backlog and closed labels1170 board_type: :group1171 creates new column for label containing labeled issue1172 creates new list for Backlog and closed labels1173Projects > Files > User deletes files1174 when an user has write access1175 deletes the file1176 when an user does not have write access1177 deletes the file in a forked project1178Profile > Personal Access Tokens1179 prefills token details1180 token creation1181 allows creation of a personal access token1182 when creation fails1183 displays an error message1184 active tokens1185 only shows personal access tokens1186 when User#time_display_relative is false1187 shows absolute times for expires_at1188 inactive tokens1189 allows revocation of an active token1190 removes expired tokens from 'active' section1191 when revocation fails1192 displays an error message1193 feed token1194 when enabled1195 displays feed token1196 when disabled1197 does not display feed token1198User manages subscription1199 moved sidebar flag disabled1200 toggles subscription1201 moved sidebar flag enabled1202 toggles subscription1203User removes labels1204 when one label1205 removes label1206 when many labels1207 removes all labels1208User updates feature flag1209 with a new version feature flag1210 user adds a second strategy1211 user toggles the flag on1212User deletes snippet1213 deletes the snippet1214Merge Requests > User filters by draft1215 filters results1216 does not allow filtering by is not equal1217Download buttons in tags page1218 when checking tags1219 behaves like archive download buttons1220 when static objects external storage is enabled1221 private project1222 shows archive download buttons with external storage URL prepended and user token appended to their href1223 public project1224 shows archive download buttons with external storage URL prepended to their href1225 when static objects external storage is disabled1226 shows default archive download buttons1227 with artifacts1228 shows download artifacts button1229GFM autocomplete1230 new milestone page1231 behaves like displays autocomplete menu for all entities1232 autocompletes all available entities1233 update milestone page1234 behaves like displays autocomplete menu for all entities1235 autocompletes all available entities1236Unsubscribe links1237 when logged out1238 unsubscribes from the issue when visiting the link from the header1239 when visiting the link from the body1240 shows the unsubscribe confirmation page and redirects to root path when confirming1241 shows the unsubscribe confirmation page and redirects to root path when canceling1242 when logged in1243 unsubscribes from the issue when visiting the link from the email body1244 unsubscribes from the issue when visiting the link from the header1245PackageFiles1246 does not allow direct download when no access to the project1247 gives 404 when no package file exist1248 user with master role1249 allows direct download by url1250 does not allow download of package belonging to different project1251Projects > Files > User wants to edit a file1252 when the user has write access1253 file has been updated since the user opened the edit page1254 when the user does not have write access1255 and the user has a fork of the project1256 and the forked project is ahead of the upstream project1257 renders an error message1258When a user searches for Sentry errors1259 displays the results1260Projects > Files > User browses a tree with a folder containing only a folder1261 shows the nested folder on a single row1262Admin browse spam logs1263 browse spam logs1264 does not perform N+1 queries1265User uploads avatar to group1266 they see the new avatar1267Groups > Labels > User sees links to issuables1268 shows links to MRs and issues1269Knapsack report was generated. Preview:1270{1271 "spec/features/issuables/markdown_references/jira_spec.rb": 311.37654314300016,1272 "spec/features/issues/gfm_autocomplete_spec.rb": 236.1029080620001,1273 "spec/features/groups/integrations/group_integrations_spec.rb": 186.11933058500108,1274 "spec/features/groups/members/manage_members_spec.rb": 118.62329881400001,1275 "spec/features/issuables/markdown_references/internal_references_spec.rb": 103.04024902000128,1276 "spec/features/dashboard/merge_requests_spec.rb": 76.9167497390008,1277 "spec/features/security/group/private_access_spec.rb": 54.782227953000984,1278 "spec/features/security/group/internal_access_spec.rb": 45.41461373600032,1279 "spec/features/projects/settings/access_tokens_spec.rb": 45.75819173899981,1280 "spec/features/admin/admin_sees_background_migrations_spec.rb": 38.42224958799852,1281 "spec/features/projects/snippets/user_updates_snippet_spec.rb": 44.808939128999555,1282 "spec/features/boards/user_adds_lists_to_board_spec.rb": 33.09071514800053,1283 "spec/features/projects/files/user_deletes_files_spec.rb": 31.204996395999842,1284 "spec/features/profiles/personal_access_tokens_spec.rb": 28.353689065999788,1285 "spec/features/merge_request/user_manages_subscription_spec.rb": 18.42753092699968,1286 "spec/features/projects/labels/user_removes_labels_spec.rb": 17.212264601999777,1287 "spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb": 14.08410265099883,1288 "spec/features/snippets/user_deletes_snippet_spec.rb": 12.454013524000402,1289 "spec/features/merge_requests/user_filters_by_draft_spec.rb": 11.976071962000788,1290 "spec/features/projects/tags/download_buttons_spec.rb": 9.31278390800071,1291 "spec/features/projects/milestones/gfm_autocomplete_spec.rb": 9.305711122999128,1292 "spec/features/unsubscribe_links_spec.rb": 7.915150909999284,1293 "spec/features/projects/package_files_spec.rb": 5.8189406389992655,1294 "spec/features/projects/files/editing_a_file_spec.rb": 5.689238482998917,1295 "spec/features/error_tracking/user_searches_sentry_errors_spec.rb": 5.773091254000974,1296 "spec/features/projects/files/user_browses_a_tree_with_a_folder_containing_only_a_folder_spec.rb": 4.346097913999984,1297 "spec/features/admin/admin_browse_spam_logs_spec.rb": 3.22538137400079,1298 "spec/features/uploads/user_uploads_avatar_to_group_spec.rb": 2.526697510998929,1299 "spec/features/groups/labels/user_sees_links_to_issuables_spec.rb": 0.84361109299970851300}1301Knapsack global time execution for tests: 24m 42s1302Pending: (Failures listed here are expected and do not affect your suite's status)1303 1) Admin > Admin sees background migrations selected database toggle when multi database is not enabled does not render the database listbox1304 # Skipping because some of the extra databases [:ci, :main_clusterwide] are setup1305 # ./spec/features/admin/admin_sees_background_migrations_spec.rb:2061306Finished in 24 minutes 46 seconds (files took 39.35 seconds to load)1307306 examples, 0 failures, 1 pending1308[TEST PROF INFO] Time spent in factories: 03:00.302 (12.11% of total time)1309Failed to write to log, write log/workhorse-test.log: file already closed1310RSpec exited with 0.1311No examples to retry, congrats!1313Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1315Uploading artifacts...1316coverage/: found 5 matching artifact files and directories 1317WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1318WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1319knapsack/: found 3 matching artifact files and directories 1320query_recorder/: found 2 matching artifact files and directories 1321rspec/: found 8 matching artifact files and directories 1322WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1323log/*.log: found 17 matching artifact files and directories 1324WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146441/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1325WARNING: Retrying... context=artifacts-uploader error=request redirected1326Uploading artifacts as "archive" to coordinator... 201 Created id=4139146441 responseStatus=201 Created token=64_4yZc51327Uploading artifacts...1328rspec/junit_rspec.xml: found 1 matching artifact files and directories 1329WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146441/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1330WARNING: Retrying... context=artifacts-uploader error=request redirected1331Uploading artifacts as "junit" to coordinator... 201 Created id=4139146441 responseStatus=201 Created token=64_4yZc51333Job succeeded