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

Introduce cursor tracking akin to jdbc input #205

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Update lib/logstash/inputs/elasticsearch/cursor_tracker.rb

2e62a57
Select commit
Loading
Failed to load commit list.
Draft

Introduce cursor tracking akin to jdbc input #205

Update lib/logstash/inputs/elasticsearch/cursor_tracker.rb
2e62a57
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed May 29, 2024 in 11m 37s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #205 move cursor tracking to separate class.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Stage 1: Test

This stage failed.

Job ENV OS State
821.1 INTEGRATION=false ELASTIC_STACK_VERSION=7.x Linux passed
821.2 INTEGRATION=false ELASTIC_STACK_VERSION=8.x Linux passed
821.3 INTEGRATION=false ELASTIC_STACK_VERSION=7.x SNAPSHOT=true Linux passed
821.4 INTEGRATION=false ELASTIC_STACK_VERSION=8.x SNAPSHOT=true Linux passed
821.5 INTEGRATION=false ELASTIC_STACK_VERSION=7.16.3 MANTICORE_VERSION=0.7.1 ELASTICSEARCH_VERSION=7.15.0 Linux passed
821.6 INTEGRATION=true ELASTIC_STACK_VERSION=7.x Linux passed
821.7 INTEGRATION=true ELASTIC_STACK_VERSION=7.x SNAPSHOT=true LOG_LEVEL=info Linux passed
821.8 INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true LOG_LEVEL=info Linux failed
821.9 SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x LOG_LEVEL=info Linux passed
821.10 SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x ES_SSL_SUPPORTED_PROTOCOLS=TLSv1.3 Linux passed
821.11 SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.16.3 MANTICORE_VERSION=0.7.1 ELASTICSEARCH_VERSION=7.14.1 LOG_LEVEL=info 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_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\"",
    "sudo sysctl -w vm.max_map_count=262144"
  ],
  "env": [
    "jobs={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"8.x\"}={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\"}={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\"}={:INTEGRATION=>\"false\", :ELASTIC_STACK_VERSION=>\"7.16.3\", :MANTICORE_VERSION=>\"0.7.1\", :ELASTICSEARCH_VERSION=>\"7.15.0\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :SNAPSHOT=>\"true\", :LOG_LEVEL=>\"info\"}={:INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :SNAPSHOT=>\"true\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :LOG_LEVEL=>\"info\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\", :ES_SSL_SUPPORTED_PROTOCOLS=>\"TLSv1.3\"}={:SECURE_INTEGRATION=>\"true\", :INTEGRATION=>\"true\", :ELASTIC_STACK_VERSION=>\"7.16.3\", :MANTICORE_VERSION=>\"0.7.1\", :ELASTICSEARCH_VERSION=>\"7.14.1\", :LOG_LEVEL=>\"info\"}"
  ],
  "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"
          }
        ]
      }
    ]
  },
  "install": [
    ".ci/docker-setup.sh"
  ],
  "script": [
    ".ci/docker-run.sh"
  ]
}