The instruction for running integration tests from integration-tests/README.md doesn't work
See original GitHub issue[ERROR] 1) Error in custom provider, java.lang.RuntimeException: java.io.FileNotFoundException: client_tls/truststore.jks (No such file or directory)
FYI @jon-wei
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
The instruction for running integration tests from ... - GitHub
The instruction for running integration tests from integration-tests/README.md doesn't work · Issue #7842 · apache/druid · GitHub.
Read more >Why don't my integration tests run while invoking the "mvn test ...
Currently my integration tests only run when I run mvn install . I would like to have them run when I do mvn...
Read more >integration-tests - druid - Git repositories on apache
Run Druid Docker test clusters with Hadoop container by passing -Dstart.hadoop.docker=true to the mvn command. Currently, hdfs-deep-storage and other -deep- ...
Read more >Testing - Treeherder Docs
The unit tests for the UI are run with [Jest]. The tests are written with react testing library. For the integration tests PollyJS...
Read more >Getting Started with Podman
The code samples are intended to be run as a non-root user, and use sudo where root ... tests in your environment, checkout...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I “reproduced” this problem in Travis: https://travis-ci.org/apache/incubator-druid/jobs/615425842 in this PR: #6702. This must be due to these changes to integration-tests’ Dockerfile and some following .sh scripts.
@leventov I created a PR to resolve the issue, but still seeing connection refused issue since coordinator is not starting up correctly in time for some reason, which requires more research to fix.