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

Closing Eclipse should not block on Bazel commands #156

Closed
plaird opened this issue Aug 25, 2020 · 0 comments · Fixed by #172
Closed

Closing Eclipse should not block on Bazel commands #156

plaird opened this issue Aug 25, 2020 · 0 comments · Fixed by #172
Assignees
Labels
bug Something isn't working

Comments

@plaird
Copy link
Contributor

plaird commented Aug 25, 2020

Repro:

  1. import a moderately sized bazel workspace into BEF
  2. kick off a command on the command line that will take a while (e.g. bazel clean && bazel test //...)
  3. try and close Eclipse+BEF, it will hang waiting to run some Bazel commands (which are blocked by the long running command)

Ideally we wouldn't block when closing. Either don't execute any bazel commands (best) or at least timeout and close after 15 seconds or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant