apache / apache/gravitino

[Improvement] clarify docker test failure messages

Open
#4,170 4 comments 0 reactions 2 assignees Claimed by @Naresh-kumar-Thodupunoori View on GitHub
good first issue improvement
Dominant language
Java
Stars
3.2k
Forks
935
Avg merge
1d 15h
Merged PRs (30d)
315

Description

### What would you like to be improved?

Since the default value of `skipDockerTests` is `true`.
When user runs the docker tests task without setting `skipDockerTests=false`, the test will be failed but the error message is confused:

> * What went wrong:
> Execution failed for task ':integration-test:test'.
> > No tests found for given includes: [org.apache.gravitino.integration.test.client.AuditIT](--tests filter)

note: use `./gradlew :integration-test:test --tests "org.apache.gravitino.integration.test.client.AuditIT"` to reproduce

### How should we improve?

We should add configuration modification instructions in the error message to help users locate the cause of the error more easily.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.