ooggss opened a new issue, #465:
URL: https://github.com/apache/iceberg-rust/issues/465
I'm new to this project, and when I used docker to start all the tests of
this project(without any change) , I got error below:
error: 5 targets failed:
`-p iceberg --test file_io_s3_test`
`-p iceberg-catalog-glue --test glue_catalog_test`
`-p iceberg-catalog-hms --test hms_catalog_test`
`-p iceberg-catalog-rest --test rest_catalog_test`
`-p iceberg-datafusion --test integration_datafusion_hms_test`
make: *** [Makefile:52: test] Error 101
Is this my fault or it's just the way it is?
Here is my Dockerfile:
FROM rust:1.77.1
RUN apt-get update && apt-get install -y make
WORKDIR /usr/src/myapp
COPY . .
CMD ["./target/release/myapp"]
Here is the project version:
root@83b48b7f22d1:/usr/src/myapp# git log
commit 070576bfb47a6a7205026c9dbfb3397a06cc2986 (HEAD -> main, origin/main,
origin/HEAD)
Author: Shabana Baig <[email protected]>
Date: Thu Jun 13 15:01:34 2024 -0400
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]