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

Progress reporting is too noisy #14

Closed
penberg opened this issue Feb 12, 2019 · 1 comment
Closed

Progress reporting is too noisy #14

penberg opened this issue Feb 12, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@penberg
Copy link
Contributor

penberg commented Feb 12, 2019

Triggering bugs in Scylla can require gemini to be run for a long time. When a problem happens, all the interesting information about IP addresses and schema are lost because of noisy progress reporting.

@penberg penberg added the enhancement New feature or request label Feb 12, 2019
@dahankzter
Copy link
Contributor

After some discussions the idea that we are completely silent if we run in headless mode otherwise we use some sort of term based progress notifier like https://github.com/briandowns/spinner to calm the user a little.

@penberg penberg self-assigned this Mar 12, 2019
penberg added a commit that referenced this issue Mar 12, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests.

Fixes #14
penberg added a commit that referenced this issue Mar 13, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 13, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 13, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 15, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 15, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 15, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 15, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 19, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 19, 2019
This adds a progress indicator to the tool to reduce logging while the
tool is generating and running tests. Users can disable the indicator
with the '--non-interactive' flag for things like CI runs.

Fixes #14
penberg added a commit that referenced this issue Mar 19, 2019
"This adds a progress indicator to the tool to reduce logging while the
 tool is generating and running tests. Users can disable the indicator
 with the --non-interactive flag for things like CI runs.

 Fixes #14"

* origin/spinner:
  gemini: Progress indicator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants