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

Race condition in taps.cljc? #15

Open
rob-3 opened this issue Dec 1, 2024 · 1 comment
Open

Race condition in taps.cljc? #15

rob-3 opened this issue Dec 1, 2024 · 1 comment

Comments

@rob-3
Copy link
Contributor

rob-3 commented Dec 1, 2024

I have been running the full test suite frequently while developing tests for =, and I nondeterministically get the following error:

FAIL in (tapping) (taps.cljc:27)
expected: (= 104 (clojure.core/deref counter2))
  actual: (not (= 104 106))

I can reliably reproduce this by running:

while true; do
  lein test clojure.core-test.taps || break
done

and letting it run for a minute or two.

I have an M1 Pro and am running on ARM, so if you can't reproduce on x86 this may be why.

I've never used tap> before, but I see a (sleep 50) in the test that I imagine is the root cause.

@jeaye
Copy link
Member

jeaye commented Dec 3, 2024

Great find. I know that @quoll struggled to get those tests working. Sounds like there are still some issues with it.

If you or @quoll are interested in digging into what's going on, let's do that. Otherwise, we can comment out the failing test with a link to this ticket and a brave hero will pick it up at some point.

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

2 participants