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

Log git output #747

Merged
Merged

Conversation

danielmitterdorfer
Copy link
Member

With this commit we send git output to logs (except when cloning a repo
initially as it might require the user to enter credentials). This
avoids that git output interferes with Rally's. This is needed e.g. when
Rally's download subcommand is invoked where we usually expect only a
JSON fragment as output.

Closes #745

With this commit we send git output to logs (except when cloning a repo
initially as it might require the user to enter credentials). This
avoids that git output interferes with Rally's. This is needed e.g. when
Rally's `download` subcommand is invoked where we usually expect only a
JSON fragment as output.

Closes elastic#745
@danielmitterdorfer danielmitterdorfer added bug Something's wrong :Track Management New operations, changes in the track format, track download changes and the like :Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch labels Aug 20, 2019
@danielmitterdorfer danielmitterdorfer added this to the 1.3.0 milestone Aug 20, 2019
Copy link
Contributor

@drawlerr drawlerr left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@ebadyano ebadyano left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@danielmitterdorfer
Copy link
Member Author

Thanks for the review to both of you! :)

@danielmitterdorfer danielmitterdorfer merged commit 5fe1faf into elastic:master Aug 21, 2019
danielmitterdorfer added a commit to danielmitterdorfer/rally that referenced this pull request Aug 21, 2019
With this commit we retrieve the correct commit hash for a given
timestamp separately from the actual checkout call as this has caused
problems.

Relates elastic#747
ebadyano pushed a commit that referenced this pull request Aug 21, 2019
With this commit we retrieve the correct commit hash for a given
timestamp separately from the actual checkout call as this has caused
problems.

Relates #747
novosibman pushed a commit to novosibman/rally that referenced this pull request Oct 2, 2019
With this commit we send git output to logs (except when cloning a repo
initially as it might require the user to enter credentials). This
avoids that git output interferes with Rally's. This is needed e.g. when
Rally's `download` subcommand is invoked where we usually expect only a
JSON fragment as output.

Closes elastic#745
Relates elastic#747
novosibman pushed a commit to novosibman/rally that referenced this pull request Oct 2, 2019
With this commit we retrieve the correct commit hash for a given
timestamp separately from the actual checkout call as this has caused
problems.

Relates elastic#747
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch bug Something's wrong :Track Management New operations, changes in the track format, track download changes and the like
Projects
None yet
Development

Successfully merging this pull request may close these issues.

git interferes with Rally stdout even with --quiet
3 participants