minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

Reduce filesizes for mint tests #314

Closed poornas closed 5 years ago

harshavardhana commented 5 years ago

thank you for this @poornas - geat help.

kannappanr commented 5 years ago

Please also check Travis failure

nitisht commented 5 years ago

@poornas I tried building locally, I see this - any ideas

[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]  io problem while parsing ivy file: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom: Impossible to load parent for file:/root/.ant/cache/commons-logging/commons-logging/ivy-1.1.3.xml.original. Parent=org.apache.commons#commons-parent;28
[ivy:retrieve]      module not found: commons-logging#commons-logging;1.1.3
[ivy:retrieve]  ==== local: tried
[ivy:retrieve]    /root/.ant/local/org.apache.commons/commons-parent/28/ivys/ivy.xml
[ivy:retrieve]    -- artifact org.apache.commons#commons-parent;28!commons-parent.jar:
[ivy:retrieve]    /root/.ant/local/org.apache.commons/commons-parent/28/jars/commons-parent.jar
[ivy:retrieve]  ==== shared: tried
[ivy:retrieve]    /root/.ant/shared/org.apache.commons/commons-parent/28/ivys/ivy.xml
[ivy:retrieve]    -- artifact org.apache.commons#commons-parent;28!commons-parent.jar:
[ivy:retrieve]    /root/.ant/shared/org.apache.commons/commons-parent/28/jars/commons-parent.jar
[ivy:retrieve]  ==== public: tried
[ivy:retrieve]    http://repo1.maven.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom
[ivy:retrieve]    -- artifact org.apache.commons#commons-parent;28!commons-parent.jar:
[ivy:retrieve]    http://repo1.maven.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.jar
[ivy:retrieve]  io problem while parsing ivy file: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom: Impossible to load parent for file:/root/.ant/cache/org.apache.httpcomponents/httpcomponents-client/ivy-4.5.2.xml.original. Parent=org.apache.httpcomponents#project;7
[ivy:retrieve]  io problem while parsing ivy file: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom: Impossible to load parent for file:/root/.ant/cache/org.apache.httpcomponents/httpclient/ivy-4.5.2.xml.original. Parent=org.apache.httpcomponents#httpcomponents-client;4.5.2
[ivy:retrieve]      module not found: org.apache.httpcomponents#httpclient;4.5.2
[ivy:retrieve]  ==== local: tried
[ivy:retrieve]    /root/.ant/local/org.apache.httpcomponents/project/7/ivys/ivy.xml
[ivy:retrieve]    -- artifact org.apache.httpcomponents#project;7!project.jar:
[ivy:retrieve]    /root/.ant/local/org.apache.httpcomponents/project/7/jars/project.jar
[ivy:retrieve]  ==== shared: tried
[ivy:retrieve]    /root/.ant/shared/org.apache.httpcomponents/project/7/ivys/ivy.xml
[ivy:retrieve]    -- artifact org.apache.httpcomponents#project;7!project.jar:
[ivy:retrieve]    /root/.ant/shared/org.apache.httpcomponents/project/7/jars/project.jar
[ivy:retrieve]  ==== public: tried
[ivy:retrieve]    http://repo1.maven.org/maven2/org/apache/httpcomponents/project/7/project-7.pom
[ivy:retrieve]    -- artifact org.apache.httpcomponents#project;7!project.jar:
[ivy:retrieve]    http://repo1.maven.org/maven2/org/apache/httpcomponents/project/7/project-7.jar
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      :: commons-logging#commons-logging;1.1.3: not found
[ivy:retrieve]      :: org.apache.httpcomponents#httpclient;4.5.2: not found
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/mint/build/aws-sdk-java/build.xml:25: impossible to resolve dependencies:
    resolve failed - see output for details

Total time: 32 seconds
cp: cannot stat 'build/jar/FunctionalTests.jar': No such file or directory
nitisht commented 5 years ago

Looks like failure was a false alarm. Build works fine now