Skip to content

error with "make test" #465

@ooggss

Description

@ooggss

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 070576b (HEAD -> main, origin/main, origin/HEAD)
Author: Shabana Baig [email protected]
Date: Thu Jun 13 15:01:34 2024 -0400

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions