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

Read build args for metricbeat system tests from file #14520

Merged
merged 8 commits into from
Nov 19, 2019

Conversation

jsoriano
Copy link
Member

A new file is being added to add information about the supported
versions of a service, use this file to obtain the build args for
docker images needed by metricbeat system tests.

Python tests can now be decorated using the parameterized library
instead of manually copying them.

MySQL test files and docker compose definition has been moved
to its own directory.

More context about this change in #14355 (comment).

A new file is being added to add information about the supported
versions of a service, use this file to obtain the build args for
docker images needed by metricbeat system tests.
- {'MYSQL_VARIANT': 'percona', 'MYSQL_VERSION': '8.0.13-4'}
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.2.23'}
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.3.14'}
- {'MYSQL_VARIANT': 'mariadb', 'MYSQL_VERSION': '10.4.4'}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdelapenya when we agree on the format and location of this file I will open this for review.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have moved these files to the _meta directory of each module as in #14355.

@jsoriano
Copy link
Member Author

jenkins, test this again please

@jsoriano
Copy link
Member Author

jenkins, test this again please

@jsoriano jsoriano marked this pull request as ready for review November 18, 2019 19:39
@jsoriano jsoriano requested a review from a team as a code owner November 18, 2019 19:39
@jsoriano jsoriano merged commit 9913bbf into elastic:master Nov 19, 2019
@jsoriano jsoriano deleted the python-tests-supported-versions branch November 19, 2019 16:06
jsoriano added a commit to jsoriano/beats that referenced this pull request Nov 19, 2019
A new file is being added to add information about the supported
versions of a service, use this file to obtain the build args for
docker images needed by metricbeat system tests.

Python tests can now be decorated using the parameterized library
instead of manually copying them.

MySQL test files and docker compose definition has been moved
to its own directory.

(cherry picked from commit 9913bbf)
jsoriano added a commit that referenced this pull request Nov 20, 2019
A new file is being added to add information about the supported
versions of a service, use this file to obtain the build args for
docker images needed by metricbeat system tests.

Python tests can now be decorated using the parameterized library
instead of manually copying them.

MySQL test files and docker compose definition has been moved
to its own directory.

(cherry picked from commit 9913bbf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants