Skip to content

Commit

Permalink
README: update integration test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeap-vmware committed Feb 2, 2024
1 parent 77fc94c commit 3f36dd9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,17 @@ To run only unit tests, use
```bash
make unit
```
To run only integration tests (requires a running GPDB instance), use
To run only integration tests
```bash
make integration
```
Integration test requirements
- Running GPDB instance
- GPDB's gpcloud extension
```bash
make -C gpcontrib/gpcloud/ install
```
- GPDB configured with `--with-perl`

To run end to end tests (requires a running GPDB instance), use
```bash
Expand Down

0 comments on commit 3f36dd9

Please sign in to comment.