-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed: HBase all tests failed #2185
Comments
Happening in master too. https://travis-ci.com/github/akka/alpakka/jobs/296475571 Build log has an error:
|
After I mapped the
IDK why this is all of a sudden necessary, or why the failure is transient in master. EDIT: This was always necessary. The tests passed because I was using an older image of the |
Upstream docker image tag we rely on for integration tests was recently updated (1.4) https://hub.docker.com/r/harisekhon/hbase/tags |
Yes, this seems to be a show stopper for all of our Travis builds. |
I've tried to revive the HBase tests locally with no success. |
The HBase tests are excluded from the GitHub actions workflow, as well. |
The HBase image the tests use doesn't work anymore and it doesn't seem maintained anymore HariSekhon/Dockerfiles#42. Furthermore, the versions of the Hadoop libraries Alpakka relies on are very outdated with CVEs reported for them.
I'm inclined to remove the HBase connector altogether for Alpakka 4.0. |
Just looked at this again, the Docker images haven't been touched and we are not verifying Alpakka HBase with integration tests. |
All the HBase tests timed out on this build. Attached the log so the stage could be retried and not wipe out build info.
log.txt
The text was updated successfully, but these errors were encountered: