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

Error when trying to read dotnet --info #228

Closed
phmonte opened this issue May 16, 2023 · 3 comments
Closed

Error when trying to read dotnet --info #228

phmonte opened this issue May 16, 2023 · 3 comments
Labels
⚠ Bug Something isn't working as expected Feedback Needed Further information is requested

Comments

@phmonte
Copy link
Owner

phmonte commented May 16, 2023

I'm getting an error when reading the dotnet --info command, at certain times my cluster takes more than 4000ms to return the dotnet --info which causes Buildalyzer to fail.

Does it make sense to implement an environment variable for custom timeout values or wait for the console to respond to some value?
I can open this PR, but I would like to know if it makes sense and if there is any preference for waiting for the console or reading the timeout of some environment variable.

Just for context, I'm using dotnet stryker which has a dependency on Buildalyzer.

Code

Stryker Issue

@daveaglick
Copy link
Collaborator

#236 was merged recently, which includes your environment variable to extend the dotnet --info timeout. I also extended the default wait time in version 6.0.2 to 10 seconds (rolling out now). Can you try the latest 6.0.2 version and let me know if this issue is now resolved? Thanks!

@daveaglick daveaglick added ⚠ Bug Something isn't working as expected Feedback Needed Further information is requested labels Dec 20, 2023
@phmonte
Copy link
Owner Author

phmonte commented Jan 19, 2024

I'll test it and let you know, thanks.

@phmonte
Copy link
Owner Author

phmonte commented Feb 16, 2024

Worked perfectly.

@phmonte phmonte closed this as completed Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠ Bug Something isn't working as expected Feedback Needed Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants