Fix crash of pipeline due to NPE when lookup in DB with custom fields #225
Travis CI / Travis CI - Pull Request
succeeded
Oct 11, 2024 in 9m 36s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #225 [TEST PR] Modified test DB to trigger the NPE.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has eight jobs, running in parallel.
Stage 1: Test
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
796.1 | DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x | Linux | passed |
796.2 | DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x | Linux | passed |
796.3 | DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SNAPSHOT=true | Linux | passed |
796.4 | DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x SNAPSHOT=true | Linux | passed |
796.5 | DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x | Linux | passed |
796.6 | DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x | Linux | passed |
796.7 | DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SNAPSHOT=true | Linux | passed |
796.8 | DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x SNAPSHOT=true | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Shell |
Operating System | Linux (Focal) |
Build Configuration
{
"_performance": {
"install": ".ci/performance/docker-setup.sh",
"script": ".ci/performance/docker-run.sh"
},
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"env": [
"jobs={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\"}={:DISTRIBUTION=>\"oss\", :ELASTIC_STACK_VERSION=>\"8.x\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\"}={:DISTRIBUTION=>\"oss\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:DISTRIBUTION=>\"oss\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:DISTRIBUTION=>\"default\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\"}={:DISTRIBUTION=>\"oss\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\"}"
],
"stages": [
{
"name": "Test"
},
{
"name": "Performance",
"if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
}
],
"jobs": {
"include": [
{
"stage": "Performance",
"name": "Performance Base-Line",
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "7.x"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"SNAPSHOT": "true",
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
}
]
},
"before_install": [
"mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
],
"install": [
".ci/docker-setup.sh"
],
"script": [
".ci/docker-run.sh"
]
}
Loading