We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MinIO MINT tests like below are failing. Need to fix them.
minio-js minio-java minio-go minio-dotnet mc aws-cli
for e.g., -bash-4.2$ sudo docker run -e SERVER_ENDPOINT=msl-dpe-perf35-tcp-0:9000 -e ACCESS_KEY=minio -e SECRET_KEY=minio123 -e MINT_MODE=full --net=host minio/mint:edge minio-js Running with SERVER_ENDPOINT: msl-dpe-perf35-tcp-0:9000 ACCESS_KEY: minio SECRET_KEY: REDACTED ENABLE_HTTPS: 0 SERVER_REGION: us-east-1 MINT_DATA_DIR: /mint/data MINT_MODE: full ENABLE_VIRTUAL_STYLE: 0 RUN_ON_FAIL: 0
To get logs, run 'docker cp 24da95178162:/mint/log /tmp/mint-logs'
(1/1) Running minio-js tests ... FAILED in 30 minutes and 4 seconds { "name": "minio-js", "function": "getPartialObject(bucketName, objectName, offset, length, cb)", "args": "bucketName:minio-js-test-e75414d8-5bdc-4e2e-b27a-547fd8119ca1, objectName:datafile-100-kB.buffer, offset:0, length=1024", "duration": 1800004, "status": "FAIL", "error": "Error: Timeout of 1800000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/mint/run/core/minio-js/test/functional-tests.js) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MinIO MINT tests like below are failing. Need to fix them.
minio-js
minio-java
minio-go
minio-dotnet
mc
aws-cli
for e.g.,
-bash-4.2$ sudo docker run -e SERVER_ENDPOINT=msl-dpe-perf35-tcp-0:9000 -e ACCESS_KEY=minio -e SECRET_KEY=minio123 -e MINT_MODE=full --net=host minio/mint:edge minio-js
Running with
SERVER_ENDPOINT: msl-dpe-perf35-tcp-0:9000
ACCESS_KEY: minio
SECRET_KEY: REDACTED
ENABLE_HTTPS: 0
SERVER_REGION: us-east-1
MINT_DATA_DIR: /mint/data
MINT_MODE: full
ENABLE_VIRTUAL_STYLE: 0
RUN_ON_FAIL: 0
To get logs, run 'docker cp 24da95178162:/mint/log /tmp/mint-logs'
(1/1) Running minio-js tests ... FAILED in 30 minutes and 4 seconds
{
"name": "minio-js",
"function": "getPartialObject(bucketName, objectName, offset, length, cb)",
"args": "bucketName:minio-js-test-e75414d8-5bdc-4e2e-b27a-547fd8119ca1, objectName:datafile-100-kB.buffer, offset:0, length=1024",
"duration": 1800004,
"status": "FAIL",
"error": "Error: Timeout of 1800000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/mint/run/core/minio-js/test/functional-tests.js) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)"
}
The text was updated successfully, but these errors were encountered: