rspec-ee system pg12 4/10
Passed Started
by
@mrincon

Miguel Rincon
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:c5abf812eff57d99cd4ae9b4d688261207b59905c5d0ca50c5e57f75669dbf10 for postgres:12 with digest postgres@sha256:0619094e4045d67b34b9b4de10d4c433d03cd032c95145d259a97b3081562936 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:b5a61c880115e6a29b90b90aef1973eb232e48d3547092deb27f519e1ae98f11 for redis:6.0-alpine with digest redis@sha256:10c7dc799ef793b4c76fb5ef074fd1186121151b90a799b01393e137220bb61e ...13Starting service elasticsearch:7.17.6 ...14Pulling docker image elasticsearch:7.17.6 ...15Using docker image sha256:5fad10241ffd65d817ed0ddfaf6e87eee1f7dc2a7db33db1047835560ea71fda for elasticsearch:7.17.6 with digest elasticsearch@sha256:6c128de5d01c0c130a806022d6bd99b3e4c27a9af5bfc33b6b81861ae117d028 ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...21Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1668428407-1cfc6822...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 134386, done. 28remote: Counting objects: 100% (134386/134386), done. 29remote: Compressing objects: 100% (87585/87585), done. 30remote: Total 134386 (delta 60655), reused 92571 (delta 41765), pack-reused 0 31Receiving objects: 100% (134386/134386), 116.33 MiB | 21.39 MiB/s, done.32Resolving deltas: 100% (60655/60655), done.34 * [new ref] refs/pipelines/693894100 -> refs/pipelines/69389410035Checking out 5648e5c9 as refs/merge-requests/102535/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (3318206277)...47Downloading artifacts from coordinator... ok id=3318206277 responseStatus=200 OK token=WWbd1Lxb48Downloading artifacts for detect-tests (3318206299)...49Downloading artifacts from coordinator... ok id=3318206299 responseStatus=200 OK token=WWbd1Lxb50Downloading artifacts for retrieve-tests-metadata (3318206306)...51Downloading artifacts from coordinator... ok id=3318206306 responseStatus=200 OK token=WWbd1Lxb52Downloading artifacts for setup-test-env (3318206286)...53Downloading artifacts from coordinator... ok id=3318206286 responseStatus=200 OK token=WWbd1Lxb55Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh693Using decomposed database config (config/database.yml.decomposed-postgresql)694$ setup_db_user_only695CREATE ROLE696GRANT697==> 'setup_db_user_only' succeeded in 1 seconds.698$ bundle exec rake db:drop db:create db:schema:load db:migrate699Dropped database 'gitlabhq_test'700Dropped database 'gitlabhq_test_ci'701Dropped database 'gitlabhq_geo_test'702Created database 'gitlabhq_test'703Created database 'gitlabhq_test_ci'704Created database 'gitlabhq_geo_test'705==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 39 seconds.706$ setup_db_praefect707SELECT pg_catalog.set_config('search_path', '', false);708CREATE DATABASE praefect_test ENCODING 'UTF8';709==> 'setup_db_praefect' succeeded in 0 seconds.710$ source ./scripts/rspec_helpers.sh711$ run_timed_command "gem install knapsack --no-document"712$ gem install knapsack --no-document713Successfully installed knapsack-4.0.07141 gem installed715==> 'gem install knapsack --no-document' succeeded in 0 seconds.716$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"830$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"831SKIP_FLAKY_TESTS_AUTOMATICALLY: true832RETRY_FAILED_TESTS_IN_NEW_PROCESS: true833KNAPSACK_GENERATE_REPORT: true834FLAKY_RSPEC_GENERATE_REPORT: true835KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb836KNAPSACK_LOG_LEVEL: debug837KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_4_10_report.json838FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json839FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_4_10_report.json840NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_4_10_report.json841SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_4_10_report.txt842RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_4_10_report.txt843CRYSTALBALL: 844Knapsack report generator started!845Run options: exclude {:quarantine=>true, :level=>"migration"}846Test environment set up in 1.453445122 seconds847admin Geo Projects848Starting the Capybara driver server...849 visiting geo projects initial page850 with registries851Capybara starting Puma...852* Version 5.6.5 , codename: Birdie's Version853* Min threads: 0, max threads: 4854* Listening on unix:///tmp/20221114-472-16ggb6z855 shows all projects in the registry856 searching for a geo project857 filters out projects with the search term858 with no registries859 with no filter860 behaves like shows empty state861 with correct title and description862 with no registries863 with conditional help link864 with a search filter865 behaves like shows empty state866 with correct title and description867 with no registries868 with conditional help link869 with a status filter870 behaves like shows empty state871 with correct title and description872 with no registries873 with conditional help link874 with a search filter and status filter875 behaves like shows empty state876 with correct title and description877 with no registries878 with conditional help link879 clicking on a specific dropdown option in geo projects page880 shows filter specific projects881 searching for a geo project882 finds the project with the same name883 filters out project that matches with search but shouldnt be in the view884 visiting geo synced projects page885 behaves like shows filter specific projects and correct labels886 shows filter specific projects887 visiting geo pending synced and searching pending sync on projects page888 behaves like shows filter specific projects and correct labels889 shows filter specific projects890 visiting geo pending synced and searching pending verification on projects page891 behaves like shows filter specific projects and correct labels892 shows filter specific projects893 visiting geo failed sync projects page894 behaves like shows filter specific projects and correct labels895 shows filter specific projects896 searching for never synced registry on projects pag897 behaves like shows filter specific projects and correct labels898 shows filter specific projects899 remove an orphaned Tracking Entry900 removes an existing Geo Project901 Resync all902 opens confirm modal and then fires job to resync all projects903 Reverify all904 opens confirm modal and then fires job to reverify all projects905Projects > Members > Manage groups906 inviting group with restricted email domain907 shared project group is the root ancestor908 behaves like restricted membership by email domain909 shared project group has membership restricted by allowed email domains910 shared with group with a subset of allowed email domains911 behaves like adds group without validation error912 is expected to have text "Maintainer"913 shared with group containing domains outside the shared group allowed email domains914 behaves like inviting group fails with allowed email domain error915 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"916 shared with group does not have membership restricted by allowed domains917 behaves like inviting group fails with allowed email domain error918 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"919 shared project group does not have membership restricted by allowed domains920 shared with group has membership restricted by allowed email domains921 behaves like adds group without validation error922 is expected to have text "Maintainer"923 shared with group does not have membership restricted by allowed domains924 behaves like adds group without validation error925 is expected to have text "Maintainer"926 shared project group is a subgroup927 behaves like restricted membership by email domain928 shared project group has membership restricted by allowed email domains929 shared with group with a subset of allowed email domains930 behaves like adds group without validation error931 is expected to have text "Maintainer"932 shared with group containing domains outside the shared group allowed email domains933 behaves like inviting group fails with allowed email domain error934 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"935 shared with group does not have membership restricted by allowed domains936 behaves like inviting group fails with allowed email domain error937 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"938 shared project group does not have membership restricted by allowed domains939 shared with group has membership restricted by allowed email domains940 behaves like adds group without validation error941 is expected to have text "Maintainer"942 shared with group does not have membership restricted by allowed domains943 behaves like adds group without validation error944 is expected to have text "Maintainer"945 shared with group is a subgroup946 behaves like restricted membership by email domain947 shared project group has membership restricted by allowed email domains948 shared with group with a subset of allowed email domains949 behaves like adds group without validation error950 is expected to have text "Maintainer"951 shared with group containing domains outside the shared group allowed email domains952 behaves like inviting group fails with allowed email domain error953 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"954 shared with group does not have membership restricted by allowed domains955 behaves like inviting group fails with allowed email domain error956 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"957 shared project group does not have membership restricted by allowed domains958 shared with group has membership restricted by allowed email domains959 behaves like adds group without validation error960 is expected to have text "Maintainer"961 shared with group does not have membership restricted by allowed domains962 behaves like adds group without validation error963 is expected to have text "Maintainer"964 shared project group and shared with group are subgroups965 behaves like restricted membership by email domain966 shared project group has membership restricted by allowed email domains967 shared with group with a subset of allowed email domains968 behaves like adds group without validation error969 is expected to have text "Maintainer"970 shared with group containing domains outside the shared group allowed email domains971 behaves like inviting group fails with allowed email domain error972 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"973 shared with group does not have membership restricted by allowed domains974 behaves like inviting group fails with allowed email domain error975 is expected to have text "Invited group allowed email domains must contain a subset of the allowed email domains of the root ancestor group"976 shared project group does not have membership restricted by allowed domains977 shared with group has membership restricted by allowed email domains978 behaves like adds group without validation error979 is expected to have text "Maintainer"980 shared with group does not have membership restricted by allowed domains981 behaves like adds group without validation error982 is expected to have text "Maintainer"983Update Epic984 when user who is not a group member displays the epic985 does not show the Edit button986 when user with developer access displays the epic987 behaves like updates epic988 updates the tasklist989 shows drag icons on hover of list item990 update form991 updates the epic992 updates the epic and keep the description saved across reload993 creates a todo only for mentioned users994 edits full screen995 uploads a file when dragging into textarea996 autocomplete enabled997 opens atwho container998 epic sidebar999 opens datepicker when clicking Edit button1000 when user with developer access displays the epic from a subgroup1001 behaves like updates epic1002 updates the tasklist1003 shows drag icons on hover of list item1004 update form1005 updates the epic1006 updates the epic and keep the description saved across reload1007 creates a todo only for mentioned users1008 edits full screen1009 uploads a file when dragging into textarea1010 autocomplete enabled1011 opens atwho container1012 epic sidebar1013 opens datepicker when clicking Edit button1014GEO Nodes1015 Geo Secondary Node1016 showing Flash Info Message1017 on dashboard1018 on project overview1019 Primary Geo Node1020 Geo Nodes admin screen1021 has a 'Full details' button on listed secondary geo nodes pointing to correct URL1022 Node Filters1023 defaults to the All tab when a status query is not already set1024 sets the correct tab when a status query is already set1025 properly updates the query and sets the tab when a new one is clicked1026 properly updates the query and filters the nodes when a search is inputed1027 properly sets the search when a search query is already set1028 properly handles both a status and search query1029Admin add license1030 default state1031 has the correct headline1032 has unselected EULA checkbox by default1033 has disabled button "Add license" by default1034 redirects to current Subscription terms1035 enables button "Add license" when EULA checkbox is selected1036 uploading license1037 when license is valid1038 when license is active immediately1039 uploads license1040 behaves like active navigation item1041 activates the "Settings General" navigation item1042 when license starts in the future1043 when a current license exists1044 uploads license1045 behaves like active navigation item1046 activates the "Settings General" navigation item1047 when no current license exists1048 uploads license1049 behaves like active navigation item1050 activates the "Settings General" navigation item1051 when license is invalid1052 doesn't upload license1053 behaves like active navigation item1054 activates the "Settings General" navigation item1055Groups > Members > Manage members1056 with overage modal concerns1057 when adding a member to a free group1058 behaves like adding one user with a given role doesn't trigger an overage modal1059 is expected to have visible button "Developer" that is not disabled1060 when adding a member to a premium group1061 when there is one free space in the subscription1062 adding two users triggers overage modal1063 behaves like adding one user with a given role doesn't trigger an overage modal1064 is expected to have visible button "Developer" that is not disabled1065 when modal is shown1066 get back to initial modal if not confirmed1067 behaves like shows an overage for one Developer added and invites them to a group if confirmed1068 is expected to have visible button "Developer" that is not disabled1069 when adding a member to a ultimate group with no places left1070 behaves like shows an overage for one Developer added and invites them to a group if confirmed1071Skipping ./ee/spec/features/groups/members/manage_members_spec.rb[1:1:3:1:1] 'Groups > Members > Manage members with overage modal concerns when adding a member to a ultimate group with no places left behaves like shows an overage for one Developer added and invites them to a group if confirmed ' because it's flaky.1072 example at ./ee/spec/features/groups/members/manage_members_spec.rb:37 (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1073 behaves like adding one user with a given role doesn't trigger an overage modal1074 is expected to have visible button "Guest" that is not disabled1075 when adding to a group not eligible for reconciliation1076 behaves like adding one user with a given role doesn't trigger an overage modal1077 is expected to have visible button "Developer" that is not disabled1078 with banned members1079 owner can unban banned users1080 when feature flag is disabled1081 owner cannot see banned users1082 when licensed feature is not available1083 owner cannot see banned users1084 with free user limit1085 when at free user limit1086 shows the alert notification in the modal1087 when close to free user limit on new namespace1088 shows the alert notification in the modal1089Multiple Issue Boards1090 with multiple group issue boards disabled1091 hides the link to create a new board1092 does not show license warning when there is one board created1093 shows a license warning when group has more than one board1094 with multiple group issue boards enabled1095 behaves like multiple issue boards1096 authorized user1097 shows current board name1098 shows a list of boards1099 switches current board1100 creates new board without detailed configuration1101 adds a list to the none default board1102 maintains sidebar state over board switch1103 switches current board back1104 unauthorized user1105 shows current board name1106 shows a list of boards1107 switches current board1108 does not show action links1109Environments page1110 when an environment is protected and user has access to it1111 when environment has manual actions1112 shows an enabled play button1113 shows a stop button1114 with external_url1115 shows an external link button1116 when terminal is available1117 shows a terminal button1118 when environment can be rollback1119 shows re deploy button1120 when environment is protected and user does not have access to it1121 when environment has manual actions1122 show a disabled play button1123 does not show a stop button1124 with external_url1125 shows an external link button1126 when terminal is available1127 does not shows a terminal button1128 when environment can be rollback1129 does not show a re deploy button1130 when environment has an open alert1131 shows the open alert for the environment row1132 when user does not have a license for the feature1133 does not show the open alert for the environment row1134User edits merge request with blocking MRs1135 feature is enabled1136 user can see the other MR1137 can add the other MR1138 can see and remove an existing blocking MR1139 user cannot see the other MR1140 cannot add the other MR1141 sees the existing MR as hidden and can remove it1142 feature is disabled1143 cannot see the blocking MR controls1144Billings > Extend / Reactivate Trial1145 with paid subscription1146 when expired1147 behaves like a non-reactivatable trial1148 does not display the "Reactivate trial" button1149 behaves like a non-extendable trial1150 does not display the "Extend trial" button1151 when the feature flag is disabled1152 behaves like a non-reactivatable trial1153 does not display the "Reactivate trial" button1154 behaves like a non-extendable trial1155 does not display the "Extend trial" button1156 when not expired1157 behaves like a non-reactivatable trial1158 does not display the "Reactivate trial" button1159 behaves like a non-extendable trial1160 does not display the "Extend trial" button1161 without a subscription1162 behaves like a non-reactivatable trial1163 does not display the "Reactivate trial" button1164 behaves like a non-extendable trial1165 does not display the "Extend trial" button1166 with active trial near the expiration date1167 behaves like an extendable trial1168 extends the trial1169 behaves like a non-reactivatable trial1170 does not display the "Reactivate trial" button1171 with extended trial1172 behaves like a non-extendable trial1173 does not display the "Extend trial" button1174 behaves like a non-reactivatable trial1175 does not display the "Reactivate trial" button1176 with reactivated trial1177 behaves like a non-extendable trial1178 does not display the "Extend trial" button1179 behaves like a non-reactivatable trial1180 does not display the "Reactivate trial" button1181 with expired trial1182 behaves like a reactivatable trial1183 reactivates trial1184 behaves like a non-extendable trial1185 does not display the "Extend trial" button1186Project > User views empty wiki1187 behaves like User views empty wiki1188 when signed in user is an Auditor1189 when user is not a member of the project1190 behaves like empty wiki message1191 shows the empty state message with the expected elements1192 when user is a member of the project1193 behaves like empty wiki message1194 shows the empty state message with the expected elements1195Protected Environments1196 shows Protected Environments settings1197 shows all subgroups of the organization in the creation form1198 allows to create a group-level protected environment1199 when no subgroups exist1200 shows search box without throwing an error1201 when protected environments already exist1202 allows user to change the allowed groups1203 allows user to destroy the entry1204 when license does not exist1205 does not show the Protected Environments settings1206 when the user has maintainer role1207 does not show the Protected Environments settings1208Identity Verification1209 # order random1210 signing up1211Skipping ./ee/spec/features/users/identity_verification_spec.rb[1:1:1] 'Identity Verification signing up shows the verification page' because it's flaky.1212 shows the verification page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1213 verifying the code1214 successfully confirms the user and shows the verification successful page1215 shows client side empty eror message1216 shows client side invalid eror message1217 shows a server side general error message1218Skipping ./ee/spec/features/users/identity_verification_spec.rb[1:1:2:5] 'Identity Verification signing up verifying the code shows a server side rate limited error message' because it's flaky.1219 shows a server side rate limited error message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1220 shows a server side invalid error message1221 shows a server side expired error message1222 resending the code1223Skipping ./ee/spec/features/users/identity_verification_spec.rb[1:1:3:2] 'Identity Verification signing up resending the code shows an error when failing to resend' because it's flaky.1224 shows an error when failing to resend (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1225 resends a different code1226EE user opens IDE1227 no push rules1228 behaves like no warning1229 does not show warning1230 when has reject_unsigned_commit push rule1231 behaves like has warning1232 shows warning1233 and feature flag off1234 behaves like no warning1235 does not show warning1236Groups > Audit Events1237 has Audit events button in head nav bar1238 unlicensed1239 returns 4041240 does not have Audit events button in head nav bar1241 changing a user access level1242 appears in the group's audit events1243 audit event filter1244 filter by date1245 behaves like audit events date filter1246 shows only 2 days old events1247 shows only today's event1248 shows a message if provided date is invalid1249 signed in as a developer1250 filter by author1251 behaves like audit events author filtering without entity admin permission1252 shows only events by the current user when filtering for another user's id1253 shows only events by the current user when filtering for another user's username1254Trial flow for user picking company and creating a project1255 # order random1256/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil1257DEPRECATION WARNING: The asset "learn_gitlab/pipeline_created.svg" is not present in the asset pipeline.1258Falling back to an asset that may be in the public folder.1259This behavior is deprecated and will be removed.1260To bypass the asset pipeline and preserve this behavior,1261use the `skip_pipeline: true` option.1262 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1263DEPRECATION WARNING: The asset "learn_gitlab/trial_started.svg" is not present in the asset pipeline.1264Falling back to an asset that may be in the public folder.1265This behavior is deprecated and will be removed.1266To bypass the asset pipeline and preserve this behavior,1267use the `skip_pipeline: true` option.1268 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1269DEPRECATION WARNING: The asset "learn_gitlab/required_mr_approvals_enabled.svg" is not present in the asset pipeline.1270Falling back to an asset that may be in the public folder.1271This behavior is deprecated and will be removed.1272To bypass the asset pipeline and preserve this behavior,1273use the `skip_pipeline: true` option.1274 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1275DEPRECATION WARNING: The asset "learn_gitlab/code_owners_enabled.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 block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1281DEPRECATION WARNING: The asset "learn_gitlab/issue_created.svg" is not present in the asset pipeline.1282Falling back to an asset that may be in the public folder.1283This behavior is deprecated and will be removed.1284To bypass the asset pipeline and preserve this behavior,1285use the `skip_pipeline: true` option.1286 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1287DEPRECATION WARNING: The asset "learn_gitlab/git_write.svg" is not present in the asset pipeline.1288Falling back to an asset that may be in the public folder.1289This behavior is deprecated and will be removed.1290To bypass the asset pipeline and preserve this behavior,1291use the `skip_pipeline: true` option.1292 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1293DEPRECATION WARNING: The asset "learn_gitlab/merge_request_created.svg" is not present in the asset pipeline.1294Falling back to an asset that may be in the public folder.1295This behavior is deprecated and will be removed.1296To bypass the asset pipeline and preserve this behavior,1297use the `skip_pipeline: true` option.1298 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1299DEPRECATION WARNING: The asset "learn_gitlab/user_added.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 block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1305DEPRECATION WARNING: The asset "learn_gitlab/security_scan_enabled.svg" is not present in the asset pipeline.1306Falling back to an asset that may be in the public folder.1307This behavior is deprecated and will be removed.1308To bypass the asset pipeline and preserve this behavior,1309use the `skip_pipeline: true` option.1310 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:39)1311 registers the user and creates a group and project reaching onboarding1312User edits iteration1313 with license1314 as authorized user1315 using manual iteration cadences1316 behaves like manually managed iteration1317 load edit page directly1318 prefills fields and allows updating all values1319 load edit page from report1320 prefills fields and updates URL1321 using automatic iteration cadences1322 load edit page directly1323 prefills and allows updating description1324 load edit page from report1325 prefills description and updates URL1326 as guest user1327Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/groups/iterations/user_edits_iteration_spec.rb:1541328 does not show edit dropdown1329 redirects to cadence list page when loading edit page directly1330Groups > Push Rules1331 reject_unsigned_commits rule1332 unlicensed1333 does not render the setting checkbox1334 licensed1335 renders the setting checkbox1336 with GL.com plans1337 when disabled1338 does not render the setting checkbox1339 when enabled1340 renders the setting checkbox1341 commit_committer_check rule1342 unlicensed1343 does not render the setting checkbox1344 licensed1345 renders the setting checkbox1346 with GL.com plans1347 when disabled1348 does not render the setting checkbox1349 when enabled1350 renders the setting checkbox1351Jobs1352 GET /:project/jobs/:id1353 job project is over shared runners limit1354 displays a warning message1355 job project is not over shared runners limit1356 does not display a warning message1357 when job is not running1358 when namespace is in read-only mode1359 does not show retry button1360Merge requests > User merges immediately1361 when the merge request is on the merge train1362 shows a warning dialog and does nothing if the user selects "Cancel"1363 shows a warning dialog and merges immediately after the user confirms1364Project Insights1365 behaves like Insights page1366 as a permitted user1367 with correct license1368 has correct title1369 navigation1370 by default loads the first page1371 displays correctly when navigating back to insights1372 hash fragment navigation1373 loads the correct page1374 without correct license1375 returns 4041376File blob > Code owners1377 when there is a codeowners file1378 when the feature is available1379 shows the code owners related to a file1380 does not show the code owners banner when there are no code owners1381 when the feature is not available1382 does not show the code owners related to a file1383Sign up with trial from external site without confirmation1384 # order random1385 passes glm parameters until user is onboarded1386Milestones on EE1387 burndown charts1388 with the milestone charts feature available1389 shows a burndown chart1390 with due & start date not set1391 shows a mention to fill in dates1392 with the milestone charts feature disabled1393 has a link to upgrade to Bronze when checking the namespace plan1394 has a link to upgrade to starter on premise1395 with the issuable weights feature disabled1396 has a link to upgrade to Bronze when checking the namespace plan1397 has a link to upgrade to starter on premise1398 milestone summary1399 shows the total weight when sum is greater than zero1400 hides the total weight when sum is equal to zero1401Automatic Deployment Rollbacks1402 when the user is not authorised1403 renders 404 page1404 when project does not have a license for auto_rollback feature1405 behaves like the auto rollback feature is not available1406 does not render the Automatic Deployment Rollbacks checkbox1407 when project has a license for auto_rollback feature1408 checks the auto rollback checkbox when the checkbox is checked1409 when the checkbox is checked1410 unchecks the auto rollback checkbox1411Confidential notes on epics1412 # order random1413 behaves like confidential notes on issuables1414 when user does not have permissions1415 does not show confidential note checkbox1416 when user has permissions1417 creates confidential note1418On-call Schedules1419 displaying the empty state by default1420 is expected to have visible button "Add a schedule" that is not disabled1421 creating a schedule1422 adds a schedule given valid options1423User views iteration cadences1424 shows iteration cadences with iterations when expanded1425 only shows completed iterations on Done tab1426 shows inherited cadences in subgroup1427Group SAML SSO1428 sign_up1429 when signed in1430DEPRECATION WARNING: [Devise] `DeviseHelper#devise_error_messages!` is deprecated and will be1431removed in the next major version.1432Devise now uses a partial under "devise/shared/error_messages" to display1433error messages by default, and make them easier to customize. Update your1434views changing calls from:1435 <%= devise_error_messages! %>1436to:1437 <%= render "devise/shared/error_messages", resource: resource %>1438To start customizing how errors are displayed, you can copy the partial1439from devise to your `app/views` folder. Alternatively, you can run1440`rails g devise:views` which will copy all of them again to your app.1441 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___420252153237851916_166502960 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)1442 doesn't display the authorize tab1443 SAML response includes a verified email from the logged in user1444DEPRECATION WARNING: [Devise] `DeviseHelper#devise_error_messages!` is deprecated and will be1445removed in the next major version.1446Devise now uses a partial under "devise/shared/error_messages" to display1447error messages by default, and make them easier to customize. Update your1448views changing calls from:1449 <%= devise_error_messages! %>1450to:1451 <%= render "devise/shared/error_messages", resource: resource %>1452To start customizing how errors are displayed, you can copy the partial1453from devise to your `app/views` folder. Alternatively, you can run1454`rails g devise:views` which will copy all of them again to your app.1455 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___420252153237851916_166502960 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)1456 allows to complete the transfer and sign in to the group1457 convert_user_to_group_managed_accounts flag is disable1458DEPRECATION WARNING: [Devise] `DeviseHelper#devise_error_messages!` is deprecated and will be1459removed in the next major version.1460Devise now uses a partial under "devise/shared/error_messages" to display1461error messages by default, and make them easier to customize. Update your1462views changing calls from:1463 <%= devise_error_messages! %>1464to:1465 <%= render "devise/shared/error_messages", resource: resource %>1466To start customizing how errors are displayed, you can copy the partial1467from devise to your `app/views` folder. Alternatively, you can run1468`rails g devise:views` which will copy all of them again to your app.1469 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___420252153237851916_166502960 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)1470 doesn't display the authorize tab1471User deletes feature flag1472 records audit event1473Internal Project Snippets Access1474 GET /:project_path/snippets1475DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1476 is expected to be allowed for auditor1477 GET /:project_path/snippets/new1478 is expected to be denied for auditor1479 GET /:project_path/snippets/:id1480 for an internal snippet1481 is expected to be allowed for auditor1482 for a private snippet1483 is expected to be allowed for auditor1484 GET /:project_path/snippets/:id/raw1485 for an internal snippet1486 is expected to be allowed for auditor1487 for a private snippet1488 is expected to be allowed for auditor1489User adds hook1490 adds new hook1491EE > Projects > Settings > Merge requests > User manages approval rules1492 # order random1493 when `code_owner_approval_required` is not available1494 does not allow the user to require code owner approval1495 when merge requests is not available1496 does not show approval settings1497 when merge requests is available1498 shows approval settings1499EE > Projects > Settings > User manages merge requests template1500 saves merge request template1501OneTrust in the sign up flow1502 when user visits /users/sign_up/groups_projects/new1503 behaves like one trust settings1504 has the OneTrust CSP settings1505 when user visits /users/sign_up/welcome/trial_getting_started1506 behaves like one trust settings1507 has the OneTrust CSP settings1508Knapsack report was generated. Preview:1509{1510 "ee/spec/features/admin/geo/admin_geo_projects_spec.rb": 334.60369605799997,1511 "ee/spec/features/projects/members/manage_groups_spec.rb": 126.37678705999997,1512 "ee/spec/features/epics/update_epic_spec.rb": 110.89552299599995,1513 "ee/spec/features/geo_node_spec.rb": 99.14803454599996,1514 "ee/spec/features/admin/licenses/admin_adds_license_spec.rb": 84.79261351399987,1515 "ee/spec/features/groups/members/manage_members_spec.rb": 68.405064605,1516 "ee/spec/features/boards/group_boards/multiple_boards_spec.rb": 66.10978647700017,1517 "ee/spec/features/projects/environments/environments_spec.rb": 50.71076940900025,1518 "ee/spec/features/merge_request/user_edits_merge_request_blocking_mrs_spec.rb": 47.779411011999855,1519 "ee/spec/features/billings/extend_reactivate_trial_spec.rb": 46.12500946699993,1520 "ee/spec/features/projects/wiki/user_views_wiki_empty_spec.rb": 35.21628583100028,1521 "ee/spec/features/groups/settings/protected_environments_spec.rb": 32.155325043000175,1522 "ee/spec/features/users/identity_verification_spec.rb": 26.475040371999967,1523 "ee/spec/features/ide/user_opens_ide_spec.rb": 24.99650478700005,1524 "ee/spec/features/groups/audit_events_spec.rb": 25.161215620999883,1525 "ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb": 26.249830518999715,1526 "ee/spec/features/groups/iterations/user_edits_iteration_spec.rb": 20.469007419000263,1527 "ee/spec/features/groups/push_rules_spec.rb": 17.042866129999766,1528 "ee/spec/features/projects/jobs_spec.rb": 17.003903347999767,1529 "ee/spec/features/merge_request/user_merges_immediately_spec.rb": 15.88660033899987,1530 "ee/spec/features/projects/insights_spec.rb": 14.911157319999802,1531 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 12.738505503999932,1532 "ee/spec/features/registrations/sign_up_with_trial_from_external_site_without_confirmation_spec.rb": 9.95809577,1533 "ee/spec/features/projects/milestones/milestone_spec.rb": 10.341540553000414,1534 "ee/spec/features/projects/settings/auto_rollback_spec.rb": 8.66751781999983,1535 "ee/spec/features/epics/confidential_notes_spec.rb": 9.25804842999969,1536 "ee/spec/features/oncall_schedules/user_creates_schedule_spec.rb": 8.145961909000107,1537 "ee/spec/features/groups/iterations/user_views_iteration_cadence_spec.rb": 7.670250757000304,1538 "ee/spec/features/groups/sso_spec.rb": 7.72312178600032,1539 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 6.794074479999836,1540 "ee/spec/features/security/project/snippet/internal_access_spec.rb": 3.4900472240001363,1541 "ee/spec/features/groups/hooks/user_adds_hook_spec.rb": 5.319771023999692,1542 "ee/spec/features/projects/settings/merge_requests/user_manages_approval_settings_spec.rb": 3.3280526159996953,1543 "ee/spec/features/projects/settings/user_manages_merge_requests_template_spec.rb": 3.009781062000002,1544 "ee/spec/features/registrations/one_trust_spec.rb": 1.39376353699981341545}1546Knapsack global time execution for tests: 23m 08s1547Pending: (Failures listed here are expected and do not affect your suite's status)1548 1) Groups > Members > Manage members with overage modal concerns when adding a member to a ultimate group with no places left behaves like shows an overage for one Developer added and invites them to a group if confirmed 1549 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1550 # ./ee/spec/features/groups/members/manage_members_spec.rb:371551 2) Identity Verification signing up shows the verification page1552 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1553 # ./ee/spec/features/users/identity_verification_spec.rb:231554 3) Identity Verification signing up verifying the code shows a server side rate limited error message1555 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1556 # ./ee/spec/features/users/identity_verification_spec.rb:581557 4) Identity Verification signing up resending the code shows an error when failing to resend1558 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1559 # ./ee/spec/features/users/identity_verification_spec.rb:931560Finished in 23 minutes 12 seconds (files took 41.67 seconds to load)1561243 examples, 0 failures, 4 pending1562Randomized with seed 259171563[TEST PROF INFO] Time spent in factories: 02:20.805 (10.1% of total time)1564Failed to write to log, write log/workhorse-test.log: file already closed1565RSpec exited with 0.1566No examples to retry, congrats!1568Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1569Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1571Uploading artifacts...1572coverage/: found 5 matching files and directories 1573crystalball/: found 2 matching files and directories 1574deprecations/: found 13 matching files and directories 1575knapsack/: found 3 matching files and directories 1576rspec/: found 13 matching files and directories 1577WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1578log/*.log: found 18 matching files and directories 1579WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3318206652/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1580WARNING: Retrying... context=artifacts-uploader error=request redirected1581Uploading artifacts as "archive" to coordinator... 201 Created id=3318206652 responseStatus=201 Created token=WWbd1Lxb1582Uploading artifacts...1583rspec/junit_rspec.xml: found 1 matching files and directories 1584WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3318206652/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1585WARNING: Retrying... context=artifacts-uploader error=request redirected1586Uploading artifacts as "junit" to coordinator... 201 Created id=3318206652 responseStatus=201 Created token=WWbd1Lxb1588Job succeeded