Skip to content

Bring parity between make run-tests and CI commands #450

@nikolasmatt

Description

@nikolasmatt

Problem

Tests pass in CI but fail using the make run-tests command locally.

CI uses the REMOTE_CLUSTER_CONTEXT=kind-skv2-test-remote PATH="$(pwd)/_output/.bin:$PATH" go test ./... to run tests and all the tests pass, but make run-tests uses a ginkgo command and different tests fail every time.

This is likely because make run-tests randomizes the test execution order and the CI command doesn't.

Desired Outcomes

  • Update the command that CI and/or make use to be the same and include execution order randomization.
  • Make sure make run-tests succeeds when run locally

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions