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

Url to the cloud test run is hard to click #4120

Open
Blinkuu opened this issue Dec 16, 2024 · 4 comments
Open

Url to the cloud test run is hard to click #4120

Blinkuu opened this issue Dec 16, 2024 · 4 comments
Assignees

Comments

@Blinkuu
Copy link
Contributor

Blinkuu commented Dec 16, 2024

Brief summary

When k6 runs either in the cloud or locally with cloud output, it returns a URL to the test run in Grafana Cloud k6.

Unfortunately, it looks like it's re-rendering so fast that it's hard to click on it.

k6 version

v0.55.0 (go1.23.3, darwin/arm64)

OS

macOS 15.1.1 (24B91)

Docker version and image (if applicable)

No response

Steps to reproduce the problem

  1. Run a basic script with k6 cloud or k6 run --out cloud
  2. Try to hover and click over the URL next to the output field

Expected behaviour

The "static" parts of the CLI output shouldn't be re-rendering; we should only re-render the progress bar.

Actual behaviour

See the video attached:

Reproducing.a.Bug.in.k6.mp4
@mstoykov
Copy link
Contributor

mstoykov commented Dec 16, 2024

I do not know the exact problem you have is but the static parts are not rerendered as you can see in my clip.

out.mp4

Can you provide which terminal you are using?

@Blinkuu
Copy link
Contributor Author

Blinkuu commented Dec 16, 2024

@mstoykov Alacritty. I've had this problem in the past using Warp as well. This flickering only happens while the test run is running. After it's finished or canceled, the flickering no longer occurs.

@mstoykov
Copy link
Contributor

I also use allacritty and it seems to work as expected for me.

The parts in question are not redrawn for me nad looking at the code it definitely seem like they shouldn't be.

I have no idea if somehing else you are not using is not redrawing the command.

Maybe we can get somebody else to test it as well, even on alacritty for macos

@Blinkuu
Copy link
Contributor Author

Blinkuu commented Dec 16, 2024

@oleiade mentioned he could reproduce it 👀

@joanlopez joanlopez assigned oleiade and unassigned joanlopez Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants