Skip to content
New issue

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

support multi URI connection string with spaces after comma #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

added trim for spaces in connection URI and related tests

d6135fa
Select commit
Loading
Failed to load commit list.
Open

support multi URI connection string with spaces after comma #151

added trim for spaces in connection URI and related tests
d6135fa
Select commit
Loading
Failed to load commit list.
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"
}