Skip to content

[CI] Failure due to hard coded minio port #32701

@tvernum

Description

@tvernum

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.4+multijob-unix-compatibility/os=fedora/20/console

20:21:44 > Task :plugins:repository-s3:startMinio FAILED
20:21:44 Task ':plugins:repository-s3:startMinio' is not up-to-date because:
20:21:44   Task has not declared any outputs despite executing actions.
20:21:44 �7ERROR �8�[6CUnable to start the server: Port :60920 is already in use.
20:21:44 �7      �8�[6C> Please ensure no other program uses the same address/port.
20:21:44 :plugins:repository-s3:startMinio (Thread[Task worker for ':' Thread 13,5,main]) completed. Took 0.018 secs.
20:21:44 * Where:
20:21:44 :plugins:repository-s3:integTestMinioCluster#stop (Thread[Task worker for ':' Thread 13,5,main]) started.
20:21:44 Build file '/var/lib/jenkins/workspace/elastic+elasticsearch+6.4+multijob-unix-compatibility/os/fedora/plugins/repository-s3/build.gradle' line: 245

The tests for minio use a hard-coded port number (60920), which caused a CI failure.

final String minioAddress = "127.0.0.1:60920"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions