rspec system pg13 6/28
Passed Started
by
@rkadam3

Rajendra Kadam
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt, system ID: s_130a96ce9e653 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-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1681893390-e54d7107...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 | 32.86 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_MVCLu43Downloading artifacts for retrieve-tests-metadata (4139146276)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146276 responseStatus=200 OK token=64_MVCLu45Downloading artifacts for setup-test-env (4139146274)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146274 responseStatus=200 OK token=64_MVCLu48Using 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: 101721main: == [advisory_lock_connection] object_id: 273740, pg_backend_pid: 101722ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 103723ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 103724==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 50 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_6_28_report.json752FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json753FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_6_28_report.json754NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_6_28_report.json755SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_6_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.693802306 seconds762Jobs763 GET /:project/jobs764 with no jobs765Starting the Capybara driver server...766Capybara starting Puma...767* Version 5.6.5 , codename: Birdie's Version768* Min threads: 0, max threads: 4769* Listening on unix:///tmp/20230419-327-3f727b770 shows the empty state page771 with a job772 when visiting old URL773 redirects to new URL774 GET /:project/jobs/:id775 Job from project776 shows status name777 shows commit`s data778 shows active job779 pipeline info block780 shows pipeline id and source branch781 when pipeline is detached merge request pipeline782 shows merge request iid and source branch783 when source project is a forked project784 shows merge request iid and source branch785 when pipeline is merge request pipeline786 shows merge request iid and source branch787 when source project is a forked project788 shows merge request iid and source branch789 sidebar790 renders escaped tooltip name791 when job is not running792 if job passed793 does not show New issue button794 if job failed795 shows New issue button796 links to issues/new with the title and description filled in797 when job is running798 job is cancelable799 shows cancel button800 when job is waiting for resource801 shows correct UI components802 Job from other project803 is expected to eq 404804 Download artifacts805 has button to download artifacts806 downloads the zip file when user clicks the download button807 Artifacts expire date808 no expire date defined809 does not have the Keep button810 when expire date is defined811 when user has ability to update job812 when artifacts are unlocked813 keeps artifacts when keep button is clicked814 when artifacts are locked815 shows the keep button816 when user does not have ability to update job817 does not have keep button818 when artifacts expired819 when artifacts are unlocked820 does not have the Keep button821 when artifacts are locked822 has the Keep button823 when visiting old URL824 redirects to new URL825 Raw trace826 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"827 HTML trace828 when job has an initial trace829 loads job logs830 Variables831 when user is a maintainer832 when variables are stored in trigger_request833 behaves like no reveal button variables behavior834 renders a hidden value with no reveal values button835 when variables are stored in pipeline_variables836 behaves like no reveal button variables behavior837 renders a hidden value with no reveal values button838 when user is a maintainer839 when variables are stored in trigger_request840 behaves like reveal button variables behavior841 renders a hidden value with a reveal values button842 reveals values on button click843 when variables are stored in pipeline_variables844 behaves like reveal button variables behavior845 renders a hidden value with a reveal values button846 reveals values on button click847 when job starts environment848 job is successful and has deployment849 shows a link for the job850 shows deployment message851 when there is a cluster used for the deployment852 shows a link to the cluster853 shows the name of the cluster854 when the user is not able to view the cluster855 includes only the name of the cluster without a link856 job is complete and not successful857 shows a link for the job858 deployment still not finished859 shows a link to latest deployment860 when job stops environment861 does not show environment information banner862 environment info in job view863 job with outdated deployment864 shows deployment message865 renders a link to the most recent deployment866 when deployment does not have a deployable867 has an empty href868 job failed to deploy869 shows deployment message870 job will deploy871 when environment exists872 shows deployment message873 when it has deployment874 shows that deployment will be overwritten875 when environment does not exist876 shows deployment message877 job that failed to deploy and environment has not been created878 shows deployment message879 job that will deploy and environment has not been created880 shows deployment message881 Playable manual action882 shows manual action empty state883 plays manual action and shows pending status884 Delayed job885 shows delayed job886 unschedules delayed job and shows manual action887 Non triggered job888 shows empty state889 Pending job890 shows pending empty state891 Canceled job892 with log893 renders job log894 without log895 renders empty state896 Skipped job897 renders empty state898 when job is failed but has no trace899 renders empty state900 with erased job901 renders erased job warning902 without erased job903 does not render erased job warning904 on mobile905 renders collapsed sidebar906 on desktop907 renders expanded sidebar908 stuck909 without active runners available910 renders message about job being stuck because no runners are active911 when available runners can not run specified tag912 renders message about job being stuck because of no runners with the specified tags913 when runners are offline and build has tags914 renders message about job being stuck because of no runners with the specified tags915 without any runners available916 renders message about job being stuck because no runners are available917 without available runners online918 renders message about job being stuck because runners are offline919 POST /:project/jobs/:id/cancel920 Job from project921 loads the page and shows all needed controls922 POST /:project/jobs/:id/retry923 Job from project924 shows the right status and buttons925 Job that current user is not allowed to retry926 does not show the Retry button927 Job that failed because of a forward deployment failure928 shows a modal to warn the user929 retries the job930 GET /:project/jobs/:id/raw931 access source932 job from project933 when job is running934 sends the right headers935 when job is complete936 sends the right headers937 job from other project938 sends the right headers939 when visiting old URL940 redirects to new URL941 GET /:project/jobs/:id/trace.json942 Job from project943 is expected to eq 200944 Job from other project945 is expected to eq 404946Thread Comments Snippet947 with project snippets948 behaves like thread comments for commit and snippet949 clicking "Comment" will post a comment950 when the toggle is clicked951 has a "Comment" item (selected by default) and "Start thread" item952 closes the menu when clicking the toggle or body953 clicking the ul padding or divider should not change the text954 when selecting "Start thread"955 updates the submit button text and closes the dropdown956 creating a thread957 clicking "Start thread" will post a thread958 when opening the menu959 has "Start thread" selected960 when selecting "Comment"961 updates the submit button text and closes the dropdown962 with personal snippets963 behaves like thread comments for commit and snippet964 clicking "Comment" will post a comment965 when the toggle is clicked966 has a "Comment" item (selected by default) and "Start thread" item967 closes the menu when clicking the toggle or body968 clicking the ul padding or divider should not change the text969 when selecting "Start thread"970 updates the submit button text and closes the dropdown971 creating a thread972 clicking "Start thread" will post a thread973 when opening the menu974 has "Start thread" selected975 when selecting "Comment"976 updates the submit button text and closes the dropdown977Merge request > User edits assignees sidebar978 when GraphQL assignees widget feature flag is disabled979 when user is an owner980 when assigned to maintainer981 behaves like when assigned982 shows assignee name983 shows assignee tooltip ''984 when edit is clicked985 shows assignee tooltip '986 when assigned to developer987 behaves like when assigned988 shows assignee name989 shows assignee tooltip 'Cannot merge'990 when edit is clicked991 shows assignee tooltip 'Cannot merge992 with invite members considerations993 when a privileged user can invite994 shows a link for inviting members and launches invite modal995 when user cannot invite members in assignee dropdown996 shows author in assignee dropdown and no invite link997 when GraphQL assignees widget feature flag is enabled998 when user is an owner999 when assigned to maintainer1000 behaves like when assigned1001 shows assignee name1002 shows assignee tooltip ''1003 when edit is clicked1004 shows assignee tooltip '1005 when assigned to developer1006 behaves like when assigned1007 shows assignee name1008 shows assignee tooltip 'Cannot merge'1009 when edit is clicked1010 shows assignee tooltip 'Cannot merge1011 with invite members considerations1012 when a privileged user can invite1013 shows a link for inviting members and launches invite modal1014 when user cannot invite members in assignee dropdown1015 shows author in assignee dropdown and no invite link1016User comments on a diff1017 single suggestion note1018 hides suggestion popover1019 suggestion is presented1020 allows suggestions in replies1021 suggestion is appliable1022 applying suggestions in batches1023 can add and remove suggestions from a batch1024 multi-line suggestions1025 suggestion is appliable1026 resolves discussion when applied1027 failed to load metadata1028 displays an error1029Merge request > User sees diff1030 when linking to note1031 with unresolved note1032 shows expanded note1033 when linking to a line1034 shows the linked line1035 when merge request has overflow1036 displays warning1037 when editing file1038 as author1039 contains direct edit link1040 when file contains html1041 escapes any HTML special characters in the diff chunk header1042 when file is stored in LFS1043 when LFS is enabled on the project1044 when file is an image1045 shows an error message1046 when file is not an image1047 shows an error message1048 when LFS is not enabled1049 displays the diff1050Admin disables Git access protocol1051 with HTTP disabled1052 shows only SSH url1053 mobile component1054 shows only the SSH clone information1055 with SSH disabled1056 shows only HTTP url1057 mobile component1058 shows only the HTTP clone information1059 with nothing disabled1060 shows default SSH url and protocol selection dropdown1061 mobile component1062 shows both SSH and HTTP clone information1063Multiple issue updating from issues#index1064 status1065 sets to closed1066 sets to open1067 assignee1068 updates to current user1069 updates to unassigned1070 milestone1071 updates milestone1072 sets to no milestone1073 select all issues1074 after selecting all issues, unchecking one issue only unselects that one issue1075Batch diffs1076 assigns discussions to diff files across multiple batch pages1077 when user visits a URL with a link directly to to a discussion1078 which is in the first batched page of diffs1079 scrolls to the correct discussion1080 when user switches view styles1081 has the correct discussions applied to files across batched pages1082Projects > Members > User requests access1083 request access feature is disabled1084 user can request access to a project1085 user is not listed in the project members page1086 user can withdraw its request for access1087 code access is restricted1088 user can request access1089Math rendering1090 renders inline and display math correctly1091 only renders non XSS links1092 renders lazy load button1093 allows many expansions1094 shows error message when too many expansions1095 shows error message when other errors are generated1096 escapes HTML in error1097 renders without any limits on wiki page1098Users > User browses projects on user page1099 hides loading spinner after load1100 paginates projects1101 does not have incorrectly interpolated message1102 when not signed in1103 renders user public project1104 when signed in as another user1105 renders user public and internal projects1106 when signed in as user1107 personal projects1108 renders all user projects1109 contributed projects1110 when user has contributions1111 renders contributed project1112User toggles subscription1113 user is not logged in1114 does not display the Notification toggle1115 user is logged in1116 unsubscribes from issue1117 when project emails are disabled1118 is disabled1119 user is logged in without edit permission1120 subscribes to issue1121User searches for milestones1122 does not show top right search form1123 finds a milestone1124 when search times out1125 renders timeout information1126 sets tab count to 01127 when on a project page1128 finds a milestone1129Groups > Members > Leave group1130 guest leaves the group1131 guest leaves the group by url param1132 guest leaves the group as last member1133 owner leaves the group if they are not the last owner1134 owner can not leave the group if they are the last owner1135 owner can not leave the group by url param if they are the last owner1136User sees user popover1137 hovering over a user link in a merge request1138 displays user popover1139 displays user popover in system note1140User Feed1141 GET /1142 user atom feed via personal access token1143 renders user atom feed1144 user atom feed via feed token1145 renders user atom feed1146 feed content1147 has issue opened event1148 has issue comment event1149 has XHTML summaries in issue descriptions1150 has XHTML summaries in notes1151 has XHTML summaries in merge request descriptions1152 has push event commit ID1153Projects > Show > User sees Git instructions1154 when project is public1155 when project has no repo1156 shows Git command line instructions1157 :default_branch_name is specified1158 recommends default_branch_name instead of master1159 when project is empty1160 when not signed in1161 shows details1162 when signed in1163 when user does not have ssh keys1164 shows details1165 when user has ssh keys1166 shows details1167 when project is not empty1168 when not signed in1169 shows details1170 when signed in1171 when user does not have ssh keys1172 shows details1173 when user has ssh keys1174 shows details1175 when project is internal1176 when not signed in1177 redirects to the sign in page1178 when signed in1179 shows details1180 when project is private1181 redirects to the sign in page1182Merge request > User assigns themselves as a reviewer1183 # order random1184 when logged in as a member of the project1185 updates updated_by1186 when logged in as a non-member of the project1187 does not show link to assign self as Reviewer1188New issue breadcrumb1189 displays link to project issues and new issue1190 links to current issue in breadcrubs1191 excludes award_emoji from comment count1192User activates Prometheus1193 saves and activates integration1194renders a `whats new` dropdown item1195 when not logged in1196 and on SaaS it renders1197 doesn't render what's new1198 when logged in1199 renders dropdown item when feature enabled1200 does not render dropdown item when feature disabled1201 shows notification dot and count and removes it once viewed1202Merge Requests > Exports as CSV1203 button is clicked1204 shows a success message1205Projects > Show > Schema Markup1206 shows SoftwareSourceCode structured markup1207Issues Feed1208 GET /issues1209 renders atom feed with url parameters for project issues1210 renders atom feed with url parameters for group issues1211 when authenticated1212 behaves like an authenticated issuable atom feed1213 renders atom feed with common issuable information1214 behaves like an authenticated issue atom feed1215 renders atom feed with additional issue information1216 when authenticated via personal access token1217 behaves like an authenticated issuable atom feed1218 renders atom feed with common issuable information1219 behaves like an authenticated issue atom feed1220 renders atom feed with additional issue information1221 when authenticated via feed token1222 behaves like an authenticated issuable atom feed1223 renders atom feed with common issuable information1224 behaves like an authenticated issue atom feed1225 renders atom feed with additional issue information1226 when not authenticated1227 and the project is private1228 redirects to login page1229 and the project is public1230 behaves like an authenticated issuable atom feed1231 renders atom feed with common issuable information1232 behaves like an authenticated issue atom feed1233 renders atom feed with additional issue information1234Dashboard > label filter1235 duplicate labels1236 removes duplicate labels1237Snippets1238 when the project has snippets1239 behaves like paginated snippets1240 is limited to 20 items per page1241 clicking on the link to the second page1242 shows the remaining snippets1243 rendering engine1244 renders Vue application1245Profile > Comment templates > User updated comment template1246 # order random1247 shows the user a list of their comment template1248Bizible content security policy1249 has proper Content Security Policy headers1250Graphql known operations1251 collects known Graphql operations from the code1252snippet editor with spam1253 when SpamVerdictService requires recaptcha1254 when allow_possible_spam application setting is false1255 behaves like does not allow creation1256 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)1257 when allow_possible_spam application setting is true1258 behaves like solve reCAPTCHA1259 creates a snippet after solving reCAPTCHA (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)1260 when SpamVerdictService disallows1261 when allow_possible_spam application setting is false1262 behaves like does not allow creation1263 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)1264 when allow_possible_spam application setting is true1265 behaves like does not allow creation1266 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)1267 when SpamVerdictService allows1268 creates a snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)1269Knapsack report was generated. Preview:1270{1271 "spec/features/projects/jobs_spec.rb": 431.6793760540004,1272 "spec/features/discussion_comments/snippets_spec.rb": 167.0262546670001,1273 "spec/features/merge_request/user_edits_assignees_sidebar_spec.rb": 145.68616816400026,1274 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 98.34496251399923,1275 "spec/features/merge_request/user_sees_diff_spec.rb": 83.55657082800008,1276 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 72.12065823699959,1277 "spec/features/issues/user_bulk_edits_issues_spec.rb": 53.40637271500054,1278 "spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb": 55.39750419600023,1279 "spec/features/projects/members/user_requests_access_spec.rb": 49.37904004700067,1280 "spec/features/markdown/math_spec.rb": 34.27494233200014,1281 "spec/features/users/user_browses_projects_on_user_page_spec.rb": 27.354220231,1282 "spec/features/issues/user_toggles_subscription_spec.rb": 21.4650994600006,1283 "spec/features/search/user_searches_for_milestones_spec.rb": 23.761661161999655,1284 "spec/features/groups/members/leave_group_spec.rb": 17.432761164000112,1285 "spec/features/projects/user_sees_user_popover_spec.rb": 16.257081203999405,1286 "spec/features/atom/users_spec.rb": 11.738486025000384,1287 "spec/features/projects/show/user_sees_git_instructions_spec.rb": 11.757241792000059,1288 "spec/features/merge_request/user_assigns_themselves_reviewer_spec.rb": 11.188730245999977,1289 "spec/features/issues/user_sees_breadcrumb_links_spec.rb": 9.069691878000413,1290 "spec/features/projects/integrations/user_activates_prometheus_spec.rb": 7.941438546000427,1291 "spec/features/whats_new_spec.rb": 7.474239930000294,1292 "spec/features/merge_requests/user_exports_as_csv_spec.rb": 7.158714600000167,1293 "spec/features/projects/show/schema_markup_spec.rb": 5.304078755999399,1294 "spec/features/atom/issues_spec.rb": 3.946033334999811,1295 "spec/features/dashboard/label_filter_spec.rb": 3.959968344000117,1296 "spec/features/snippets_spec.rb": 2.3389504880005916,1297 "spec/features/profiles/user_updates_comment_template_spec.rb": 3.240119121999669,1298 "spec/features/users/bizible_csp_spec.rb": 0.42237071999988984,1299 "spec/features/graphql_known_operations_spec.rb": 0.47538128500036691300}1301Knapsack global time execution for tests: 23m 03s1302Pending: (Failures listed here are expected and do not affect your suite's status)1303 1) snippet editor with spam when SpamVerdictService requires recaptcha when allow_possible_spam application setting is false behaves like does not allow creation rejects creation of the snippet1304 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/2177221305 # ./spec/features/snippets/spam_snippets_spec.rb:591306 2) snippet editor with spam when SpamVerdictService requires recaptcha when allow_possible_spam application setting is true behaves like solve reCAPTCHA creates a snippet after solving reCAPTCHA1307 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/2177221308 # ./spec/features/snippets/spam_snippets_spec.rb:441309 3) snippet editor with spam when SpamVerdictService disallows when allow_possible_spam application setting is false behaves like does not allow creation rejects creation of the snippet1310 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/2177221311 # ./spec/features/snippets/spam_snippets_spec.rb:591312 4) snippet editor with spam when SpamVerdictService disallows when allow_possible_spam application setting is true behaves like does not allow creation rejects creation of the snippet1313 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/2177221314 # ./spec/features/snippets/spam_snippets_spec.rb:591315 5) snippet editor with spam when SpamVerdictService allows creates a snippet1316 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/2177221317 # ./spec/features/snippets/spam_snippets_spec.rb:1201318Finished in 23 minutes 7 seconds (files took 43.62 seconds to load)1319237 examples, 0 failures, 5 pending1320Randomized with seed 417021321[TEST PROF INFO] Time spent in factories: 02:55.783 (12.65% of total time)1322Failed to write to log, write log/workhorse-test.log: file already closed1323RSpec exited with 0.1324No examples to retry, congrats!1326Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1328Uploading artifacts...1329coverage/: found 5 matching artifact files and directories 1330WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1331WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1332knapsack/: found 3 matching artifact files and directories 1333query_recorder/: found 2 matching artifact files and directories 1334rspec/: found 8 matching artifact files and directories 1335WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1336log/*.log: found 17 matching artifact files and directories 1337WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146426/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1338WARNING: Retrying... context=artifacts-uploader error=request redirected1339Uploading artifacts as "archive" to coordinator... 201 Created id=4139146426 responseStatus=201 Created token=64_MVCLu1340Uploading artifacts...1341rspec/junit_rspec.xml: found 1 matching artifact files and directories 1342WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146426/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1343WARNING: Retrying... context=artifacts-uploader error=request redirected1344Uploading artifacts as "junit" to coordinator... 201 Created id=4139146426 responseStatus=201 Created token=64_MVCLu1346Job succeeded