Problem

Tests on gitlab-ci are time-outing and therefore failing.

Steps to reproduce

Run pipeline for D10 or D11 and watch how random tests are failing due to time out. Locally there is no issue in regards to this.

Proposed resolution

Add timeout of 15 seconds to the waitForTask call to prevent time outs.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

deaom created an issue. See original summary.

deaom’s picture

Status: Active » Needs review
Related issues: +#3540465: Do not expose $this->connection()

The tests are failing as expected. Once #3540465: Do not expose $this->connection() is merged, the tests should pass. Setting to needs review, to not cause confusion.

bcizej made their first commit to this issue’s fork.

bcizej’s picture

@deaOm I had to add timeouts to all calls as we cannot merge failing pipelines.

  • bcizej committed f9ae6860 on 3.x authored by deaom
    Issue #3540463 by deaom, bcizej: Add timeout to waitForTask()
    
bcizej’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.