Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcneely committed Jan 10, 2025
1 parent 4508824 commit 15839b1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,16 @@ Docker images that contains `dgraph` and `badger` commands.

### Testing

#### Dgraph
Dgraph employs a ~~complex~~ sophisticated testing framework that includes extensive test coverage.
Due to the comprehensive nature of these tests, a complete test run can take several hours, depending
on your hardware. To manage this complex testing process efficiently, we've developed a custom test
runner implemented in Go, which resides in the ./t directory. This specialized runner provides enhanced
control and flexibility beyond what's available through standard Go testing commands.

For dependencies, runner flags and instructions for running tests on non-linux machines, see
the [README](t/README.md) in the [*t*](t) folder.


1. Change directory to t directory.
2. If all packages need to be tested, run
make test
Expand Down

0 comments on commit 15839b1

Please sign in to comment.