Skip to content

Add a retry for tests creating access tokens

Will Meek requested to merge 285135-retry-access-token-name into master

What does this MR do?

Fix for #285135 (closed)

I have noticed that when running QA tests against GDK (master or branches) they can often fail when creating the token.

The issue seems to be that the name is not entered. Thus the token is not created and the test being ran fails as it cannot find the created_access_token element (that does not exist due to no name)

This MR retries filling in the name.

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #285135 (closed)

Merge request reports