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

fix: ensure consistent timestamp comparison in S3 input #250

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

fix: ensure consistent timestamp comparison in S3 input

dc2ca80
Select commit
Loading
Failed to load commit list.
Open

fix: ensure consistent timestamp comparison in S3 input #250

fix: ensure consistent timestamp comparison in S3 input
dc2ca80
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Nov 2, 2024 in 3m 53s

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 #250 fix: ensure consistent timestamp comparison in S3 input.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Stage 1: Test

This stage failed.

Job ENV OS State
723.1 ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21.env Linux failed
723.2 ELASTIC_STACK_VERSION=7.x Linux passed
723.3 SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk21.env Linux failed
723.4 SNAPSHOT=true ELASTIC_STACK_VERSION=7.x 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",
  "stages": [
    {
      "name": "Test"
    },
    {
      "name": "Performance",
      "if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
    }
  ],
  "env": [
    "jobs={:ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"7.x\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\"}"
  ],
  "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": "dockerjdk21.env"
          }
        ]
      },
      {
        "install": [
          ".ci/performance/docker-setup.sh"
        ],
        "script": [
          ".ci/performance/docker-run.sh"
        ],
        "env": [
          {
            "SNAPSHOT": "true",
            "ELASTIC_STACK_VERSION": "8.x",
            "DOCKER_ENV": "dockerjdk21.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"
  ]
}