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

road to bb: tweak process support #431

Merged
merged 4 commits into from
May 21, 2022
Merged

Conversation

lread
Copy link
Collaborator

@lread lread commented May 21, 2022

Proc was referencing java.lang.IllegalThreadStateException, an exception
that babashka is currently unaware of.

Good news is that the code that referenced this is entirely unused.
Deleted it along with other unused vars.

Also:

  • marked private vars as such
  • tweaked proc-test to help maybe diagnose flakyness on Windows on CI

Contributes to #380

Proc was referencing java.lang.IllegalThreadStateException, an exception
that babashka is currently unaware of.

Good news is that the code that referenced this is entirely unused.
Deleted it along with other unused vars.

Also:
- marked private vars as such
- tweaked proc-test to help maybe diagnose flakyness on Windows on CI
@lread lread requested review from borkdude and slipset as code owners May 21, 2022 18:37
@borkdude
Copy link
Contributor

LGTM

lread added 3 commits May 21, 2022 14:47
Add a .waitFor after killing process.
Move proc-tests out from under `testing` to their own `deftest`s.
Have each test use its own port.

And dump processes that are running in additon to chromedriver processes
found. We'll remove these last bit after we achieve stability.
@lread lread merged commit e324a3b into clj-commons:master May 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants