jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Allow selection of the test to run #177

Closed wallrj closed 6 years ago

wallrj commented 6 years ago

Allows you to limit the E2E tests that are run by setting a TEST_PREFIX environment variable. E.g. TEST_PREFIX=test_cassandra ./hack/e2e.sh

To bypass the Elasticsearch tests when I'm running E2E tests manually on my GKE cluster.

Part of #23

Release note:

NONE
jetstack-ci-bot commented 6 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: We suggest the following additional approver: munnerz

Assign the PR to them by writing /assign @munnerz in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files: - **[OWNERS](https://github.com/jetstack/navigator/blob/master/OWNERS)** You can indicate your approval by writing `/approve` in a comment You can cancel your approval by writing `/approve cancel` in a comment
wallrj commented 6 years ago

/test e2e

munnerz commented 6 years ago

@wallrj failing due to unbound var:

W1214 13:19:27.152] hack/e2e.sh: line 135: TEST_PREFIX: unbound variable
wallrj commented 6 years ago

/test e2e

munnerz commented 6 years ago

Not really sure whether this or #179 is meant to be merged, but given #179 includes this and some, I'm going to close this PR.

/close