Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Version mismatch failure in CI tests for 7.0.0-alpha1 #213

@ghost

Description

https://devops-ci.elastic.co/job/elastic+elasticsearch-docker+master+snapshot/164/console

08:52:15 =================================== FAILURES ===================================
08:52:15 _____ test_process_is_running_the_correct_version[docker://elasticsearch1] _____
08:52:15 
08:52:15 elasticsearch = <tests.fixtures.elasticsearch.<locals>.Elasticsearch object at 0x7f35e4429be0>
08:52:15 
08:52:15     def test_process_is_running_the_correct_version(elasticsearch):
08:52:15         version_string = version.replace('-SNAPSHOT', '')
08:52:15 >       assert elasticsearch.get_root_page()['version']['number'] == version_string
08:52:15 E       AssertionError: assert '7.0.0' == '7.0.0-alpha1'
08:52:15 E         - 7.0.0
08:52:15 E         + 7.0.0-alpha1
08:52:15 
08:52:15 tests/test_process.py:15: AssertionError
08:52:15 =============================== warnings summary ===============================

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions