rspec system pg12 5/28
Passed Started
by
@eurie

Ethan Urie
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org tDjA3Sp33 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-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:10f11c61d788ddcfee2aecd5517b4d3d22c9205b610ed25e447a28271330a71a for postgres:12 with digest postgres@sha256:d85383fc68253dc4007c836281830c1d740921dc582e428e107181ebd5b2d5db ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...18Running on runner-tdja3sp3-project-278964-concurrent-0 via runner-tdja3sp3-private-1672862931-e8605c0d...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: 148065, done. 25remote: Counting objects: 100% (148065/148065), done. 26remote: Compressing objects: 100% (90316/90316), done. 27remote: Total 148065 (delta 71470), reused 105694 (delta 52453), pack-reused 0 28Receiving objects: 100% (148065/148065), 120.96 MiB | 33.53 MiB/s, done.29Resolving deltas: 100% (71470/71470), done.31 * [new ref] refs/pipelines/738499518 -> refs/pipelines/73849951832 * [new branch] master -> origin/master33Checking out e6a357ca as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3555856595)...45Downloading artifacts from coordinator... ok id=3555856595 responseStatus=200 OK token=64_6tcup46Downloading artifacts for detect-tests (3555856606)...47Downloading artifacts from coordinator... ok id=3555856606 responseStatus=200 OK token=64_6tcup48Downloading artifacts for retrieve-tests-metadata (3555856611)...49Downloading artifacts from coordinator... ok id=3555856611 responseStatus=200 OK token=64_6tcup50Downloading artifacts for setup-test-env (3555856600)...51Downloading artifacts from coordinator... ok id=3555856600 responseStatus=200 OK token=64_6tcup53Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...54$ echo $FOSS_ONLY55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh687Using decomposed database config (config/database.yml.decomposed-postgresql)688$ setup_db_user_only689CREATE ROLE690GRANT691==> 'setup_db_user_only' succeeded in 0 seconds.692$ bundle exec rake db:drop db:create db:schema:load db:migrate693Dropped database 'gitlabhq_test'694Dropped database 'gitlabhq_test_ci'695Dropped database 'gitlabhq_geo_test'696Created database 'gitlabhq_test'697Created database 'gitlabhq_test_ci'698Created database 'gitlabhq_geo_test'699==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 30 seconds.700$ setup_db_praefect701SELECT pg_catalog.set_config('search_path', '', false);702CREATE DATABASE praefect_test ENCODING 'UTF8';703==> 'setup_db_praefect' succeeded in 0 seconds.704$ source ./scripts/rspec_helpers.sh705$ run_timed_command "gem install knapsack --no-document"706$ gem install knapsack --no-document707Successfully installed knapsack-4.0.07081 gem installed709==> 'gem install knapsack --no-document' succeeded in 1 seconds.710$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"820$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"821SKIP_FLAKY_TESTS_AUTOMATICALLY: true822RETRY_FAILED_TESTS_IN_NEW_PROCESS: true823KNAPSACK_GENERATE_REPORT: true824FLAKY_RSPEC_GENERATE_REPORT: true825KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb826KNAPSACK_LOG_LEVEL: debug827KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_5_28_report.json828FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json829FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_5_28_report.json830NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_5_28_report.json831SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_5_28_report.txt832RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_5_28_report.txt833CRYSTALBALL: 834Knapsack report generator started!835Run options: exclude {:quarantine=>true, :level=>"migration"}836Test environment set up in 0.847728427 seconds837Merge request > User resolves diff notes and threads838Starting the Capybara driver server...839 no threads840Capybara starting Puma...841* Version 5.6.5 , codename: Birdie's Version842* Min threads: 0, max threads: 4843* Listening on unix:///tmp/20230104-467-m25roi844 displays no thread resolved data845 as authorized user846 single thread847 shows text with how many threads848 allows user to mark a note as resolved849 allows user to mark thread as resolved850 allows user to unresolve thread851 allows user to resolve from reply form without a comment852 allows user to comment & resolve thread853 allows user to quickly scroll to next unresolved thread854 hides jump to next button when all resolved855 updates updated text after resolving note856 hides jump to next thread button857 resolved thread858 timeline view859 hides when resolve thread is clicked860 shows resolved thread when toggled861 renders tables in lazy-loaded resolved diff dicussions862 side-by-side view863 hides when resolve thread is clicked864 reply form865 allows user to comment866 allows user to unresolve from reply form without a comment867 allows user to comment & unresolve thread868 multiple notes869 marks thread as resolved when resolving single note870 resolves thread871 muliple threads872 shows text with how many threads873 allows user to mark a single note as resolved874 allows user to mark all notes as resolved875 allows user to mark all threads as resolved876 allows user to quickly scroll to next unresolved thread877 updates updated text after resolving note878 displays next thread even if hidden879 changes tab880 shows text with how many threads881 allows user to mark a note as resolved882 allows user to mark thread as resolved883 allows user to unresolve thread884 allows user to comment & resolve thread885 allows user to comment & unresolve thread886 as a guest887 someone elses merge request888 does not allow user to mark note as resolved889 does not allow user to mark thread as resolved890 guest users merge request891 allows user to mark a note as resolved892 unauthorized user893 no resolved comments894 does not allow user to mark note as resolved895Resolving all open threads in a merge request from an issue896 as a user with access to the project897 shows a button to resolve all threads by creating a new issue898 resolving the thread899 hides the link for creating a new issue900 creating an issue for threads901 behaves like creating an issue for a thread902 shows an issue creation form903 creates a new issue for the project904 for a project where all threads need to be resolved before merging905 with the internal tracker disabled906 does not show a link to create a new issue907 merge request has threads that need to be resolved908 shows a warning that the merge request contains unresolved threads909 has a link to resolve all threads by creating an issue910 creating an issue for threads911 behaves like creating an issue for a thread912 shows an issue creation form913 creates a new issue for the project914 as a reporter915 shows a notice to ask someone else to resolve the threads916Merge request > User posts notes917 the note form918 is valid919 with text920 has enable submit button, preview button and saves content to local storage921 when posting a note922 is added and form reset923 reply button924 shows a reply button925 shows reply placeholder when clicking reply button926 replying to a comment927 makes the discussion resolvable928 when comment is deleted929 shows an error message930 when previewing a note931 shows the toolbar buttons when editing a note932 hides the toolbar buttons when previewing a note933 when editing a note934 editing the note935 shows the note edit form and hide the note body936 resets the edit note form textarea with the original content of the note if cancelled937 allows using markdown buttons after saving a note and then trying to edit it again938 appends the edited at time to the note939 deleting attachment on legacy diff note940 shows the delete link (PENDING: Temporarily skipped with xit)941 removes the attachment div and resets the edit form (PENDING: Temporarily skipped with xit)942User views diffs943 shows diffs944 hides loading spinner after load945 when in the inline view946 unfolds diffs upwards947 unfolds diffs in the middle948 unfolds diffs downwards949 unfolds diffs to the end950 when in the side-by-side view951 shows diffs in parallel952 toggles container class953 unfolds diffs upwards954 unfolds diffs in the middle955 unfolds diffs downwards956 unfolds diffs to the end957Project milestone958 when project has enabled issues959 shows issues tab960 shows issues stats961 shows link to browse and add issues962 when clicking on other tabs963 tab_text: "Merge requests", href: "#tab-merge-requests", panel_content: "Work in progress"964 shows the merge requests tab and panel965 sets the location hash966 tab_text: "Participants", href: "#tab-participants", panel_content: nil967 shows the merge requests tab and panel968 sets the location hash969 tab_text: "Labels", href: "#tab-labels", panel_content: nil970 shows the merge requests tab and panel971 sets the location hash972 when project has disabled issues973 does not show any issues under the issues tab974 hides issues stats975 hides new issue button976 does not show an informative message977 when project has an issue978 the collapsed sidebar979 shows the total MR and issue counts980 when the milestone is not associated with a release981 shows "None" in the "Releases" section982 when the sidebar is collapsed983 shows "0" in the "Releases" section984 has a tooltip that reads "Releases"985 when the milestone is associated with one release986 shows "Version 5" in the "Release" section987 when the sidebar is collapsed988 shows "1" in the "Releases" section989 has a tooltip that reads "1 release"990 when the milestone is associated with multiple releases991 shows a shortened list of releases in the "Releases" section992 when the sidebar is collapsed993 shows "6" in the "Releases" section994 has a tooltip that reads "6 releases"995Groups > Members > Manage groups996 when group link does not exist997 can share a group with group998 when group link exists999 remove group from group1000 update group to owner level1001 updates expiry date1002 when expiry date is set1003 clears expiry date1004 group search results1005 behaves like inviting groups search results1006 with instance admin considerations1007 when user is an admin1008 shows groups where the admin has no direct membership1009 shows groups where the admin has at least guest level membership1010 when user is not an admin1011 does not show groups where the user has no direct membership1012 shows groups where the user has at least guest level membership1013 when user is not an admin and there are hierarchy considerations1014 does not show self or ancestors1015 when sharing with groups outside the hierarchy is enabled1016 shows groups within and outside the hierarchy in search results1017 when sharing with groups outside the hierarchy is disabled1018 shows only groups within the hierarchy in search results1019Multiple Issue Boards1020 behaves like multiple issue boards1021 authorized user1022 shows current board name1023 shows a list of boards1024 switches current board1025 creates new board without detailed configuration1026 adds a list to the none default board1027 maintains sidebar state over board switch1028 switches current board back1029 unauthorized user1030 shows current board name1031 shows a list of boards1032 switches current board1033 does not show action links1034Issue Detail1035 when user displays the issue1036 shows the issue1037 when user displays the issue as an incident1038 does not show design management1039 when issue description has emojis1040 renders gl-emoji tag1041 when edited by a user who is later deleted1042Skipping ./spec/features/issues/issue_detail_spec.rb[1:5:1] 'Issue Detail when edited by a user who is later deleted shows the issue' because it's flaky.1043 shows the issue (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1044 user updates `issue_type` via the issue type dropdown1045 when an issue `issue_type` is edited1046 by non-member author1047 cannot see Incident option1048 by reporter1049 routes the user to the incident details page when the `issue_type` is set to incident1050 when an incident `issue_type` is edited1051 by non-member author1052 cannot edit issuable1053 by reporter1054 routes the user to the issue details page when the `issue_type` is set to issue1055Merge request > User sees suggest pipeline1056 shows the suggest pipeline widget and then allows dismissal correctly1057 takes the user to the pipeline editor with a pre-filled CI config file form1058 when feature setting is disabled1059 does not show the suggest pipeline widget1060Edit group settings1061 when the group path is changed1062 the group is accessible via the new path1063 the old group path redirects to the new path1064 with a subgroup1065 the subgroup is accessible via the new path1066 the old subgroup path redirects to the new path1067 with a project1068 the project is accessible via the new path1069 the old project path redirects to the new path1070 project creation level menu1071 shows the selection menu1072 subgroup creation level menu1073 shows the selection menu1074 edit group avatar1075 uploads new group avatar1076/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 nil1077 removes group avatar1078 edit group path1079 has a root URL label for top-level group1080 has a parent group URL label for a subgroup group1081 disable email notifications1082 is visible1083 accepts the changed state1084 prevent sharing outside group hierarchy setting1085 updates the setting1086 is not present for a subgroup1087Merge Requests > User filters by target branch1088 filtering by target-branch:master1089 applies the filter1090 filtering by target-branch:merged-target1091 applies the filter1092 filtering by target-branch:feature1093 applies the filter1094 filtering by target-branch:!=master1095 applies the filter1096Groups > Members > Leave group1097 guest leaves the group1098 guest leaves the group by url param1099 guest leaves the group as last member1100 owner leaves the group if they are not the last owner1101 owner can not leave the group if they are the last owner1102 owner can not leave the group by url param if they are the last owner1103Merge Requests > User filters by deployments1104 filtering by deployed-before1105 applies the filter1106 filtering by deployed-after1107 applies the filter1108 filtering by environment1109 applies the filter1110Search bar1111 keyboard navigation1112 selects item1113 clear search button1114 clears text1115 hides by default1116 hides after clicked1117 hides when there is no text1118 shows when there is text1119 resets the dropdown hint filter1120User views issue designs1121 navigates from the issue view1122 fetches list of designs1123 navigates directly to the design collection view1124 expands the sidebar1125 navigates directly to the individual design view1126 sees the design1127User uploads new design1128 when the feature is available11292023-01-04 21:07:19 +0000 Rack app ("POST /api/graphql" - (127.0.0.1)): #<Gitlab::QueryLimiting::Transaction::ThresholdExceededError: Too many SQL queries were executed in GraphqlController#execute (application/json): a maximum of 100 is allowed but 101 SQL queries were executed11300: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_last_update_at" AS t0_r23, "projects"."mirror_last_successful_update_at" AS t0_r24, "projects"."mirror_user_id" AS t0_r25, "projects"."shared_runners_enabled" AS t0_r26, "projects"."runners_token" AS t0_r27, "projects"."build_allow_git_fetch" AS t0_r28, "projects"."build_timeout" AS t0_r29, "projects"."mirror_trigger_builds" AS t0_r30, "projects"."pending_delete" AS t0_r31, "projects"."public_builds" AS t0_r32, "projects"."last_repository_check_failed" AS t0_r33, "projects"."last_repository_check_at" AS t0_r34, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r35, "projects"."has_external_issue_tracker" AS t0_r36, "projects"."repository_storage" AS t0_r37, "projects"."repository_read_only" AS t0_r38, "projects"."request_access_enabled" AS t0_r39, "projects"."has_external_wiki" AS t0_r40, "projects"."ci_config_path" AS t0_r41, "projects"."lfs_enabled" AS t0_r42, "projects"."description_html" AS t0_r43, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r44, "projects"."repository_size_limit" AS t0_r45, "projects"."printing_merge_request_link_enabled" AS t0_r46, "projects"."auto_cancel_pending_pipelines" AS t0_r47, "projects"."service_desk_enabled" AS t0_r48, "projects"."cached_markdown_version" AS t0_r49, "projects"."delete_error" AS t0_r50, "projects"."last_repository_updated_at" AS t0_r51, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r52, "projects"."storage_version" AS t0_r53, "projects"."resolve_outdated_diff_discussions" AS t0_r54, "projects"."remote_mirror_available_overridden" AS t0_r55, "projects"."only_mirror_protected_branches" AS t0_r56, "projects"."pull_mirror_available_overridden" AS t0_r57, "projects"."jobs_cache_index" AS t0_r58, "projects"."external_authorization_classification_label" AS t0_r59, "projects"."mirror_overwrites_diverged_branches" AS t0_r60, "projects"."pages_https_only" AS t0_r61, "projects"."external_webhook_token" AS t0_r62, "projects"."packages_enabled" AS t0_r63, "projects"."merge_requests_author_approval" AS t0_r64, "projects"."pool_repository_id" AS t0_r65, "projects"."runners_token_encrypted" AS t0_r66, "projects"."bfg_object_map" AS t0_r67, "projects"."detected_repository_languages" AS t0_r68, "projects"."merge_requests_disable_committers_approval" AS t0_r69, "projects"."require_password_to_approve" AS t0_r70, "projects"."emails_disabled" AS t0_r71, "projects"."max_pages_size" AS t0_r72, "projects"."max_artifacts_size" AS t0_r73, "projects"."pull_mirror_branch_prefix" AS t0_r74, "projects"."remove_source_branch_after_merge" AS t0_r75, "projects"."marked_for_deletion_at" AS t0_r76, "projects"."marked_for_deletion_by_user_id" AS t0_r77, "projects"."autoclose_referenced_issues" AS t0_r78, "projects"."suggestion_commit_message" AS t0_r79, "projects"."project_namespace_id" AS t0_r80, "projects"."hidden" AS t0_r81, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6, "routes"."namespace_id" AS t1_r7 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE ((LOWER(routes.path) = LOWER('namespace77/project77'))) /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/loaders/full_path_model_loader.rb:23:in `block in find'*/11311: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/policies/ee/project_policy.rb:438:in `block (2 levels) in <module:ProjectPolicy>'*/11322: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 100 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/project_policy.rb:906:in `access_allowed_to?'*/11333: SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 100 AND "project_authorizations"."user_id" = 180 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project_team.rb:188:in `block in max_member_access_for_user_ids'*/11344: SELECT "issues".* FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."project_id" = 100 AND "issues"."iid" = 1 ORDER BY "issues"."id" DESC LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/mutations/concerns/mutations/resolves_issuable.rb:16:in `resolve_issuable'*/11355: SELECT "projects".* FROM "projects" WHERE "projects"."id" = 100 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/issuable_policy.rb:4:in `block in <class:IssuablePolicy>'*/11366: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project.rb:1103:in `lfs_enabled?'*/11377: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/issue.rb:663:in `hidden?'*/11388: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 100 AND "routes"."source_type" = 'Project' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/routable.rb:124:in `full_path'*/11399: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/design_collection.rb:45:in `find_or_create_design!'*/114010: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'banana_sample.gif' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/114111: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/114212: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'banana_sample.gif' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/114313: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/114414: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'banana_sample.gif', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/114515: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/114616: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'logo_sample.svg' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/114717: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/114818: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'logo_sample.svg' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/114919: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/115020: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'logo_sample.svg', 3) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/115121: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/115222: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'big-image.png' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/115323: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/115424: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'big-image.png' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/115525: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/115626: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'big-image.png', 4) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/115727: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/115828: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project.rb:1103:in `lfs_enabled?'*/115929: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282' AND "lfs_objects"."size" = 71759 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/116030: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/116131: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/116232: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282', 71759, '2023-01-04 21:07:19.289693', '2023-01-04 21:07:19.289693', '7aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/116333: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 2 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/116434: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 2) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/116535: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/116636: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (2) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/116737: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/116838: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 2 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/116939: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/117040: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 2 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/117141: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (2, 100, '2023-01-04 21:07:19.334651', '2023-01-04 21:07:19.334651', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/117242: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/117343: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541' AND "lfs_objects"."size" = 1201 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/117444: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/117545: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/117646: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541', 1201, '2023-01-04 21:07:19.390978', '2023-01-04 21:07:19.390978', '693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/117747: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/117848: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 3) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/117949: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 3 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/118050: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (3) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/118151: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/118252: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 3 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/118353: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/118454: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 3 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/118555: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (3, 100, '2023-01-04 21:07:19.443694', '2023-01-04 21:07:19.443694', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/118656: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/118757: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248' AND "lfs_objects"."size" = 324444 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/118858: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/118959: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/119060: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248', 324444, '2023-01-04 21:07:19.471302', '2023-01-04 21:07:19.471302', '58e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/119161: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 4 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/119262: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 4) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/119363: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 4 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/119464: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (4) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/119565: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/119666: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 4 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/119767: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/119868: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 4 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/119969: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (4, 100, '2023-01-04 21:07:19.508411', '2023-01-04 21:07:19.508411', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/120070: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/120171: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection", "user_preferences"."diffs_deletion_color", "user_preferences"."diffs_addition_color", "user_preferences"."markdown_automatic_lists", "user_preferences"."use_legacy_web_ide", "user_preferences"."use_new_navigation" FROM "user_preferences" WHERE "user_preferences"."user_id" = 180 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/user.rb:2052:in `user_preference'*/120272: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:87:in `block in create_for_designs'*/120373: INSERT INTO "design_management_versions" ("sha", "issue_id", "created_at", "author_id") VALUES ('\x0e6bb15067b5d21c023186b45ce0fe26656cafdc', 17, '2023-01-04 21:07:19.633007', 180) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:87:in `block in create_for_designs'*/120474: INSERT INTO design_management_designs_versions ("design_id", "version_id", "event")1205 VALUES (3, 3, 0), (4, 3, 0), (5, 3, 0)1206 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/legacy_bulk_insert.rb:45:in `legacy_bulk_insert'*/120775: SELECT "design_management_designs".* FROM "design_management_designs" INNER JOIN "design_management_designs_versions" ON "design_management_designs"."id" = "design_management_designs_versions"."design_id" WHERE "design_management_designs_versions"."version_id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/120876: SELECT exists(1209 SELECT * FROM pg_proc1210 WHERE proname = 'lower'1211 AND proargtypes = ARRAY['bytea'::regtype]::oidvector1212) OR exists(1213 SELECT * FROM pg_proc1214 INNER JOIN pg_cast1215 ON ARRAY[casttarget]::oidvector = proargtypes1216 WHERE proname = 'lower'1217 AND castsource = 'bytea'::regtype1218)1219 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/122077: SELECT 1 AS one FROM "design_management_versions" WHERE "design_management_versions"."sha" = '\x0e6bb15067b5d21c023186b45ce0fe26656cafdc' AND "design_management_versions"."id" != 3 AND "design_management_versions"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/122178: SELECT "issues".* FROM "issues" WHERE "issues"."id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/122279: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/122380: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/plan.rb:17:in `block in default'*/122481: INSERT INTO "events" ("project_id","created_at","updated_at","author_id","action","fingerprint","target_id","target_type") VALUES (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 3, 'DesignManagement::Design'), (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 4, 'DesignManagement::Design'), (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 5, 'DesignManagement::Design') ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/event_create_service.rb:208:in `create_record_events'*/122582: SELECT "design_management_versions".* FROM "design_management_versions" WHERE "design_management_versions"."issue_id" = 17 ORDER BY "design_management_versions"."id" DESC LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/issue.rb:83:in `most_recent'*/122683: SELECT "design_management_designs_versions".* FROM "design_management_designs_versions" WHERE "design_management_designs_versions"."version_id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:67:in `block in cached_actions_for_version'*/122784: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 3 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/122885: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 314 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/routable.rb:124:in `full_path'*/122986: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 3 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/123087: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 3 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/123188: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/123289: SELECT "issues".* FROM "issues" WHERE "issues"."id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/design_management/version_policy.rb:6:in `block in <class:VersionPolicy>'*/123390: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 4 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/123491: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 4 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/123592: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 4 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/123693: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/123794: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 5 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/123895: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 5 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/123996: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 5 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/124097: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/124198: SELECT DISTINCT ON (design_management_designs_versions.design_id) design_management_designs_versions.* FROM "design_management_designs_versions" WHERE "design_management_designs_versions"."version_id" <= 3 AND "design_management_designs_versions"."design_id" IN (3, 4, 5) ORDER BY "design_management_designs_versions"."design_id" ASC, "design_management_designs_versions"."version_id" DESC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:90:in `block (2 levels) in lazy_action'*/124299: SELECT "design_management_versions".* FROM "design_management_versions" WHERE "design_management_versions"."id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:90:in `block (2 levels) in lazy_action'*/1243100: SELECT "todos".* FROM "todos" WHERE "todos"."user_id" = 180 AND ("todos"."state" IN ('pending')) AND "todos"."target_id" IN (3, 4, 5) AND "todos"."target_type" = 'DesignManagement::Design' ORDER BY "todos"."id" DESC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/current_user_todos.rb:30:in `group_by'*/>1244WARN: Screenshot could not be saved. `page.current_path` is empty.1245 uploads designs12471st Try error in ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb:21:1248Too many SQL queries were executed in GraphqlController#execute (application/json): a maximum of 100 is allowed but 101 SQL queries were executed12490: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_last_update_at" AS t0_r23, "projects"."mirror_last_successful_update_at" AS t0_r24, "projects"."mirror_user_id" AS t0_r25, "projects"."shared_runners_enabled" AS t0_r26, "projects"."runners_token" AS t0_r27, "projects"."build_allow_git_fetch" AS t0_r28, "projects"."build_timeout" AS t0_r29, "projects"."mirror_trigger_builds" AS t0_r30, "projects"."pending_delete" AS t0_r31, "projects"."public_builds" AS t0_r32, "projects"."last_repository_check_failed" AS t0_r33, "projects"."last_repository_check_at" AS t0_r34, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r35, "projects"."has_external_issue_tracker" AS t0_r36, "projects"."repository_storage" AS t0_r37, "projects"."repository_read_only" AS t0_r38, "projects"."request_access_enabled" AS t0_r39, "projects"."has_external_wiki" AS t0_r40, "projects"."ci_config_path" AS t0_r41, "projects"."lfs_enabled" AS t0_r42, "projects"."description_html" AS t0_r43, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r44, "projects"."repository_size_limit" AS t0_r45, "projects"."printing_merge_request_link_enabled" AS t0_r46, "projects"."auto_cancel_pending_pipelines" AS t0_r47, "projects"."service_desk_enabled" AS t0_r48, "projects"."cached_markdown_version" AS t0_r49, "projects"."delete_error" AS t0_r50, "projects"."last_repository_updated_at" AS t0_r51, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r52, "projects"."storage_version" AS t0_r53, "projects"."resolve_outdated_diff_discussions" AS t0_r54, "projects"."remote_mirror_available_overridden" AS t0_r55, "projects"."only_mirror_protected_branches" AS t0_r56, "projects"."pull_mirror_available_overridden" AS t0_r57, "projects"."jobs_cache_index" AS t0_r58, "projects"."external_authorization_classification_label" AS t0_r59, "projects"."mirror_overwrites_diverged_branches" AS t0_r60, "projects"."pages_https_only" AS t0_r61, "projects"."external_webhook_token" AS t0_r62, "projects"."packages_enabled" AS t0_r63, "projects"."merge_requests_author_approval" AS t0_r64, "projects"."pool_repository_id" AS t0_r65, "projects"."runners_token_encrypted" AS t0_r66, "projects"."bfg_object_map" AS t0_r67, "projects"."detected_repository_languages" AS t0_r68, "projects"."merge_requests_disable_committers_approval" AS t0_r69, "projects"."require_password_to_approve" AS t0_r70, "projects"."emails_disabled" AS t0_r71, "projects"."max_pages_size" AS t0_r72, "projects"."max_artifacts_size" AS t0_r73, "projects"."pull_mirror_branch_prefix" AS t0_r74, "projects"."remove_source_branch_after_merge" AS t0_r75, "projects"."marked_for_deletion_at" AS t0_r76, "projects"."marked_for_deletion_by_user_id" AS t0_r77, "projects"."autoclose_referenced_issues" AS t0_r78, "projects"."suggestion_commit_message" AS t0_r79, "projects"."project_namespace_id" AS t0_r80, "projects"."hidden" AS t0_r81, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6, "routes"."namespace_id" AS t1_r7 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE ((LOWER(routes.path) = LOWER('namespace77/project77'))) /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/loaders/full_path_model_loader.rb:23:in `block in find'*/12501: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/policies/ee/project_policy.rb:438:in `block (2 levels) in <module:ProjectPolicy>'*/12512: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 100 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/project_policy.rb:906:in `access_allowed_to?'*/12523: SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 100 AND "project_authorizations"."user_id" = 180 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project_team.rb:188:in `block in max_member_access_for_user_ids'*/12534: SELECT "issues".* FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."project_id" = 100 AND "issues"."iid" = 1 ORDER BY "issues"."id" DESC LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/mutations/concerns/mutations/resolves_issuable.rb:16:in `resolve_issuable'*/12545: SELECT "projects".* FROM "projects" WHERE "projects"."id" = 100 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/issuable_policy.rb:4:in `block in <class:IssuablePolicy>'*/12556: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project.rb:1103:in `lfs_enabled?'*/12567: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/issue.rb:663:in `hidden?'*/12578: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 100 AND "routes"."source_type" = 'Project' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/routable.rb:124:in `full_path'*/12589: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/design_collection.rb:45:in `find_or_create_design!'*/125910: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'banana_sample.gif' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/126011: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/126112: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'banana_sample.gif' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/126213: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/126314: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'banana_sample.gif', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/126415: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/126516: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'logo_sample.svg' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/126617: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/126718: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'logo_sample.svg' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/126819: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/126920: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'logo_sample.svg', 3) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/127021: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/127122: SELECT "design_management_designs".* FROM "design_management_designs" WHERE "design_management_designs"."issue_id" = 17 AND "design_management_designs"."project_id" = 100 AND "design_management_designs"."filename" = 'big-image.png' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/127223: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/127324: SELECT 1 AS one FROM "design_management_designs" WHERE "design_management_designs"."filename" = 'big-image.png' AND "design_management_designs"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/127425: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 100 AND "internal_ids"."usage" = 10 RETURNING "last_value" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/internal_id.rb:164:in `update_record!'*/127526: INSERT INTO "design_management_designs" ("project_id", "issue_id", "filename", "iid") VALUES (100, 17, 'big-image.png', 4) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/cross_database_modification.rb:92:in `block in transaction'*/127627: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/127728: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 314 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/project.rb:1103:in `lfs_enabled?'*/127829: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282' AND "lfs_objects"."size" = 71759 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/127930: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/128031: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/128132: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('9e697aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282', 71759, '2023-01-04 21:07:19.289693', '2023-01-04 21:07:19.289693', '7aa09fe196909813ee36103e34f721fe47a5fdc8aac0e4e4ac47b9b38282') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/128233: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 2 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/128334: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 2) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/128435: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/128536: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (2) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/128637: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/128738: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 2 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/128839: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/128940: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 2 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/129041: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (2, 100, '2023-01-04 21:07:19.334651', '2023-01-04 21:07:19.334651', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/129142: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/129243: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541' AND "lfs_objects"."size" = 1201 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/129344: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/129445: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/129546: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('5893693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541', 1201, '2023-01-04 21:07:19.390978', '2023-01-04 21:07:19.390978', '693e5e0f3bf5b6c779303e9847051ee8b382d73ddce61961eb3cfa252541') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/129647: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/129748: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 3) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/129849: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 3 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/129950: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (3) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/130051: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/130152: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 3 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/130253: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/130354: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 3 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/130455: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (3, 100, '2023-01-04 21:07:19.443694', '2023-01-04 21:07:19.443694', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/130556: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/130657: SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."oid" = '0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248' AND "lfs_objects"."size" = 324444 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/130758: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/130859: SELECT 1 AS one FROM "lfs_objects" WHERE "lfs_objects"."oid" = '0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/130960: INSERT INTO "lfs_objects" ("oid", "size", "created_at", "updated_at", "file") VALUES ('0d7658e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248', 324444, '2023-01-04 21:07:19.471302', '2023-01-04 21:07:19.471302', '58e282f0819e67723c485b3afc8515ff58988cdc44c2d25f1518f1c78248') RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/131061: UPDATE "lfs_objects" SET "file_store" = 1 WHERE "lfs_objects"."id" = 4 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/file_store_mounter.rb:17:in `block in mount_file_store_uploader'*/131162: WITH "verifiables" AS MATERIALIZED (SELECT "lfs_objects".* FROM "lfs_objects" WHERE "lfs_objects"."id" = 4) SELECT 1 AS one FROM "verifiables" AS "lfs_objects" WHERE "lfs_objects"."file_store" = 1 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:36:in `in_verifiables?'*/131263: SELECT "lfs_object_states".* FROM "lfs_object_states" WHERE "lfs_object_states"."lfs_object_id" = 4 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/ee/lfs_object.rb:64:in `lfs_object_state'*/131364: INSERT INTO "lfs_object_states" ("lfs_object_id") VALUES (4) RETURNING "lfs_object_id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/ee/app/models/concerns/geo/verifiable_model.rb:28:in `save_verification_details'*/131465: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/lfs/file_transformer.rb:67:in `create_lfs_object!'*/131566: SELECT "lfs_objects_projects".* FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."lfs_object_id" = 4 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:78:in `safe_find_or_create_by'*/131667: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/131768: SELECT 1 AS one FROM "lfs_objects_projects" WHERE "lfs_objects_projects"."lfs_object_id" = 4 AND "lfs_objects_projects"."project_id" = 100 AND "lfs_objects_projects"."repository_type" = 2 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/131869: INSERT INTO "lfs_objects_projects" ("lfs_object_id", "project_id", "created_at", "updated_at", "repository_type") VALUES (4, 100, '2023-01-04 21:07:19.508411', '2023-01-04 21:07:19.508411', 2) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/application_record.rb:86:in `block in safe_find_or_create_by'*/131970: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/132071: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection", "user_preferences"."diffs_deletion_color", "user_preferences"."diffs_addition_color", "user_preferences"."markdown_automatic_lists", "user_preferences"."use_legacy_web_ide", "user_preferences"."use_new_navigation" FROM "user_preferences" WHERE "user_preferences"."user_id" = 180 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/user.rb:2052:in `user_preference'*/132172: SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:87:in `block in create_for_designs'*/132273: INSERT INTO "design_management_versions" ("sha", "issue_id", "created_at", "author_id") VALUES ('\x0e6bb15067b5d21c023186b45ce0fe26656cafdc', 17, '2023-01-04 21:07:19.633007', 180) RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:87:in `block in create_for_designs'*/132374: INSERT INTO design_management_designs_versions ("design_id", "version_id", "event")1324 VALUES (3, 3, 0), (4, 3, 0), (5, 3, 0)1325 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/legacy_bulk_insert.rb:45:in `legacy_bulk_insert'*/132675: SELECT "design_management_designs".* FROM "design_management_designs" INNER JOIN "design_management_designs_versions" ON "design_management_designs"."id" = "design_management_designs_versions"."design_id" WHERE "design_management_designs_versions"."version_id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/132776: SELECT exists(1328 SELECT * FROM pg_proc1329 WHERE proname = 'lower'1330 AND proargtypes = ARRAY['bytea'::regtype]::oidvector1331) OR exists(1332 SELECT * FROM pg_proc1333 INNER JOIN pg_cast1334 ON ARRAY[casttarget]::oidvector = proargtypes1335 WHERE proname = 'lower'1336 AND castsource = 'bytea'::regtype1337)1338 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/133977: SELECT 1 AS one FROM "design_management_versions" WHERE "design_management_versions"."sha" = '\x0e6bb15067b5d21c023186b45ce0fe26656cafdc' AND "design_management_versions"."id" != 3 AND "design_management_versions"."issue_id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/134078: SELECT "issues".* FROM "issues" WHERE "issues"."id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/design_management/version.rb:93:in `block in create_for_designs'*/134179: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/database.rb:333:in `block in transaction'*/134280: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/plan.rb:17:in `block in default'*/134381: INSERT INTO "events" ("project_id","created_at","updated_at","author_id","action","fingerprint","target_id","target_type") VALUES (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 3, 'DesignManagement::Design'), (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 4, 'DesignManagement::Design'), (100, '2023-01-04 21:07:19.667849', '2023-01-04 21:07:19.667850', 180, 1, NULL, 5, 'DesignManagement::Design') ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/event_create_service.rb:208:in `create_record_events'*/134482: SELECT "design_management_versions".* FROM "design_management_versions" WHERE "design_management_versions"."issue_id" = 17 ORDER BY "design_management_versions"."id" DESC LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/issue.rb:83:in `most_recent'*/134583: SELECT "design_management_designs_versions".* FROM "design_management_designs_versions" WHERE "design_management_designs_versions"."version_id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:67:in `block in cached_actions_for_version'*/134684: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 3 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/134785: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 314 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/concerns/routable.rb:124:in `full_path'*/134886: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 3 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/134987: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 3 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/135088: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/135189: SELECT "issues".* FROM "issues" WHERE "issues"."id" = 17 LIMIT 1 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/policies/design_management/version_policy.rb:6:in `block in <class:VersionPolicy>'*/135290: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 4 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/135391: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 4 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/135492: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 4 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/135593: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/135694: SELECT COUNT(*) FROM "notes" WHERE "notes"."noteable_id" = 5 AND "notes"."noteable_type" = 'DesignManagement::Design' AND "notes"."system" = FALSE /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/135795: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 5 AND "notes"."noteable_type" = 'DesignManagement::Design' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/models/discussion.rb:46:in `group_by'*/135896: SELECT "design_management_versions".* FROM "design_management_versions" INNER JOIN "design_management_designs_versions" ON "design_management_versions"."id" = "design_management_designs_versions"."version_id" WHERE "design_management_designs_versions"."design_id" = 5 ORDER BY "design_management_versions"."id" DESC LIMIT 101 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/135997: SELECT "users"."id", "users"."email", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."remember_created_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."current_sign_in_ip", "users"."last_sign_in_ip", "users"."created_at", "users"."updated_at", "users"."name", "users"."admin", "users"."projects_limit", "users"."failed_attempts", "users"."locked_at", "users"."username", "users"."can_create_group", "users"."can_create_team", "users"."state", "users"."color_scheme_id", "users"."password_expires_at", "users"."created_by_id", "users"."last_credential_check_at", "users"."avatar", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."hide_no_ssh_key", "users"."admin_email_unsubscribed_at", "users"."notification_email", "users"."hide_no_password", "users"."password_automatically_set", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."otp_required_for_login", "users"."otp_backup_codes", "users"."public_email", "users"."dashboard", "users"."project_view", "users"."consumed_timestep", "users"."layout", "users"."hide_project_limit", "users"."note", "users"."unlock_token", "users"."otp_grace_period_started_at", "users"."external", "users"."incoming_email_token", "users"."auditor", "users"."require_two_factor_authentication_from_group", "users"."two_factor_grace_period", "users"."last_activity_on", "users"."notified_of_own_activity", "users"."preferred_language", "users"."email_opted_in", "users"."email_opted_in_ip", "users"."email_opted_in_source_id", "users"."email_opted_in_at", "users"."theme_id", "users"."accepted_term_id", "users"."feed_token", "users"."private_profile", "users"."roadmap_layout", "users"."include_private_contributions", "users"."commit_email", "users"."group_view", "users"."managing_group_id", "users"."first_name", "users"."last_name", "users"."static_object_token", "users"."role", "users"."user_type", "users"."static_object_token_encrypted", "users"."otp_secret_expires_at", "users"."onboarding_in_progress" FROM "users" WHERE "users"."id" = 180 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/lib/gitlab/graphql/pagination/keyset/connection.rb:122:in `block in limited_nodes'*/136098: SELECT DISTINCT ON (design_management_designs_versions.design_id) design_management_designs_versions.* FROM "design_management_designs_versions" WHERE "design_management_designs_versions"."version_id" <= 3 AND "design_management_designs_versions"."design_id" IN (3, 4, 5) ORDER BY "design_management_designs_versions"."design_id" ASC, "design_management_designs_versions"."version_id" DESC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:90:in `block (2 levels) in lazy_action'*/136199: SELECT "design_management_versions".* FROM "design_management_versions" WHERE "design_management_versions"."id" = 3 /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/design_management/design_fields.rb:90:in `block (2 levels) in lazy_action'*/1362100: SELECT "todos".* FROM "todos" WHERE "todos"."user_id" = 180 AND ("todos"."state" IN ('pending')) AND "todos"."target_id" IN (3, 4, 5) AND "todos"."target_type" = 'DesignManagement::Design' ORDER BY "todos"."id" DESC /*application:test,correlation_id:01GNZ9R7PBBC2X0E2CDGJD2QKH,endpoint_id:graphql:uploadDesign,db_config_name:main,line:/app/graphql/types/current_user_todos.rb:30:in `group_by'*/1364RSpec::Retry: 2nd try ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb:211365 when the feature is not available1366 shows the message about requirements1367Hook logs1368 shows list of hook logs1369 shows hook log details1370 retries hook log1371 request gets internal error1372 shows hook log details with internal error message1373 response body contains XSS string1374 displays log without getting XSS1375 response data is too large1376 shows request data as too large and disables retry function1377Project > Activity > User sees private activity1378 shows the activity to a logged-in user with permissions1379 hides the activity from a logged-in user without permissions1380 hides the activity from an anonymous user1381User creates labels1382 in project1383 when data is valid1384 creates new label1385 when data is invalid1386 when title is invalid1387 shows error message1388 when color is invalid1389 shows error message1390 when label already exists1391 shows error message1392 in another project1393 creates new label1394Merge Requests Feed1395 GET /merge_requests1396 when authenticated1397 behaves like an authenticated issuable atom feed1398 renders atom feed with common issuable information1399 behaves like an authenticated merge request atom feed1400 renders atom feed with additional merge request information1401 but the use can not see the project1402 renders 404 page1403 when authenticated via personal access token1404 behaves like an authenticated issuable atom feed1405 renders atom feed with common issuable information1406 behaves like an authenticated merge request atom feed1407 renders atom feed with additional merge request information1408 when authenticated via feed token1409 behaves like an authenticated issuable atom feed1410 renders atom feed with common issuable information1411 behaves like an authenticated merge request atom feed1412 renders atom feed with additional merge request information1413 when not authenticated1414 and the project is private1415 redirects to login page1416 and the project is public1417 behaves like an authenticated issuable atom feed1418 renders atom feed with common issuable information1419 behaves like an authenticated merge request atom feed1420 renders atom feed with additional merge request information1421Projects > Activity > User sees activity1422 shows the last push in the activity page1423 allows to filter event with the "event_filter=issue" URL param1424Group label on issue1425 renders link to the project issues page1426Dropdown label1427 behavior1428 loads all the labels when opened1429Project Tree RSS1430 when signed in1431 behaves like an autodiscoverable RSS feed with current_user's feed token1432 has an RSS autodiscovery link tag with current_user's feed token1433 when signed out1434 behaves like an autodiscoverable RSS feed without a feed token1435 has an RSS autodiscovery link tag without a feed token1436issues canonical link1437 doesn't show the canonical URL1438 when the issue was moved1439 shows the canonical URL1440 when the issue was duplicated1441 shows the canonical URL1442Upload a group export archive1443 behaves like handling file uploads1444 with object storage disabled1445 behaves like for a group export archive1446 is expected to change `Group.count` by 11447 is expected to eq 2021448Knapsack report was generated. Preview:1449{1450 "spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb": 411.68080760700013,1451 "spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb": 110.13582182499977,1452 "spec/features/merge_request/user_posts_notes_spec.rb": 93.49355318400012,1453 "spec/features/merge_request/user_views_diffs_spec.rb": 67.67159681799967,1454 "spec/features/projects/milestones/milestone_spec.rb": 56.75390764699978,1455 "spec/features/groups/members/manage_groups_spec.rb": 40.65381346999993,1456 "spec/features/boards/multiple_boards_spec.rb": 39.726746880000064,1457 "spec/features/issues/issue_detail_spec.rb": 39.085126111000136,1458 "spec/features/merge_request/user_sees_suggest_pipeline_spec.rb": 27.847113267000168,1459 "spec/features/groups/group_settings_spec.rb": 25.676133573000243,1460 "spec/features/merge_requests/user_filters_by_target_branch_spec.rb": 23.00559954800019,1461 "spec/features/groups/members/leave_group_spec.rb": 17.02801133400044,1462 "spec/features/merge_requests/user_filters_by_deployments_spec.rb": 16.0397392079999,1463 "spec/features/issues/filtered_search/search_bar_spec.rb": 18.044971587999953,1464 "spec/features/projects/issues/design_management/user_views_designs_spec.rb": 12.194264232000023,1465 "spec/features/projects/issues/design_management/user_uploads_designs_spec.rb": 17.441993464000006,1466 "spec/features/projects/hook_logs/user_reads_log_spec.rb": 9.931242778000069,1467 "spec/features/projects/activity/user_sees_private_activity_spec.rb": 7.884480851999797,1468 "spec/features/projects/labels/user_creates_labels_spec.rb": 6.914212904000124,1469 "spec/features/atom/merge_requests_spec.rb": 5.226614923999932,1470 "spec/features/projects/activity/user_sees_activity_spec.rb": 5.291374928000096,1471 "spec/features/issues/group_label_sidebar_spec.rb": 4.971889418000046,1472 "spec/features/issues/filtered_search/dropdown_label_spec.rb": 4.077160262999769,1473 "spec/features/projects/tree/rss_spec.rb": 3.0880039169996962,1474 "spec/features/projects/issues/viewing_relocated_issues_spec.rb": 2.1680303150001237,1475 "spec/features/file_uploads/group_import_spec.rb": 1.35746997200021721476}1477Knapsack global time execution for tests: 17m 47s1478Pending: (Failures listed here are expected and do not affect your suite's status)1479 1) Merge request > User posts notes when editing a note deleting attachment on legacy diff note shows the delete link1480 # Temporarily skipped with xit1481 # ./spec/features/merge_request/user_posts_notes_spec.rb:2171482 2) Merge request > User posts notes when editing a note deleting attachment on legacy diff note removes the attachment div and resets the edit form1483 # Temporarily skipped with xit1484 # ./spec/features/merge_request/user_posts_notes_spec.rb:2241485 3) Issue Detail when edited by a user who is later deleted shows the issue1486 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1487 # ./spec/features/issues/issue_detail_spec.rb:911488Finished in 17 minutes 51 seconds (files took 1 minute 3.49 seconds to load)1489207 examples, 0 failures, 3 pending1490[TEST PROF INFO] Time spent in factories: 01:53.788 (10.33% of total time)1491Failed to write to log, write log/workhorse-test.log: file already closed1492RSpec exited with 0.1493No examples to retry, congrats!1495Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1496Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1498Uploading artifacts...1499coverage/: found 5 matching files and directories 1500crystalball/: found 2 matching files and directories 1501WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1502knapsack/: found 3 matching files and directories 1503query_recorder/: found 2 matching files and directories 1504rspec/: found 9 matching files and directories 1505WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1506log/*.log: found 19 matching files and directories 1507WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3555856838/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1508WARNING: Retrying... context=artifacts-uploader error=request redirected1509Uploading artifacts as "archive" to coordinator... 201 Created id=3555856838 responseStatus=201 Created token=64_6tcup1510Uploading artifacts...1511rspec/junit_rspec.xml: found 1 matching files and directories 1512WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3555856838/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1513WARNING: Retrying... context=artifacts-uploader error=request redirected1514Uploading artifacts as "junit" to coordinator... 201 Created id=3555856838 responseStatus=201 Created token=64_6tcup1516Job succeeded