Add max_message_size as a configurable connection parameter #470
Travis CI / Travis CI - Pull Request
failed
Sep 20, 2023 in 1m 45s
Build Failed
The build failed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #470 Add max_message_size as a configurable connection parameter.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | Python | ENV | State | Notes |
---|---|---|---|---|
1252.1 | 3.9 | failed | ||
1252.2 | 3.10 | failed | ||
1252.3 Python: 3.11 (nats-server@main) | 3.11 | NATS_SERVER_VERSION=main | failed | |
1252.4 Python: 3.12 | 3.12-dev | failed | This job is allowed to fail. | |
1252.5 Python: 3.11 | 3.11 | failed | This job is allowed to fail. | |
1252.6 Python: 3.11/uvloop | 3.11 | failed | This job is allowed to fail. | |
1252.7 Python: 3.11 (nats-server@dev) | 3.11 | NATS_SERVER_VERSION=dev | errored | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.9, 3.10 |
Build Configuration
{
"language": "python",
"cache": {
"directories": [
"$HOME/nats-server"
]
},
"python": [
"3.9",
"3.10"
],
"before_install": [
"bash ./scripts/install_nats.sh"
],
"before_script": [
"export PATH=$HOME/nats-server:$PATH"
],
"install": [
"pip install -e .[nkeys,aiohttp,fast-mail-parser]"
],
"script": [
"make ci"
],
"notifications": {
"email": false
},
"sudo": true,
"dist": "jammy",
"jobs": {
"include": [
{
"name": "Python: 3.12",
"python": "3.12-dev",
"before_install": [
"sudo apt update && sudo apt install gcc build-essential -y",
"sudo apt-get install python3-pip",
"sudo apt-get install python3-pytest",
"pip install --upgrade pip",
"bash ./scripts/install_nats.sh"
],
"install": [
"pip install -e .[fast-mail-parser]"
]
},
{
"name": "Python: 3.11",
"python": "3.11",
"before_install": [
"sudo apt update && sudo apt install gcc build-essential -y",
"sudo apt-get install python3-pip",
"sudo apt-get install python3-pytest",
"pip install --upgrade pip",
"bash ./scripts/install_nats.sh"
],
"install": [
"pip install -e .[fast-mail-parser]"
]
},
{
"name": "Python: 3.11/uvloop",
"python": "3.11",
"before_install": [
"sudo apt update && sudo apt install gcc build-essential -y",
"sudo apt-get install python3-pip",
"sudo apt-get install python3-pytest",
"pip install --upgrade pip",
"bash ./scripts/install_nats.sh"
],
"install": [
"pip install -e .[fast-mail-parser]",
"pip install uvloop"
]
},
{
"name": "Python: 3.11 (nats-server@main)",
"python": "3.11",
"env": [
"NATS_SERVER_VERSION=main"
],
"before_install": [
"sudo apt update && sudo apt install gcc build-essential -y",
"sudo apt-get install python3-pip",
"sudo apt-get install python3-pytest",
"pip install --upgrade pip",
"bash ./scripts/install_nats.sh"
],
"install": [
"pip install -e .[fast-mail-parser]"
]
},
{
"name": "Python: 3.11 (nats-server@dev)",
"python": "3.11",
"env": [
"NATS_SERVER_VERSION=dev"
],
"before_install": [
"sudo apt update && sudo apt install gcc build-essential -y",
"sudo apt-get install python3-pip",
"sudo apt-get install python3-pytest",
"pip install --upgrade pip",
"bash ./scripts/install_nats.sh"
],
"install": [
"pip install -e .[fast-mail-parser]"
]
}
],
"allow_failures": [
{
"name": "Python: 3.11"
},
{
"name": "Python: 3.11/uvloop"
},
{
"name": "Python: 3.11 (nats-server@dev)"
},
{
"name": "Python: 3.12"
}
]
},
"os": "linux",
"group": "stable"
}
Loading