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

Warning is thrown while running a test on a CodeFresh pipeline #3796

Closed
dgzlopes opened this issue Jun 17, 2024 · 2 comments · Fixed by #3798
Closed

Warning is thrown while running a test on a CodeFresh pipeline #3796

dgzlopes opened this issue Jun 17, 2024 · 2 comments · Fixed by #3798
Assignees

Comments

@dgzlopes
Copy link
Member

Brief summary

When a test is run in a CodeFresh pipeline, the following warning appears in the output:

WARN[0000] error getting terminal size error="<nil>" execution: local

k6 version

?

OS

?

Docker version and image (if applicable)

No response

Steps to reproduce the problem

Run a test in Codefresh using k6.

Expected behaviour

It just runs.

Actual behaviour

It outputs a warning while running.

@dgzlopes
Copy link
Member Author

I will update the issue once I have more context.

@olegbespalov
Copy link
Contributor

I've looked at the logic, and TBH, I'm not sure if we need this log as the warning. It could be easily a debug message, especially since there could be no error (like in the provided log message).

I'll open the PR to switch the log levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants