Skip to content

Add support for max_inbound_message_body_size parameter. Fixes #59

ee4257e
Select commit
Loading
Failed to load commit list.
Open

Add support for max_inbound_message_body_size parameter. Fixes #59 #62

Add support for max_inbound_message_body_size parameter. Fixes #59
ee4257e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 13, 2025 in 19m 3s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #62 Add support for max_inbound_message_body_size parameter. Fixes #59.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has 19 jobs, running in two sequential stages.

Stage 1: Test

This stage passed.

Job ENV OS State
363.1 ELASTIC_STACK_VERSION=9.current DOCKER_ENV=dockerjdk21.env Linux passed
363.2 ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env Linux passed
363.3 ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env Linux passed
363.4 ELASTIC_STACK_VERSION=7.current Linux passed
363.5 SNAPSHOT=true ELASTIC_STACK_VERSION=main DOCKER_ENV=dockerjdk21.env Linux passed
363.6 SNAPSHOT=true ELASTIC_STACK_VERSION=9.next DOCKER_ENV=dockerjdk21.env Linux passed
363.7 SNAPSHOT=true ELASTIC_STACK_VERSION=8.next DOCKER_ENV=dockerjdk21.env Linux passed
363.8 SNAPSHOT=true ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env Linux passed
363.9 SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env Linux passed
363.10 SNAPSHOT=true ELASTIC_STACK_VERSION=7.current Linux passed

Stage 2: Integration

This stage errored.

Job ENV OS State
363.11 INTEGRATION=true ELASTIC_STACK_VERSION=7.current Linux failed
363.12 INTEGRATION=true ELASTIC_STACK_VERSION=8.previous Linux passed
363.13 INTEGRATION=true ELASTIC_STACK_VERSION=8.current Linux passed
363.14 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=7.current Linux passed
363.15 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous Linux passed
363.16 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=8.current Linux passed
363.17 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=8.next Linux passed
363.18 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=8.future Linux errored
363.19 INTEGRATION=true SNAPSHOT=true ELASTIC_STACK_VERSION=main 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",
  "before_script": [
    "netstat -tuln | grep 5672"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Integration",
        "env": [
          {
            "INTEGRATION": "true",
            "ELASTIC_STACK_VERSION": "7.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "ELASTIC_STACK_VERSION": "8.previous"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "ELASTIC_STACK_VERSION": "8.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "7.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.previous"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.current"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.next"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.future"
          }
        ]
      },
      {
        "env": [
          {
            "INTEGRATION": "true",
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "main"
          }
        ]
      }
    ]
  },
  "stages": [
    {
      "name": "Test"
    },
    {
      "name": "Performance",
      "if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
    }
  ],
  "env": [
    "jobs={:ELASTIC_STACK_VERSION=>\"9.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"7.current\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"main\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"9.next\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.next\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"7.current\"}"
  ],
  "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;\nexit_code=$?;\ncase $exit_code in\n  0)\n    echo \"Install succeeded.\"\n    ;;\n  2)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. The image should exist. Aborting build.\"\n    exit $exit_code\n    ;;\n  99)\n    echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. Likely due to missing DRA build.\"\n    export SKIP_SCRIPT=true\n    ;;\n  *)\n    echo \"Install failed with an unexpected code: $exit_code. Stopping build.\"\n    exit $exit_code\n    ;;\nesac\n"
  ],
  "script": [
    "if [ \"$SKIP_SCRIPT\" = \"true\" ]; then\n  exit 0\nelse\n  .ci/docker-run.sh\nfi"
  ]
}