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

rally-tracks-compat CI check is failing #1688

Closed
danielmitterdorfer opened this issue Mar 24, 2023 · 0 comments · Fixed by #1695
Closed

rally-tracks-compat CI check is failing #1688

danielmitterdorfer opened this issue Mar 24, 2023 · 0 comments · Fixed by #1695
Assignees
Labels
bug Something's wrong :internal Changes for internal, undocumented features: e.g. experimental, release scripts

Comments

@danielmitterdorfer
Copy link
Member

On two of my PRs the rally-tracks-compat check is failing, see

I inspected e.g. https://github.com/elastic/rally/actions/runs/4510307701/jobs/7941093272?pr=1687 and it seems there is a problem with installing Elasticsearch via Rally:

md = 'esrally install --quiet --http-port=19200 --node=rally-node --master-nodes=rally-node --car=4gheap,trial-license,x-pack-ml --seed-hosts="127.0.0.1:19300" --revision=current'

    def run_command_with_output(cmd):
        try:
>           proc = subprocess.run(shlex.split(cmd), text=True, capture_output=True, check=True)

.nox/rally_tracks_compat/lib/python3.10/site-packages/pytest_rally/process.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

input = None, capture_output = True, timeout = None, check = True
popenargs = (['esrally', 'install', '--quiet', '--http-port=19200', '--node=rally-node', '--master-nodes=rally-node', ...],)
kwargs = {'stderr': -1, 'stdout': -1, 'text': True}
process = <Popen: returncode: 64 args: ['esrally', 'install', '--quiet', '--http-port=...>
Error: = '[ERROR] Cannot install. substring not found.\n', stderr = ''
retcode = 64

(note that substring not found)

@danielmitterdorfer danielmitterdorfer added bug Something's wrong :internal Changes for internal, undocumented features: e.g. experimental, release scripts labels Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's wrong :internal Changes for internal, undocumented features: e.g. experimental, release scripts
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants