support multi URI connection string with spaces after comma #151
Travis CI / Travis CI - Pull Request
failed
Sep 26, 2024 in 22m 45s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #151 support multi URI connection string with spaces after comma.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Ruby | ENV | State | Notes |
---|---|---|---|---|
784.1 | 3.1.2 | failed | ||
784.2 | 3.2.0 | failed | ||
784.3 Ruby: 3.2.0 (nats-server@v2.9) | 3.2.0 | NATS_SERVER_VERSION=v2.9.24 | passed | |
784.4 Ruby: 3.3.0 | 3.3.0-preview1 | errored | This job is allowed to fail. | |
784.5 Ruby: 3.2.0 (nats-server@main) | 3.2.0 | NATS_SERVER_VERSION=main | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Jammy) |
Ruby Versions | 3.1.2, 3.2.0 |
Build Configuration
{
"language": "ruby",
"rvm": [
"3.1.2",
"3.2.0"
],
"cache": {
"directories": [
"$HOME/nats-server"
]
},
"before_install": [
"bash ./scripts/install_nats.sh"
],
"before_script": [
"export PATH=$HOME/nats-server:$PATH"
],
"sudo": "required",
"dist": "jammy",
"addons": {
"hosts": [
"server-A.clients.nats-service.localhost",
"server-A.clients.fake-nats-service.localhost",
"server-A.routes.nats-service.localhost",
"server-A.routes.fake-nats-service.localhost"
]
},
"jobs": {
"include": [
{
"name": "Ruby: 3.3.0",
"rvm": "3.3.0-preview1"
},
{
"name": "Ruby: 3.2.0 (nats-server@v2.9)",
"rvm": "3.2.0",
"env": [
"NATS_SERVER_VERSION=v2.9.24"
]
},
{
"name": "Ruby: 3.2.0 (nats-server@main)",
"rvm": "3.2.0",
"env": [
"NATS_SERVER_VERSION=main"
]
}
],
"allow_failures": [
{
"name": "Ruby: 3.3.0"
},
{
"name": "Ruby: 3.2.0 (nats-server@main)"
}
]
},
"os": "linux",
"group": "stable"
}
Loading