We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On two of my PRs the rally-tracks-compat check is failing, see
rally-tracks-compat
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)
substring not found
The text was updated successfully, but these errors were encountered:
pquentin
Successfully merging a pull request may close this issue.
On two of my PRs the
rally-tracks-compat
check is failing, seeI 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:
(note that
substring not found
)The text was updated successfully, but these errors were encountered: