integration-opensearch-compatibility-version-2
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-1690422274-d46c8c30-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: 180858, done. 20remote: Counting objects: 100% (180858/180858), done. 21remote: Compressing objects: 100% (108481/108481), done. 22remote: Total 180858 (delta 93107), reused 127522 (delta 65982), pack-reused 0 23Receiving objects: 100% (180858/180858), 133.99 MiB | 44.46 MiB/s, done.24Resolving deltas: 100% (93107/93107), done.26 * [new ref] refs/pipelines/946748845 -> refs/pipelines/94674884527 * [new branch] master -> origin/master28Checking out b54a92a0 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-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 (4748911698)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4748911698 responseStatus=200 OK token=64_ju68o39Using 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::Opensearch registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c -- --format QA::Support::JsonFormatter --out tmp/rspec-4748911717.json --format RspecJunitFormatter --out tmp/rspec-4748911717.xml --format html --out tmp/rspec-$(echo integration-opensearch-compatibility-version-2 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 27 2023 02:09:59 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q opensearchproject/opensearch:2.0.1`50[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^elastic68$`51[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 27 2023 02:10:08 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 plugins.security.disabled="true" opensearchproject/opensearch:2.0.1`54[Jul 27 2023 02:10:14 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-b132019e$`55[Jul 27 2023 02:10:14 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-b132019e --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`56[Jul 27 2023 02:10:15 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/authority/. alpine-b132019e:/etc/gitlab/trusted-certs`57[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/gitlab/. alpine-b132019e:/etc/gitlab/ssl`58[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-b132019e`59[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-b132019e`60[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c`62[Jul 27 2023 02:11:02 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-opensearch$`63[Jul 27 2023 02:11:02 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Jul 27 2023 02:11:02 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-opensearch --net test --hostname gitlab-opensearch.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-02-09-59-0c721ca7/gitlab-opensearch/logs:/var/log/gitlab:Z --env ELASTIC_URL="http://elastic68:9200" registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c`65[Jul 27 2023 02:11:14 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 02:09:5966# 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 02:11:14 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-opensearch`73[Jul 27 2023 02:14:43 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...74[Jul 27 2023 02:14:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-opensearch`75[Jul 27 2023 02:14:43 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-opensearch 80/tcp`76[Jul 27 2023 02:14:43 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!77[Jul 27 2023 02:14:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`78[Jul 27 2023 02:14:44 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch 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 02:14:44 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`85[Jul 27 2023 02:14:44 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/support/data gitlab-opensearch:/tmp/data-seeds`86[Jul 27 2023 02:14:44 UTC (Gitlab QA)] INFO -- Running exec_commands...87[Jul 27 2023 02:14:44 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "gitlab-rake gitlab:elastic:create_empty_index"`88[Jul 27 2023 02:16:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`89[Jul 27 2023 02:17:00 UTC (Gitlab QA)] INFO -- Running QA::EE::Scenario::Test::Integration::Elasticsearch specs!90[Jul 27 2023 02:17:00 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`91[Jul 27 2023 02:17:00 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b54a92a0629281898db6aba9ad2d726601a8510c`92[Jul 27 2023 02:17:57 UTC (Gitlab QA)] INFO -- Running test suite `QA::EE::Scenario::Test::Integration::Elasticsearch` for gitlab-ee93[Jul 27 2023 02:17:57 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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --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-02-09-59-0c721ca7/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-02-09-59-0c721ca7/gitlab-ee-qa-1203d90c:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-1203d90c registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b54a92a0629281898db6aba9ad2d726601a8510c QA::EE::Scenario::Test::Integration::Elasticsearch http://gitlab-opensearch.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4748911717.json --format RspecJunitFormatter --out tmp/rspec-4748911717.xml --format html --out tmp/rspec-integration-opensearch-compatibility-version-2.htm --color --format documentation`942023-07-27 02:18:03 / CONF :: 95 ==> Base URL: http://gitlab-opensearch.test96 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fd1c9332fa0>97 ==> Libraries: Chemlab::Vendor98[Jul 27 2023 02:18:03 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA99[Jul 27 2023 02:18:03 UTC (QA Tests)] INFO -- Browser: chrome100[Jul 27 2023 02:18:03 UTC (QA Tests)] INFO -- Performing sanity check for environment!101[Jul 27 2023 02:18:04 UTC (QA Tests)] INFO -- Performing initial license fabrication!102[Jul 27 2023 02:18:04 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 02:18:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.2 seconds105Run options:106 include {:elasticsearch=>true}107 exclude {:geo=>true, :requires_praefect=>true}108Randomized with seed 6582109[Jul 27 2023 02:18:05 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 blob112[Jul 27 2023 02:18:05 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public blob finds blob that matches file content113[Jul 27 2023 02:18:06 UTC (QA Tests)] INFO -- filling :login_field with "root"114[Jul 27 2023 02:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field115[Jul 27 2023 02:18:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"116[Jul 27 2023 02:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field117[Jul 27 2023 02:18:07 UTC (QA Tests)] INFO -- clicking :sign_in_button118[Jul 27 2023 02:18:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.622s119[Jul 27 2023 02:18:09 UTC (QA Tests)] INFO -- Enabling super sidebar!120[Jul 27 2023 02:18:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled121[Jul 27 2023 02:18:11 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button122[Jul 27 2023 02:18:11 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum123"124[Jul 27 2023 02:18:11 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input125[Jul 27 2023 02:18:23 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA126[Jul 27 2023 02:18:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-aszpi3jx' via cache in 0.0 seconds127[Jul 27 2023 02:19:54 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Settings::Elasticsearch via api in 90.71 seconds128[Jul 27 2023 02:19:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.59 seconds129[Jul 27 2023 02:19:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.98 seconds130[Jul 27 2023 02:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/test-project-for-blob-index-ead4aab4b9cec4b5' via api in 2.59 seconds131[Jul 27 2023 02:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.49 seconds132 finds blob that matches file content133Data Stores134 Elasticsearch advanced global search with advanced syntax135 when searching for projects using advanced syntax136[Jul 27 2023 02:20:10 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 description137[Jul 27 2023 02:20:11 UTC (QA Tests)] INFO -- filling :login_field with "root"138[Jul 27 2023 02:20:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field139[Jul 27 2023 02:20:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"140[Jul 27 2023 02:20:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field141[Jul 27 2023 02:20:12 UTC (QA Tests)] INFO -- clicking :sign_in_button142[Jul 27 2023 02:20:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.448s143[Jul 27 2023 02:20:14 UTC (QA Tests)] INFO -- Enabling super sidebar!144[Jul 27 2023 02:20:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled145[Jul 27 2023 02:20:15 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button146[Jul 27 2023 02:20:15 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum147"148[Jul 27 2023 02:20:15 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input149[Jul 27 2023 02:20:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds150[Jul 27 2023 02:20:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.45 seconds151[Jul 27 2023 02:20:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/es-adv-global-search-8e4f244d496ad1c4-3a767e967eb04d3f' via api in 1.86 seconds152[Jul 27 2023 02:20:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.93 seconds153 searches in the project description154[Jul 27 2023 02:21:09 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 name155[Jul 27 2023 02:21:09 UTC (QA Tests)] INFO -- filling :login_field with "root"156[Jul 27 2023 02:21:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field157[Jul 27 2023 02:21:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"158[Jul 27 2023 02:21:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field159[Jul 27 2023 02:21:10 UTC (QA Tests)] INFO -- clicking :sign_in_button160[Jul 27 2023 02:21:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.212s161[Jul 27 2023 02:21:12 UTC (QA Tests)] INFO -- Enabling super sidebar!162[Jul 27 2023 02:21:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled163[Jul 27 2023 02:21:13 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button164[Jul 27 2023 02:21:13 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum165"166[Jul 27 2023 02:21:13 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input167[Jul 27 2023 02:21:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds168[Jul 27 2023 02:21:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.19 seconds169[Jul 27 2023 02:21:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/es-adv-global-search-e49a22d16bac124e-ebc23fba181ad0c5' via api in 1.67 seconds170[Jul 27 2023 02:21:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.2 seconds171 searches in the project name172Data Stores173 When using elasticsearch API to search for a known blob174[Jul 27 2023 02:22:06 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 user175[Jul 27 2023 02:22:07 UTC (QA Tests)] INFO -- filling :login_field with "root"176[Jul 27 2023 02:22:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field177[Jul 27 2023 02:22:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"178[Jul 27 2023 02:22:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field179[Jul 27 2023 02:22:08 UTC (QA Tests)] INFO -- clicking :sign_in_button180[Jul 27 2023 02:22:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.932s181[Jul 27 2023 02:22:09 UTC (QA Tests)] INFO -- Enabling super sidebar!182[Jul 27 2023 02:22:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled183[Jul 27 2023 02:22:11 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button184[Jul 27 2023 02:22:11 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum185"186[Jul 27 2023 02:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input187[Jul 27 2023 02:22:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds188[Jul 27 2023 02:22:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.22 seconds189[Jul 27 2023 02:22:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/api-es-def48041accd2d31-1c730b46a6fb3446' via api in 0.9 seconds190[Jul 27 2023 02:22:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.25 seconds191[Jul 27 2023 02:22:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.61 seconds192[Jul 27 2023 02:22:15 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1193[Jul 27 2023 02:22:15 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:xfYEXr194[Jul 27 2023 02:22:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-lfgyehsj' via api in 0.2 seconds195 searches public project and finds a blob as an non-member user196 When searching a private repository197[Jul 27 2023 02:22:27 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 user198[Jul 27 2023 02:22:28 UTC (QA Tests)] INFO -- filling :login_field with "root"199[Jul 27 2023 02:22:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field200[Jul 27 2023 02:22:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"201[Jul 27 2023 02:22:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field202[Jul 27 2023 02:22:29 UTC (QA Tests)] INFO -- clicking :sign_in_button203[Jul 27 2023 02:22:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.854s204[Jul 27 2023 02:22:30 UTC (QA Tests)] INFO -- Enabling super sidebar!205[Jul 27 2023 02:22:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled206[Jul 27 2023 02:22:32 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button207[Jul 27 2023 02:22:32 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum208"209[Jul 27 2023 02:22:32 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input210[Jul 27 2023 02:22:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds211[Jul 27 2023 02:22:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.22 seconds212[Jul 27 2023 02:22:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/api-es-41d53e9f98d00fd5-72717b485b9cb899' via api in 0.8 seconds213[Jul 27 2023 02:22:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.38 seconds214 finds a blob as an authorized user215[Jul 27 2023 02:22:48 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 user216[Jul 27 2023 02:22:48 UTC (QA Tests)] INFO -- filling :login_field with "root"217[Jul 27 2023 02:22:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field218[Jul 27 2023 02:22:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"219[Jul 27 2023 02:22:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field220[Jul 27 2023 02:22:49 UTC (QA Tests)] INFO -- clicking :sign_in_button221[Jul 27 2023 02:22:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.089s222[Jul 27 2023 02:22:50 UTC (QA Tests)] INFO -- Enabling super sidebar!223[Jul 27 2023 02:22:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled224[Jul 27 2023 02:22:52 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button225[Jul 27 2023 02:22:52 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum226"227[Jul 27 2023 02:22:52 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input228[Jul 27 2023 02:22:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds229[Jul 27 2023 02:22:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.19 seconds230[Jul 27 2023 02:22:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/api-es-2d4569c657325d85-1080d8ed1b06001d' via api in 1.02 seconds231[Jul 27 2023 02:22:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds232[Jul 27 2023 02:22:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.21 seconds233[Jul 27 2023 02:22:55 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:xfYEXr234[Jul 27 2023 02:22:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-0qd3m4hf' via cache in 0.0 seconds235 does not find a blob as an non-member user236Data Stores237 When using elasticsearch API to search for a known blob238[Jul 27 2023 02:22:55 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 user239[Jul 27 2023 02:22:56 UTC (QA Tests)] INFO -- filling :login_field with "root"240[Jul 27 2023 02:22:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field241[Jul 27 2023 02:22:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"242[Jul 27 2023 02:22:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field243[Jul 27 2023 02:22:57 UTC (QA Tests)] INFO -- clicking :sign_in_button244[Jul 27 2023 02:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.074s245[Jul 27 2023 02:22:58 UTC (QA Tests)] INFO -- Enabling super sidebar!246[Jul 27 2023 02:22:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled247[Jul 27 2023 02:23:00 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button248[Jul 27 2023 02:23:00 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum249"250[Jul 27 2023 02:23:00 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input251[Jul 27 2023 02:23:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds252[Jul 27 2023 02:23:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.21 seconds253[Jul 27 2023 02:23:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/api-es-09ac573603683655-527b5803383a2ef6' via api in 0.96 seconds254[Jul 27 2023 02:23:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds255 searches public project and finds a blob as an non-member user256Data Stores257 When using Advanced Search API to search for a public commit258[Jul 27 2023 02:23:13 UTC (QA Tests)] INFO -- Starting test: Data Stores When using Advanced Search API to search for a public commit finds commit that matches commit message259[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- filling :login_field with "root"260[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field261[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"262[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field263[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- clicking :sign_in_button264[Jul 27 2023 02:23:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.883s265[Jul 27 2023 02:23:16 UTC (QA Tests)] INFO -- Enabling super sidebar!266[Jul 27 2023 02:23:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled267[Jul 27 2023 02:23:17 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button268[Jul 27 2023 02:23:17 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum269"270[Jul 27 2023 02:23:17 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input271[Jul 27 2023 02:23:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds272[Jul 27 2023 02:23:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.21 seconds273[Jul 27 2023 02:23:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/test-project-for-commit-index-58ceac55241e988a' via api in 0.81 seconds274[Jul 27 2023 02:23:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds275 finds commit that matches commit message276Data Stores277 When using advanced search API to search for a user278[Jul 27 2023 02:23:32 UTC (QA Tests)] INFO -- Starting test: Data Stores When using advanced search API to search for a user finds the user that matches username279[Jul 27 2023 02:23:33 UTC (QA Tests)] INFO -- filling :login_field with "root"280[Jul 27 2023 02:23:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field281[Jul 27 2023 02:23:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"282[Jul 27 2023 02:23:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field283[Jul 27 2023 02:23:34 UTC (QA Tests)] INFO -- clicking :sign_in_button284[Jul 27 2023 02:23:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.082s285[Jul 27 2023 02:23:35 UTC (QA Tests)] INFO -- Enabling super sidebar!286[Jul 27 2023 02:23:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled287[Jul 27 2023 02:23:37 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button288[Jul 27 2023 02:23:37 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum289"290[Jul 27 2023 02:23:37 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input291[Jul 27 2023 02:23:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-name-ecd183b0d663717c' via api in 0.42 seconds292 finds the user that matches username293Data Stores294 When using elasticsearch API to search for a public note295[Jul 27 2023 02:24:15 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public note finds note that matches note body296[Jul 27 2023 02:24:15 UTC (QA Tests)] INFO -- filling :login_field with "root"297[Jul 27 2023 02:24:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field298[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"299[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field300[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- clicking :sign_in_button301[Jul 27 2023 02:24:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.906s302[Jul 27 2023 02:24:17 UTC (QA Tests)] INFO -- Enabling super sidebar!303[Jul 27 2023 02:24:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled304[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button305[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum306"307[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input308[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds309[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.21 seconds310[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/project-for-issues-52e8343915e5d3ef' via api in 0.76 seconds311[Jul 27 2023 02:24:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.19 seconds312[Jul 27 2023 02:24:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '1' via api in 0.27 seconds313 finds note that matches note body314Data Stores315 When using elasticsearch API to search for a public merge request316[Jul 27 2023 02:25:10 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public merge request finds merge request that matches description317[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- filling :login_field with "root"318[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field319[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"320[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field321[Jul 27 2023 02:25:12 UTC (QA Tests)] INFO -- clicking :sign_in_button322[Jul 27 2023 02:25:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.05s323[Jul 27 2023 02:25:13 UTC (QA Tests)] INFO -- Enabling super sidebar!324[Jul 27 2023 02:25:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled325[Jul 27 2023 02:25:15 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button326[Jul 27 2023 02:25:15 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum327"328[Jul 27 2023 02:25:15 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input329[Jul 27 2023 02:25:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds330[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.21 seconds331[Jul 27 2023 02:25:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/project-with-merge-request-dd3bf7dfe2a0c54b' via api in 1.28 seconds332[Jul 27 2023 02:25:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds333[Jul 27 2023 02:25:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 3.0 seconds334 finds merge request that matches description335Data Stores336 When using elasticsearch API to search for a public issue337[Jul 27 2023 02:26:08 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public issue finds issue that matches description338[Jul 27 2023 02:26:09 UTC (QA Tests)] INFO -- filling :login_field with "root"339[Jul 27 2023 02:26:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field340[Jul 27 2023 02:26:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"341[Jul 27 2023 02:26:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field342[Jul 27 2023 02:26:09 UTC (QA Tests)] INFO -- clicking :sign_in_button343[Jul 27 2023 02:26:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.994s344[Jul 27 2023 02:26:11 UTC (QA Tests)] INFO -- Enabling super sidebar!345[Jul 27 2023 02:26:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled346[Jul 27 2023 02:26:12 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button347[Jul 27 2023 02:26:12 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum348"349[Jul 27 2023 02:26:12 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input350[Jul 27 2023 02:26:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds351[Jul 27 2023 02:26:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a' via api in 0.19 seconds352[Jul 27 2023 02:26:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-54-fe2ebe88a26c3b6a/project-for-issues-0da26675c13922a4' via api in 0.81 seconds353[Jul 27 2023 02:26:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.3 seconds354 finds issue that matches description355Data Stores356 Search using Elasticsearch357 tests reindexing after webIDE (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)358 tests reindexing after push (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)359Pending: (Failures listed here are expected and do not affect your suite's status)360 1) Data Stores Search using Elasticsearch tests reindexing after webIDE361 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927362 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:63363 2) Data Stores Search using Elasticsearch tests reindexing after push364 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927365 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:45366Finished in 8 minutes 59 seconds (files took 3.3 seconds to load)36714 examples, 0 failures, 2 pending368Randomized with seed 6582369[Jul 27 2023 02:27:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch 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;'"`370[Jul 27 2023 02:27:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-opensearch bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`371[Jul 27 2023 02:27:05 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-opensearch`372[Jul 27 2023 02:27:05 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-opensearch`373[Jul 27 2023 02:27:06 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=elastic68`374[Jul 27 2023 02:27:06 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f elastic68`376Running after script...377$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command378$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")379$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"415Not uploading cache qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16 due to policy417Uploading artifacts...418gitlab-qa-run-*: found 146 matching artifact files and directories 419Uploading artifacts as "archive" to coordinator... 201 Created id=4748911717 responseStatus=201 Created token=64_ju68o420Uploading artifacts...421gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 422Uploading artifacts as "junit" to coordinator... 201 Created id=4748911717 responseStatus=201 Created token=64_ju68o423Uploading artifacts...424/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 425Uploading artifacts as "dotenv" to coordinator... 201 Created id=4748911717 responseStatus=201 Created token=64_ju68o427Job succeeded