Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix gitlab tests flakiness #1425

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    4e66431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d56523 View commit details
    Browse the repository at this point in the history
  3. Typo

    raul-arabaolaza committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0858e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    735d852 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix flakiness on Gitlab tests (First PR, Local Attempt 1652756)

    I detected most of the times flakiness was caused by a lack of resources in the Gitlab
    container, as a result many API calls at random returned a 502 error code
    and an HTML page asking for the user to refresh...
    
    I have added a custom configuration to the Gitlab fixture which should help in
    resource constrained environments and increased the request timeout. Also
    not it uses the readiness checks instead of html web scrapping.
    
    Also some small code changes here and there like closing the gitlab4j clients
    or slighly reduce the scope of some tests.
    raul-arabaolaza committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0eaf1f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c65e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c065f8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd464f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    b8b6f0e View commit details
    Browse the repository at this point in the history