Skip to content

Reliable e2e test report

Candidates for promotion to reliable/blocking (2024-02-12 - 2024-02-26)

Note: MRs will be auto-created for promoting the top 10 specs sorted by most number of successful runs

Total amount: 144

STAGE COUNT
analytics 1
data_stores 12
create 36
fulfillment 1
monitor 7
govern 22
manage 21
package 8
plan 18
secure 2
systems 8
verify 8

Analytics (1)

Executions table groupanalytics instrumentation (1)
NAME RUNS FAILURES FAILURE RATE
Name: Analytics Service ping disabled when disabled from gitlab.yml config has service ping toggle is disabled
File: service_ping_disabled_spec.rb
128 0 0%

Data_stores (12)

Executions table grouptenant scale (2)
NAME RUNS FAILURES FAILURE RATE
Name: Data Stores prevent forking outside group when disabled allows forking outside of group
File: prevent_forking_outside_group_spec.rb
409 0 0%
Name: Data Stores prevent forking outside group when enabled does not allow forking outside of group
File: prevent_forking_outside_group_spec.rb
409 0 0%
Executions table groupglobal search (10)
NAME RUNS FAILURES FAILURE RATE
Name: Data Stores When using elasticsearch API to search for a known blob searches public project and finds a blob as an non-member user
File: elasticsearch_api_spec.rb
252 0 0%
Name: Data Stores When using elasticsearch API to search for a public merge request finds merge request that matches description
File: merge_request_index_spec.rb
187 0 0%
Name: Data Stores When using elasticsearch API to search for a known blob When searching a private repository finds a blob as an authorized user
File: elasticsearch_api_spec.rb
187 0 0%
Name: 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 user
File: elasticsearch_api_spec.rb
187 0 0%
Name: Data Stores When using elasticsearch API to search for a public note finds note that matches note body
File: note_index_spec.rb
187 0 0%
Name: Data Stores When using elasticsearch API to search for a public issue finds issue that matches description
File: issue_index_spec.rb
187 0 0%
Name: Data Stores When using elasticsearch API to search for a public blob finds blob that matches file content
File: blob_index_spec.rb
187 0 0%
Name: Data Stores Search using Elasticsearch tests reindexing after webIDE
File: elasticsearch_reindexing_spec.rb
179 0 0%
Name: Data Stores Search using Elasticsearch tests reindexing after push
File: elasticsearch_reindexing_spec.rb
179 0 0%
Name: Data Stores When using advanced search API to search for a user finds the user that matches username
File: user_index_spec.rb
179 0 0%

Create (36)

Executions table groupsource code (30)
NAME RUNS FAILURES FAILURE RATE
Name: Create Project templates when instance level successfully imports the project using template
File: project_templates_spec.rb
Exceptions:
- Fabrication of QA::Resource::Project using the API failed (502) with '<!DOCTYPE html><html><head> <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"> <title>500 Error - GitLab</title> <style>body{align-items:ce...
674 0 0%
Name: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository
File: push_mirroring_lfs_over_http_spec.rb
673 0 0%
Name: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository
File: push_mirroring_over_http_spec.rb
673 0 0%
Name: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI
File: clone_push_pull_personal_snippet_spec.rb
546 0 0%
Name: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown
File: share_snippet_spec.rb
546 0 0%
Name: Create Project templates when built-in successfully imports the project using template
File: project_templates_spec.rb
546 0 0%
Name: Create Group file templates creates file via custom .gitignore file template
File: group_file_template_spec.rb
546 0 0%
Name: Create Group file templates creates file via custom .gitlab-ci.yml file template
File: group_file_template_spec.rb
546 0 0%
Name: Create Sharing snippets when the snippet is public can be shared with not signed-in users
File: share_snippet_spec.rb
546 0 0%
Name: Create Group file templates creates file via custom Dockerfile file template
File: group_file_template_spec.rb
546 0 0%
Name: Create Group file templates creates file via custom LICENSE file template
File: group_file_template_spec.rb
546 0 0%
Name: Create PostReceive idempotent pushes and creates a single push event three times
File: push_postreceive_idempotent_spec.rb
546 0 0%
Name: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI
File: clone_push_pull_personal_snippet_spec.rb
546 0 0%
Name: Create Push Rules using non signed commits restricts removal of tag
File: push_rules_spec.rb
546 0 0%
Name: Create Push over SSH using Git protocol version 2 user pushes to the repository
File: protocol_v2_push_ssh_spec.rb
546 0 0%
Name: Create Push Rules with commits restricted to verified emails rejects unverified emails
File: push_rules_spec.rb
546 0 0%
Name: Create Source editor toolbar preview can preview markdown side-by-side while editing
File: source_editor_toolbar_spec.rb
545 0 0%
Name: Create File with unusual name when file name starts with a dash and contains hash, semicolon, colon, and question mark renders repository file tree correctly
File: file_with_unusual_name_spec.rb
545 0 0%
Name: Create Codeowners merge request assigns code owners as approvers
File: assign_code_owners_spec.rb
545 0 0%
Name: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a project_snippet
File: add_comment_to_snippet_spec.rb
545 0 0%
Name: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a personal_snippet
File: add_comment_to_snippet_spec.rb
545 0 0%
Name: Create Branch with unusual name when branch name contains slash, hash, double dash, and capital letter renders repository file tree correctly
File: branch_with_unusual_name_spec.rb
545 0 0%
Name: Create Push over HTTP using Git protocol version 2 user pushes to the repository
File: protocol_v2_push_http_spec.rb
545 0 0%
Name: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth
File: pull_mirroring_over_http_spec.rb
544 0 0%
Name: Create Pull mirror a repository over SSH with a private key configures and syncs a (pull) mirrored repository
File: pull_mirroring_over_ssh_with_key_spec.rb
544 0 0%
Name: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing project_snippet to make it multi-file
File: add_file_to_snippet_spec.rb
544 0 0%
Name: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing personal_snippet to make it multi-file
File: add_file_to_snippet_spec.rb
544 0 0%
Name: Create Create a new project from a template commits via the api
File: commit_to_templated_project_spec.rb
543 0 0%
Name: Create Gitaly repository storage creates a 2nd fork after moving the parent project
File: move_project_create_fork_spec.rb
128 0 0%
Name: Create Snippet repository storage moves snippet repository from one Gitaly storage to another
File: snippet_repository_storage_move_spec.rb
128 0 0%
Executions table groupide (3)
NAME RUNS FAILURES FAILURE RATE
Name: Create Add first file in Web IDE when a file with the same name already exists throws an error
File: add_first_file_in_web_ide_spec.rb
537 0 0%
Name: Create Add first file in Web IDE when user adds a new file shows successfully added and visible in project
File: add_first_file_in_web_ide_spec.rb
537 0 0%
Name: Create Code Suggestions in Web IDE on Self-managed behaves like a code completion suggestion returns a code completion suggestion which can be accepted
File: code_suggestions_in_web_ide_spec.rb
123 0 0%
Executions table groupcode review (2)
NAME RUNS FAILURES FAILURE RATE
Name: Create Merged merge request can be reverted
File: reverting_merge_request_spec.rb
546 0 0%
Name: Create Create a new merge request creates a merge request with a milestone and label
File: create_merge_request_spec.rb
544 0 0%
Executions table ~"group::editor" (1)
NAME RUNS FAILURES FAILURE RATE
Name: Create Group Wiki repository storage moves group Wiki repository from one Gitaly storage to another
File: group_wiki_repository_storage_move_spec.rb
128 0 0%

Fulfillment (1)

Executions table groupprovision (1)
NAME RUNS FAILURES FAILURE RATE
Name: Fulfillment Active license details shows up in subscription page
File: license_spec.rb
410 0 0%

Monitor (7)

Executions table groupobservability (2)
NAME RUNS FAILURES FAILURE RATE
Name: GitLab Metrics Sidekiq metrics via dedicated server returns 200 OK and serves metrics
File: metrics_spec.rb
127 0 0%
Name: GitLab Metrics Web metrics via dedicated server returns 200 OK and serves metrics
File: metrics_spec.rb
127 0 0%
Executions table grouprespond (5)
NAME RUNS FAILURES FAILURE RATE
Name: Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only resolves the correct alert
File: recovery_alert_resolves_correct_alert_spec.rb
468 0 0%
Name: Monitor Alert when user is a maintainer when using Prometheus integration behaves like notification on new alert sends email to user
File: email_notification_for_alert_spec.rb
128 0 0%
Name: Monitor Alert when user is a maintainer when using HTTP endpoint integration behaves like notification on new alert sends email to user
File: email_notification_for_alert_spec.rb
128 0 0%
Name: Monitor Alert when user is an owner when using Prometheus integration behaves like notification on new alert sends email to user
File: email_notification_for_alert_spec.rb
128 0 0%
Name: Monitor Alert when user is an owner when using HTTP endpoint integration behaves like notification on new alert sends email to user
File: email_notification_for_alert_spec.rb
128 0 0%

Govern (22)

Executions table groupauthentication (19)
NAME RUNS FAILURES FAILURE RATE
Name: Govern User with minimal access to group is not allowed to push code via the CLI
File: minimal_access_user_spec.rb
418 0 0%
Name: Govern Project access token for the same project can be used to commit via the API
File: project_access_token_spec.rb
416 0 0%
Name: Govern LDAP Group sync with group cn method behaves like Group sync can create project access tokens
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern LDAP Group sync with user filter method behaves like Group sync can create project access tokens
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern LDAP login user logs into GitLab using LDAP credentials
File: log_into_gitlab_via_ldap_spec.rb
255 0 0%
Name: Govern LDAP Group sync with group cn method behaves like Group sync has LDAP users synced
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern LDAP Group sync with group cn method behaves like Group sync can create group access tokens
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern LDAP Group sync with user filter method behaves like Group sync has LDAP users synced
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern LDAP Group sync with user filter method behaves like Group sync can create group access tokens
File: group_ldap_sync_spec.rb
255 0 0%
Name: Govern while LDAP is enabled behaves like registration and login allows the user to register and login
File: register_spec.rb
155 0 0%
Name: Govern Instance wide SAML SSO user logs in to gitlab with SAML SSO
File: login_via_instance_wide_saml_sso_spec.rb
128 0 0%
Name: Govern Mattermost login user logs into Mattermost using GitLab OAuth
File: log_into_mattermost_via_gitlab_spec.rb
128 0 0%
Name: Govern OAuth connects and logs in with GitHub OAuth
File: oauth_login_with_github_spec.rb
128 0 0%
Name: Govern Group SAML SSO - Non enforced SSO when SAML SSO is configured with a default membership role adds the new member with access level as set in SAML SSO configuration
File: group_saml_non_enforced_sso_spec.rb
127 0 0%
Name: Govern Group SAML SSO - Non enforced SSO lets group admin test settings
File: group_saml_non_enforced_sso_spec.rb
127 0 0%
Name: Govern Group SAML SSO - Enforced SSO with Snowplow tracking disabled behaves like group membership actions creates a new account automatically and allows to leave group and join again
File: group_saml_enforced_sso_new_account_spec.rb
127 0 0%
Name: Govern Group SAML SSO - Enforced SSO user clones and pushes to project within a group using Git HTTP
File: group_saml_enforced_sso_git_access_spec.rb
127 0 0%
Name: Govern Group SAML SSO - Enforced SSO with Snowplow tracking enabled behaves like group membership actions creates a new account automatically and allows to leave group and join again
File: group_saml_enforced_sso_new_account_spec.rb
127 0 0%
Name: Govern Group SAML SSO - Non enforced SSO user logs in to group with SAML SSO
File: group_saml_non_enforced_sso_spec.rb
127 0 0%
Executions table groupthreat insights (3)
NAME RUNS FAILURES FAILURE RATE
Name: Govern Vulnerability management in a merge request can create an issue from a security finding in pipeline security tab
File: vulnerability_management_spec.rb
415 0 0%
Name: Govern Vulnerability management in a merge request can dismiss a vulnerability with a reason from mr security widget
File: vulnerability_management_spec.rb
415 0 0%
Name: Govern vulnerability report with jira integration can successfully create a JIRA issue from vulnerability details page
File: vulnerabilities_jira_integration_spec.rb
128 0 0%

Manage (21)

Executions table groupimport and integrate (21)
NAME RUNS FAILURES FAILURE RATE
Name: Manage Jenkins integration integrates and displays build status for MR pipeline in GitLab
File: jenkins_build_status_spec.rb
410 0 0%
Name: Manage Gitlab migration with import within same instance successfully imports project
File: gitlab_migration_project_spec.rb
409 0 0%
Name: Manage GitHub import when imported via api imports project
File: import_github_repo_spec.rb
128 0 0%
Name: Manage Gitlab migration with EE features imports group epics and iterations
File: gitlab_migration_group_spec.rb
128 0 0%
Name: Manage GitHub import when imported via UI imports a project
File: import_github_repo_spec.rb
128 0 0%
Name: Manage Gitlab migration with ci pipeline successfully imports ci pipeline
File: gitlab_migration_pipeline_spec.rb
128 0 0%
Name: Manage Gitlab migration with designs successfully imports design
File: gitlab_migration_issue_spec.rb
128 0 0%
Name: Manage Gitlab migration with group member member retains indirect membership in imported project
File: gitlab_migration_members_spec.rb
128 0 0%
Name: Manage GitHub import when imported via api imports repo push rules
File: import_github_repo_spec.rb
128 0 0%
Name: Manage Gitlab migration with project issues successfully imports issue
File: gitlab_migration_issue_spec.rb
128 0 0%
Name: Manage Gitlab migration with project member member retains direct membership in imported project
File: gitlab_migration_members_spec.rb
128 0 0%
Name: Manage Gitlab migration with release successfully imports project release
File: gitlab_migration_release_spec.rb
128 0 0%
Name: Manage Gitlab migration with uninitialized project successfully imports project
File: gitlab_migration_project_spec.rb
128 0 0%
Name: Manage Gitlab migration with wiki successfully imports project wiki
File: gitlab_migration_project_spec.rb
128 0 0%
Name: Manage Gitlab migration with associated merge request preserves related merge request
File: gitlab_migration_issue_spec.rb
128 0 0%
Name: Manage Jira integration closes an issue via a merge request
File: jira_basic_integration_spec.rb
128 0 0%
Name: Manage Jira integration closes an issue via pushing a commit
File: jira_basic_integration_spec.rb
128 0 0%
Name: Manage Jira issues integration searching issues returns results
File: jira_issues_list_spec.rb
128 0 0%
Name: Manage Jira issues integration shows open issues
File: jira_issues_list_spec.rb
128 0 0%
Name: Manage Jira issues integration views an issue
File: jira_issues_list_spec.rb
128 0 0%
Name: Manage Pipeline status emails when pipeline fails sends an email
File: pipeline_status_emails_spec.rb
128 0 0%

Package (8)

Executions table groupcontainer registry (8)
NAME RUNS FAILURES FAILURE RATE
Name: Package Self-managed Container Registry when tls is disabled using docker:20.10.23 and a ci job token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Dependency Proxy using docker:24.0.1 and a personal access token pulls an image using the dependency proxy
File: dependency_proxy_spec.rb
256 0 0%
Name: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a personal access token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a ci job token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Self-managed Container Registry when tls is disabled using docker:24.0.1 and a personal access token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Self-managed Container Registry when tls is disabled using docker:23.0.6 and a project deploy token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Self-managed Container Registry when tls is disabled using docker:24.0.1 and a ci job token pushes image and deletes tag
File: container_registry_spec.rb
256 0 0%
Name: Package Dependency Proxy Group SSO pulls an image using the dependency proxy on a group enforced SSO
File: dependency_proxy_sso_spec.rb
127 0 0%

Plan (18)

Executions table groupknowledge (11)
NAME RUNS FAILURES FAILURE RATE
Name: Plan Testing group wiki file upload by creating a formatted page with an image uploaded
File: file_upload_group_wiki_page_spec.rb
532 0 0%
Name: Plan Testing project wiki can delete a page
File: project_based_page_deletion_spec.rb
418 0 0%
Name: Plan Testing group wiki can delete a group wiki page
File: delete_group_wiki_page_spec.rb
418 0 0%
Name: Plan Project Wiki with Wiki Sidebar has all expected links that work
File: project_based_list_spec.rb
417 0 0%
Name: Plan Project Wiki with Wiki Page List has all expected links that work
File: project_based_list_spec.rb
417 0 0%
Name: Plan Testing wiki content creation inside a project by adding a home page to the wiki
File: project_based_content_creation_spec.rb
417 0 0%
Name: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push
File: project_based_content_creation_spec.rb
417 0 0%
Name: Plan Testing wiki content creation inside a project by adding a second page to the wiki
File: project_based_content_creation_spec.rb
417 0 0%
Name: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push
File: project_based_content_creation_spec.rb
417 0 0%
Name: Plan Testing wiki content manipulation inside a project by manipulating content on the page
File: project_based_content_manipulation_spec.rb
416 0 0%
Name: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push
File: project_based_content_manipulation_spec.rb
416 0 0%
Executions table groupproject management (6)
NAME RUNS FAILURES FAILURE RATE
Name: Plan Assign Iterations assigns a group iteration to an existing issue
File: assign_group_iteration_spec.rb
418 0 0%
Name: Plan Custom email customizes email with additional text
File: custom_email_spec.rb
417 0 0%
Name: Plan Editing scoped labels on issues correctly applies simple and multiple colon scoped pairs labels
File: editing_scoped_labels_spec.rb
417 0 0%
Name: Plan Issue closes via pushing a commit
File: closes_issue_via_pushing_a_commit_spec.rb
417 0 0%
Name: Plan Group Iterations with automatic scheduling creates a group iteration automatically through an iteration cadence
File: create_group_iteration_spec.rb
416 0 0%
Name: Plan Group Iterations with manual scheduling creates a group iteration manually through an iteration cadence
File: create_group_iteration_spec.rb
416 0 0%
Executions table groupproduct planning (1)
NAME RUNS FAILURES FAILURE RATE
Name: Plan Design Management user adds a design and modifies it
File: modify_design_content_spec.rb
418 0 0%

Secure (2)

Executions table groupstatic analysis (2)
NAME RUNS FAILURES FAILURE RATE
Name: Secure Enable Scanning from UI enable dependency scanning from configuration runs dependency scanning job when enabled from configuration
File: enable_scanning_from_configuration_spec.rb
417 0 0%
Name: Secure Enable Scanning from UI enable sast from configuration runs sast job when enabled from configuration
File: enable_scanning_from_configuration_spec.rb
417 0 0%

Systems (8)

Executions table groupgitaly (8)
NAME RUNS FAILURES FAILURE RATE
Name: Systems Changing Gitaly repository storage when moving from one Gitaly storage to another behaves like repository storage move confirms a finished status after moving project repository storage
File: changing_repository_storage_spec.rb
128 0 0%
Name: Systems Gitaly using mTLS pushes to gitaly
File: gitaly_mtls_spec.rb
128 0 0%
Name: Systems Gitaly Cluster replication queue allows replication of different repository after interruption
File: praefect_replication_queue_spec.rb
127 0 0%
Name: Systems Gitaly distributed reads reads from each node
File: distributed_reads_spec.rb
127 0 0%
Name: Systems Gitaly backend node recovery recovers from dataloss
File: backend_node_recovery_spec.rb
127 0 0%
Name: Systems Gitaly distributed reads when a node is unhealthy does not read from the unhealthy node
File: distributed_reads_spec.rb
127 0 0%
Name: Systems with Gitaly automatic failover and recovery automatically fails over
File: automatic_failover_and_recovery_spec.rb
127 0 0%
Name: Systems with Gitaly automatic failover and recovery when recovering from dataloss after failover automatically reconciles
File: automatic_failover_and_recovery_spec.rb
127 0 0%

Verify (8)

Executions table grouprunner (2)
NAME RUNS FAILURES FAILURE RATE
Name: Verify Group runner registration user registers a new group runner
File: register_group_runner_spec.rb
417 0 0%
Name: Verify Runner registration user registers a new project runner
File: register_runner_spec.rb
417 0 0%
Executions table grouppipeline security (4)
NAME RUNS FAILURES FAILURE RATE
Name: Verify Job artifacts when exposed show up in MR widget
File: expose_job_artifacts_in_mr_spec.rb
418 0 0%
Name: Verify UI defined variable is not inheritable by default
File: ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb
417 0 0%
Name: Verify UI defined variable is not inheritable when forward:pipeline_variables is false
File: ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb
417 0 0%
Name: Verify UI defined variable is inheritable when forward:pipeline_variables is true
File: ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb
416 0 0%
Executions table grouppipeline execution (1)
NAME RUNS FAILURES FAILURE RATE
Name: Verify Trigger child pipeline with 'when:manual' can trigger bridge job
File: trigger_child_pipeline_with_manual_spec.rb
418 0 0%
Executions table grouppipeline authoring (1)
NAME RUNS FAILURES FAILURE RATE
Name: Verify Update CI file with pipeline editor creates new pipelines, target branch, and merge request
File: update_ci_file_with_pipeline_editor_spec.rb
418 0 0%

Reliable specs with failures (2024-02-12 - 2024-02-26)

Note:

  • Only failures from the nightly, e2e-package-and-test and e2e-test-on-gdk pipelines are considered

  • Only specs that have a failure rate of equal or greater than 1 percent are considered

  • Quarantine MRs will be created for all specs listed below

Total amount: 13

STAGE COUNT
package 12
verify 1

Package (12)

Executions table grouppackage registry (12)
NAME RUNS FAILURES FAILURE RATE
Name: Package npm Registry group level endpoint using personal access token push and pull a npm package via CI
File: npm_group_level_spec.rb
Exceptions:
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: bb858b64e8d906ecb58535a8ef0765d9Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 2bc712bae540c48394566dd7f870fe5aSentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 953c9d4f15a591b7184aff022d8138f5Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 7a5f14d09f64371a11efaada4ff06f0cSentry Url: https://n...
1276 15 1.18%
Name: Package npm Registry project level endpoint using ci job token push and pull a npm package via CI
File: npm_project_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: b1d3b8d28fd541fbc49fdd97e5a1eb9eSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: c1db531c36354a81fce268b29264634cSentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 10ca846707f689168935452074c70db1Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: e5fffd27e73ce7b271c76c589a3a34cdSentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>800})' to be truthy, got false
- Wait failed after 60 seconds
1275 14 1.1%
Name: Package Generic Repository uploads a generic package and downloads it
File: generic_repository_spec.rb
Exceptions:
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 5e8dc9eb06f36a9394e7dfa0f6d0190cSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 33cfacf4d7f6ce1d56b5116e8d10a0beSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 8432ea733c49a493ed54f3232799ec02Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: f985089db02468e56cd2d7e3dc54814cSentry Url: https://n...
- RSpec::Core::MultipleExceptionError
1277 14 1.1%
Name: Package npm Registry group level endpoint using ci job token push and pull a npm package via CI
File: npm_group_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: e9b5f87c2992eee480410dd096bfad6eSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 44baf50d5471bb78a22f4ea97114458eSentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: f9b5571e53335fcf5d592499ac0d2427Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: d0fefca20374411ae84071299171a0d2Sentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
1276 14 1.1%
Name: Package npm Registry group level endpoint using project deploy token push and pull a npm package via CI
File: npm_group_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 02bc3a0bcfe3cac7725dbbdbdb0ed859Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 69fcf070417c9c03044b271a75ab9097Sentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 3ab6afc504ee2da1bcab04698f677ab0Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 275cdd053b9309c995721ccaddd42beeSentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
1276 14 1.1%
Name: Package NuGet group level endpoint using group deploy token publishes a nuget package at the project endpoint and installs it from the group endpoint
File: nuget_group_level_spec.rb
Exceptions:
- RSpec::Core::MultipleExceptionError
961 10 1.04%
Name: Package NuGet group level endpoint using ci job token publishes a nuget package at the project endpoint and installs it from the group endpoint
File: nuget_group_level_spec.rb
Exceptions:
- RSpec::Core::MultipleExceptionError
961 10 1.04%
Name: Package NuGet group level endpoint using personal access token publishes a nuget package at the project endpoint and installs it from the group endpoint
File: nuget_group_level_spec.rb
Exceptions:
- RSpec::Core::MultipleExceptionError
961 10 1.04%
Name: Package Helm Registry using personal access token pushes and pulls a helm chart
File: helm_registry_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 1982ad6ca7b04163765da0e6df7c1f7dSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 8b24fa7b344d6f2d79691799aaa2b75cSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: a559e10511b4107210e085177c9ca49eSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: a7034fd0a6f9b1acc300fc5eb523f2acSentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
- Wait failed after 60 seconds
1274 13 1.02%
Name: Package npm Registry instance level endpoint using personal access token push and pull a npm package via CI
File: npm_instance_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: b215c111bdd2a46c87e7da0b0e8e5c55Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 5c317f2965088526dd9ae89a03025581Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: b4d4a03241eae7d4cce53bbcbf9d8d9eSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 2b664da9c20534c1c0d8cb82fc3510d4Sentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>180})' to be truthy, got false
- Net::ReadTimeout
1277 13 1.02%
Name: Package npm Registry project level endpoint using personal access token push and pull a npm package via CI
File: npm_project_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 4466712e6f32bf603c8f038c32a518afSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 04ace4eef70ba65e82ccd0e9b81891bfSentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: d688763720d81741d893eae7c589dafbSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: e19a2c575ac5f77d279d043a2f36b4d0Sentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>800})' to be truthy, got false
1275 13 1.02%
Name: Package npm Registry project level endpoint using project deploy token push and pull a npm package via CI
File: npm_project_level_spec.rb
Exceptions:
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: b430930dfbfea6d5d4948095ad42f4d8Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 813b7bba78154f9ca17fec2097096373Sentry Url: https://n...
- RSpec::Core::MultipleExceptionError
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 369bd4541556239c3be249fbd4e70c96Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 1b5b1116f4da81faded680fa94852a94Sentry Url: https://n...
- expected 'QA::Page::Project::Job::Show.successful?({:timeout=>800})' to be truthy, got false
1275 13 1.02%

Verify (1)

Executions table grouppipeline security (1)
NAME RUNS FAILURES FAILURE RATE
Name: Verify Pipeline with protected variable exposes variable on protected branch
File: pipeline_with_protected_variable_spec.rb
Exceptions:
- Expect protected variable to be in job log.
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 6325b6afa48ce44e01bf14474aeb881fSentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: aece228ce66844993b632327ec85fdc6Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 244084ffe67378d1ff91e1df67ca2b34Sentry Url: https://n...
- Fabrication of QA::Resource::Repository::Commit using the API failed (400) with '{"message":"13:update reference: running pre-receive hooks: GitLab: Internal API unreachable."}'.Correlation Id: 6f389c3785764027aeeb0fde90a9a008Sentry Url: https://n...
- RSpec::Core::MultipleExceptionError
894 13 1.45%