elasticsearch
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690473875-9df4181b-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 197602, done. 20remote: Counting objects: 100% (197602/197602), done. 21remote: Compressing objects: 100% (115330/115330), done. 22remote: Total 197602 (delta 106583), reused 140301 (delta 75291), pack-reused 0 23Receiving objects: 100% (197602/197602), 143.28 MiB | 43.19 MiB/s, done.24Resolving deltas: 100% (106583/106583), done.26 * [new ref] refs/pipelines/947605836 -> refs/pipelines/94760583627 * [new branch] master -> origin/master28Checking out b4916ff7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4754323437)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4754323437 responseStatus=200 OK token=64__YTnW39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::Elasticsearch registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97 -- --format QA::Support::JsonFormatter --out tmp/rspec-4754323544.json --format RspecJunitFormatter --out tmp/rspec-4754323544.xml --format html --out tmp/rspec-$(echo elasticsearch | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 27 2023 16:13:09 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q docker.elastic.co/elasticsearch/elasticsearch:8.2.0`50[Jul 27 2023 16:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^elastic68$`51[Jul 27 2023 16:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 27 2023 16:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 27 2023 16:13:25 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name elastic68 --net test --publish 9200:9200 --publish 9300:9300 --env discovery.type="single-node" --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env xpack.security.enabled="false" docker.elastic.co/elasticsearch/elasticsearch:8.2.0`54[Jul 27 2023 16:13:33 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-0e43b533$`55[Jul 27 2023 16:13:33 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-0e43b533 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`56[Jul 27 2023 16:13:34 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-0e43b533:/etc/gitlab/trusted-certs`57[Jul 27 2023 16:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-0e43b533:/etc/gitlab/ssl`58[Jul 27 2023 16:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-0e43b533`59[Jul 27 2023 16:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-0e43b533`60[Jul 27 2023 16:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Jul 27 2023 16:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`62[Jul 27 2023 16:14:14 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-elastic$`63[Jul 27 2023 16:14:14 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Jul 27 2023 16:14:14 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-elastic --net test --hostname gitlab-elastic.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-16-13-09-d8c22723/gitlab-elastic/logs:/var/log/gitlab:Z --env ELASTIC_URL="http://elastic68:9200" registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`65[Jul 27 2023 16:14:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 16:13:0966# Gitlab::QA::Runtime::OmnibusConfigurations::Default67gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme68gitlab_rails['gitlab_disable_animations'] = true # Disable animations69gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry70gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password71gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`72[Jul 27 2023 16:14:26 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-elastic`73[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...74[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-elastic`75[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-elastic 80/tcp`76[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!77[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`78[Jul 27 2023 16:17:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "echo '#!/usr/bin/env bash79if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then80 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'81 exit 182fi83' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`84[Jul 27 2023 16:17:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`85[Jul 27 2023 16:17:58 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-elastic:/tmp/data-seeds`86[Jul 27 2023 16:17:58 UTC (Gitlab QA)] INFO -- Running exec_commands...87[Jul 27 2023 16:17:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-rake gitlab:elastic:create_empty_index"`88[Jul 27 2023 16:19:18 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`89[Jul 27 2023 16:20:08 UTC (Gitlab QA)] INFO -- Running QA::EE::Scenario::Test::Integration::Elasticsearch specs!90[Jul 27 2023 16:20:08 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`91[Jul 27 2023 16:20:08 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b4916ff74018b62683734938693f52ade593ad97`92[Jul 27 2023 16:21:11 UTC (Gitlab QA)] INFO -- Running test suite `QA::EE::Scenario::Test::Integration::Elasticsearch` for gitlab-ee93[Jul 27 2023 16:21:11 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-16-13-09-d8c22723/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-16-13-09-d8c22723/gitlab-ee-qa-05090b37:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-05090b37 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b4916ff74018b62683734938693f52ade593ad97 QA::EE::Scenario::Test::Integration::Elasticsearch http://gitlab-elastic.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4754323544.json --format RspecJunitFormatter --out tmp/rspec-4754323544.xml --format html --out tmp/rspec-elasticsearch.htm --color --format documentation`942023-07-27 16:21:14 / CONF :: 95 ==> Base URL: http://gitlab-elastic.test96 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f13a8e66640>97 ==> Libraries: Chemlab::Vendor98[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA99[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- Browser: chrome100[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- Performing sanity check for environment!101[Jul 27 2023 16:21:15 UTC (QA Tests)] INFO -- Performing initial license fabrication!102[Jul 27 2023 16:21:16 UTC (QA Tests)] INFO -- Successfully added license key. Details:103{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}104[Jul 27 2023 16:21:16 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.4 seconds105Run options:106 include {:elasticsearch=>true}107 exclude {:geo=>true, :requires_praefect=>true}108Randomized with seed 9303109[Jul 27 2023 16:21:17 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter110Data Stores111 When using elasticsearch API to search for a public issue112[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public issue finds issue that matches description113[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- filling :login_field with "root"114[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field115[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"116[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field117[Jul 27 2023 16:21:18 UTC (QA Tests)] INFO -- clicking :sign_in_button118[Jul 27 2023 16:21:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.37s119[Jul 27 2023 16:21:19 UTC (QA Tests)] INFO -- Enabling super sidebar!120[Jul 27 2023 16:21:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled121[Jul 27 2023 16:21:21 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button122[Jul 27 2023 16:21:21 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum123"124[Jul 27 2023 16:21:21 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input125[Jul 27 2023 16:21:33 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA126[Jul 27 2023 16:21:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-16thsbxe' via cache in 0.0 seconds127[Jul 27 2023 16:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Settings::Elasticsearch via api in 90.95 seconds128[Jul 27 2023 16:23:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 1.2 seconds129[Jul 27 2023 16:23:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 1.79 seconds130[Jul 27 2023 16:23:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/project-for-issues-6f896faa01362605' via api in 3.28 seconds131[Jul 27 2023 16:23:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 4.24 seconds132 finds issue that matches description133Data Stores134 When using Advanced Search API to search for a public commit135[Jul 27 2023 16:24:09 UTC (QA Tests)] INFO -- Starting test: Data Stores When using Advanced Search API to search for a public commit finds commit that matches commit message136[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- filling :login_field with "root"137[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field138[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"139[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field140[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- clicking :sign_in_button141[Jul 27 2023 16:24:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.194s142[Jul 27 2023 16:24:12 UTC (QA Tests)] INFO -- Enabling super sidebar!143[Jul 27 2023 16:24:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled144[Jul 27 2023 16:24:13 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button145[Jul 27 2023 16:24:13 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum146"147[Jul 27 2023 16:24:13 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input148[Jul 27 2023 16:24:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds149[Jul 27 2023 16:24:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.29 seconds150[Jul 27 2023 16:24:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/test-project-for-commit-index-72884d0c6499589c' via api in 1.69 seconds151[Jul 27 2023 16:24:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds152 finds commit that matches commit message153Data Stores154 Search using Elasticsearch155 tests reindexing after push (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)156 tests reindexing after webIDE (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)157Data Stores158 When using elasticsearch API to search for a public blob159[Jul 27 2023 16:24:30 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public blob finds blob that matches file content160[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- filling :login_field with "root"161[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field162[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"163[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field164[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- clicking :sign_in_button165[Jul 27 2023 16:24:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.844s166[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- Enabling super sidebar!167[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled168[Jul 27 2023 16:24:34 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button169[Jul 27 2023 16:24:34 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum170"171[Jul 27 2023 16:24:34 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input172[Jul 27 2023 16:24:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds173[Jul 27 2023 16:24:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.2 seconds174[Jul 27 2023 16:24:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/test-project-for-blob-index-ab420fc14228d88b' via api in 0.89 seconds175[Jul 27 2023 16:24:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds176 finds blob that matches file content177Data Stores178 When using elasticsearch API to search for a public merge request179[Jul 27 2023 16:24:49 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public merge request finds merge request that matches description180[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- filling :login_field with "root"181[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field182[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"183[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field184[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- clicking :sign_in_button185[Jul 27 2023 16:24:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.818s186[Jul 27 2023 16:24:52 UTC (QA Tests)] INFO -- Enabling super sidebar!187[Jul 27 2023 16:24:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled188[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button189[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum190"191[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input192[Jul 27 2023 16:24:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds193[Jul 27 2023 16:24:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.26 seconds194[Jul 27 2023 16:24:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/project-with-merge-request-c49d4e1e46ac556d' via api in 1.13 seconds195[Jul 27 2023 16:24:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds196[Jul 27 2023 16:24:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.83 seconds197 finds merge request that matches description198Data Stores199 Elasticsearch advanced global search with advanced syntax200 when searching for projects using advanced syntax201[Jul 27 2023 16:25:21 UTC (QA Tests)] INFO -- Starting test: Data Stores Elasticsearch advanced global search with advanced syntax when searching for projects using advanced syntax searches in the project description202[Jul 27 2023 16:25:22 UTC (QA Tests)] INFO -- filling :login_field with "root"203[Jul 27 2023 16:25:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field204[Jul 27 2023 16:25:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"205[Jul 27 2023 16:25:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field206[Jul 27 2023 16:25:23 UTC (QA Tests)] INFO -- clicking :sign_in_button207[Jul 27 2023 16:25:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.806s208[Jul 27 2023 16:25:24 UTC (QA Tests)] INFO -- Enabling super sidebar!209[Jul 27 2023 16:25:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled210[Jul 27 2023 16:25:25 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button211[Jul 27 2023 16:25:25 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum212"213[Jul 27 2023 16:25:25 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input214[Jul 27 2023 16:25:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds215[Jul 27 2023 16:25:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.16 seconds216[Jul 27 2023 16:25:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/es-adv-global-search-e550027c03afc18f-ff50b9c2aafda3e9' via api in 1.31 seconds217[Jul 27 2023 16:25:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds218 searches in the project description219[Jul 27 2023 16:26:17 UTC (QA Tests)] INFO -- Starting test: Data Stores Elasticsearch advanced global search with advanced syntax when searching for projects using advanced syntax searches in the project name220[Jul 27 2023 16:26:17 UTC (QA Tests)] INFO -- filling :login_field with "root"221[Jul 27 2023 16:26:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field222[Jul 27 2023 16:26:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"223[Jul 27 2023 16:26:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field224[Jul 27 2023 16:26:18 UTC (QA Tests)] INFO -- clicking :sign_in_button225[Jul 27 2023 16:26:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.747s226[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- Enabling super sidebar!227[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled228[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button229[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum230"231[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input232[Jul 27 2023 16:26:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds233[Jul 27 2023 16:26:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.16 seconds234[Jul 27 2023 16:26:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/es-adv-global-search-01e6df1669b7b394-2c04950b28ddda99' via api in 0.63 seconds235[Jul 27 2023 16:26:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds236 searches in the project name237Data Stores238 When using elasticsearch API to search for a known blob239 searches public project and finds a blob as an non-member user (PENDING: Test is not compatible with this environment or pipeline)240Data Stores241 When using elasticsearch API to search for a known blob242[Jul 27 2023 16:27:11 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob searches public project and finds a blob as an non-member user243[Jul 27 2023 16:27:12 UTC (QA Tests)] INFO -- filling :login_field with "root"244[Jul 27 2023 16:27:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field245[Jul 27 2023 16:27:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"246[Jul 27 2023 16:27:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field247[Jul 27 2023 16:27:13 UTC (QA Tests)] INFO -- clicking :sign_in_button248[Jul 27 2023 16:27:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.855s249[Jul 27 2023 16:27:14 UTC (QA Tests)] INFO -- Enabling super sidebar!250[Jul 27 2023 16:27:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled251[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button252[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum253"254[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input255[Jul 27 2023 16:27:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds256[Jul 27 2023 16:27:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.17 seconds257[Jul 27 2023 16:27:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/api-es-e242a9e3f6b2aea7-6dfe22249070951b' via api in 0.71 seconds258[Jul 27 2023 16:27:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds259[Jul 27 2023 16:27:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.38 seconds260[Jul 27 2023 16:27:18 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1261[Jul 27 2023 16:27:19 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:EivMf2262[Jul 27 2023 16:27:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-56fbeap9' via api in 0.18 seconds263 searches public project and finds a blob as an non-member user264 When searching a private repository265[Jul 27 2023 16:27:31 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob When searching a private repository finds a blob as an authorized user266[Jul 27 2023 16:27:31 UTC (QA Tests)] INFO -- filling :login_field with "root"267[Jul 27 2023 16:27:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field268[Jul 27 2023 16:27:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"269[Jul 27 2023 16:27:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field270[Jul 27 2023 16:27:32 UTC (QA Tests)] INFO -- clicking :sign_in_button271[Jul 27 2023 16:27:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.981s272[Jul 27 2023 16:27:33 UTC (QA Tests)] INFO -- Enabling super sidebar!273[Jul 27 2023 16:27:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled274[Jul 27 2023 16:27:35 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button275[Jul 27 2023 16:27:35 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum276"277[Jul 27 2023 16:27:35 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input278[Jul 27 2023 16:27:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds279[Jul 27 2023 16:27:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.18 seconds280[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/api-es-5a3f706b28da0dad-1fda86d95e074364' via api in 0.68 seconds281[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds282 finds a blob as an authorized user283[Jul 27 2023 16:27:50 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob When searching a private repository does not find a blob as an non-member user284[Jul 27 2023 16:27:50 UTC (QA Tests)] INFO -- filling :login_field with "root"285[Jul 27 2023 16:27:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field286[Jul 27 2023 16:27:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"287[Jul 27 2023 16:27:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field288[Jul 27 2023 16:27:51 UTC (QA Tests)] INFO -- clicking :sign_in_button289[Jul 27 2023 16:27:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.895s290[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- Enabling super sidebar!291[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled292[Jul 27 2023 16:27:54 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button293[Jul 27 2023 16:27:54 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum294"295[Jul 27 2023 16:27:54 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input296[Jul 27 2023 16:27:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds297[Jul 27 2023 16:27:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.16 seconds298[Jul 27 2023 16:27:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/api-es-b2a115d5db704f94-578379bbe5ffdddc' via api in 0.64 seconds299[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds300[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.19 seconds301[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:EivMf2302[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-ulfctl0v' via cache in 0.0 seconds303 does not find a blob as an non-member user304Data Stores305 When using advanced search API to search for a user306[Jul 27 2023 16:27:57 UTC (QA Tests)] INFO -- Starting test: Data Stores When using advanced search API to search for a user finds the user that matches username307[Jul 27 2023 16:27:57 UTC (QA Tests)] INFO -- filling :login_field with "root"308[Jul 27 2023 16:27:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field309[Jul 27 2023 16:27:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"310[Jul 27 2023 16:27:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field311[Jul 27 2023 16:27:58 UTC (QA Tests)] INFO -- clicking :sign_in_button312[Jul 27 2023 16:27:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.833s313[Jul 27 2023 16:27:59 UTC (QA Tests)] INFO -- Enabling super sidebar!314[Jul 27 2023 16:27:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled315[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button316[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum317"318[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input319[Jul 27 2023 16:28:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-name-615fab76c8d67f76' via api in 0.47 seconds320 finds the user that matches username321Data Stores322 When using elasticsearch API to search for a public note323[Jul 27 2023 16:28:15 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public note finds note that matches note body324[Jul 27 2023 16:28:15 UTC (QA Tests)] INFO -- filling :login_field with "root"325[Jul 27 2023 16:28:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field326[Jul 27 2023 16:28:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"327[Jul 27 2023 16:28:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field328[Jul 27 2023 16:28:16 UTC (QA Tests)] INFO -- clicking :sign_in_button329[Jul 27 2023 16:28:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.969s330[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- Enabling super sidebar!331[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled332[Jul 27 2023 16:28:19 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button333[Jul 27 2023 16:28:19 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum334"335[Jul 27 2023 16:28:19 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input336[Jul 27 2023 16:28:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds337[Jul 27 2023 16:28:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769' via api in 0.21 seconds338[Jul 27 2023 16:28:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-23-04-569e5e71a448c769/project-for-issues-91858bc379e82aac' via api in 1.41 seconds339[Jul 27 2023 16:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.75 seconds340[Jul 27 2023 16:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '1' via api in 0.25 seconds341 finds note that matches note body342Pending: (Failures listed here are expected and do not affect your suite's status)343 1) Data Stores Search using Elasticsearch tests reindexing after push344 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927345 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:45346 2) Data Stores Search using Elasticsearch tests reindexing after webIDE347 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927348 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:63349 3) Data Stores When using elasticsearch API to search for a known blob searches public project and finds a blob as an non-member user350 # Test is not compatible with this environment or pipeline351 # ./qa/specs/features/ee/api/9_data_stores/elasticsearch/nightly_elasticsearch_test_spec.rb:40352Finished in 7 minutes 54 seconds (files took 3.59 seconds to load)35314 examples, 0 failures, 3 pending354Randomized with seed 9303355[Jul 27 2023 16:29:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`356[Jul 27 2023 16:29:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`357[Jul 27 2023 16:29:11 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-elastic`358[Jul 27 2023 16:29:11 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-elastic`359[Jul 27 2023 16:29:12 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=elastic68`360[Jul 27 2023 16:29:12 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f elastic68`362Running after script...363$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command364$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")365$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"399Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy401Uploading artifacts...402gitlab-qa-run-*: found 145 matching artifact files and directories 403Uploading artifacts as "archive" to coordinator... 201 Created id=4754323544 responseStatus=201 Created token=64__YTnW404Uploading artifacts...405gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 406Uploading artifacts as "junit" to coordinator... 201 Created id=4754323544 responseStatus=201 Created token=64__YTnW407Uploading artifacts...408/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 409Uploading artifacts as "dotenv" to coordinator... 201 Created id=4754323544 responseStatus=201 Created token=64__YTnW411Job succeeded