apache/gravitino

[Improvement] clarify docker test failure messages

開放

#4,170 建立於 2024年7月16日

 (4 則留言) (0 個反應) (2 位負責人)Java (887 個分叉)auto 404
good first issueimprovement

倉庫指標

星標
 (3,058 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南