Skip to content

Commit

Permalink
docs: add integration test section to CONTRIBUTING.md (apache#160)
Browse files Browse the repository at this point in the history
* docs: add integration test section to CONTRIBUTING.md

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* Update CONTRIBUTING.md

Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>

Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
  • Loading branch information
waynexia and ShiKaiWi authored Jul 28, 2022
1 parent 36ea643 commit 8ae2e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ To enable logging to stderr during a run of `cargo test` set the Rust
RUST_LOG=info cargo test --workspace
```

### Integration tests

We have integration test suits in the SQL level so any change that may have influence on the user-facing query execution should be covered by the integration test. Refer to [this document](./tests/README.md) for more information.

## Running `rustfmt` and `clippy`

CI will check the code formatting with [`rustfmt`](https://github.com/rust-lang/rustfmt) and Rust best practices with [`clippy`](https://github.com/rust-lang/rust-clippy).
Expand Down

0 comments on commit 8ae2e68

Please sign in to comment.