* feat: announce seed peer Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn logic Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn job Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: dfdaemon change host uuid to host id Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: go generate mocks Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: remove cdn compatibility Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: change docker compose Signed-off-by: Gaius <gaius.qi@gmail.com> * fix: reuse panic Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: compatible with v2.0.3-beta.2 Signed-off-by: Gaius <gaius.qi@gmail.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| testdata | ||
| tools | ||
| README.md | ||
README.md
Test
Dragonfly includes unit tests and E2E tests.
Unit tests
Unit tests is in the project directory.
Running unit tests
make test
Running uint tests with coverage reports
make test-coverage
E2E tests
E2E tests is in test/e2e path.
Running E2E tests
make e2e-test
Running E2E tests with coverage reports
make e2e-test-coverage
Clean E2E tests environment
make clean-e2e-test