Skip to content

Commit

Permalink
live tests: docs update (#42408)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll authored Jul 22, 2024
1 parent 63ebef3 commit f984452
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions airbyte-ci/connectors/live-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ poetry run pytest src/live_tests \
--config-path=<path-to-config-path> \
--catalog-path=<path-to-catalog-path> \
--target-version=dev \
--control-version=latest \
--pr-url=<PR-URL> # The URL of the PR you are testing
```

Expand All @@ -156,7 +155,6 @@ The live connection objects will be fetched.
poetry run pytest src/live_tests \
--connector-image=airbyte/source-faker \
--target-version=dev \
--control-version=latest \
--pr-url=<PR-URL> # The URL of the PR you are testing
```

Expand Down Expand Up @@ -263,8 +261,8 @@ The traffic recorded on the control connector is passed to the target connector

| Argument | Description | Required/Optional |
|----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------| ----------------- |
| `--connector-image` | Docker image name of the connector to debug (e.g., `airbyte/source-faker:latest`, `airbyte/source-faker:dev`). | Required |
| `--control-version` | Version of the control connector for regression testing. | Required |
| `--connector-image` | Docker image name of the connector to debug (e.g., `airbyte/source-faker`, `airbyte/source-faker`). | Required |
| `--control-version` | Version of the control connector for regression testing. Must be an unambiguous connector version (e.g. 1.2.3 rather than `latest`) | Required |
| `--target-version` | Version of the connector being tested. (Defaults to dev) | Optional |
| `--pr-url` | URL of the pull request being tested. | Required |
| `--connection-id` | ID of the connection for live testing. If not provided, a prompt will appear to choose. | Optional |
Expand All @@ -277,6 +275,7 @@ The traffic recorded on the control connector is passed to the target connector
| `--stream` | Name of the stream to test. Can be specified multiple times to test multiple streams. | Optional |
| `--should-read-with-state` | Specify whether to read with state. If not provided, a prompt will appear to choose. | Optional |
| `--test-evaluation-mode` | Whether to run tests in "diagnostic" mode or "strict" mode. In diagnostic mode, eligible tests will always pass unless there's an exception. | Optional |
| `--connection-subset` | The subset of connections to select from. Possible values are "sandboxes" or "all" (defaults to sandboxes). | Optional |

## Changelog

Expand Down

0 comments on commit f984452

Please sign in to comment.