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

On Windows, howl tests may take a very long time #42

Open
eelstork opened this issue Aug 31, 2020 · 1 comment
Open

On Windows, howl tests may take a very long time #42

eelstork opened this issue Aug 31, 2020 · 1 comment

Comments

@eelstork
Copy link
Contributor

Tests will run very slowly, with a complete run taking 40 minutes in one instance and (consistent) apparently "hanging"
Appears related to output redirection (same was observed on macOS, Linux before I turned off output redirection).

Same result with howl test . and dotnet test.
Tests that do not invoke dotnet are probably not affected.
Not observed in CI, perhaps a side effect of calling tests via gitbash?

@eelstork
Copy link
Contributor Author

Practical solutions here:

  • Add a flag to disable output redirection (will stifle dotnet output when running howl test . but not dotnet test)
  • Fix output redirection, if that is the root of the issue, and can be done.
  • Isolate related tests

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

No branches or pull requests

1 participant