datalevin icon indicating copy to clipboard operation
datalevin copied to clipboard

async test hangs on vps with two cores

Open blnote opened this issue 7 months ago • 0 comments

After observing sporadic concurrency errors when querying a Datalog DB, I noticed that running lein test on the current Datalevin repo hangs on datalevin.async-test.

my environment:

shared virtual cpu with 2 cores (intel xeon gold), 4GB RAM
openjdk 21.0.7 2025-04-15
OpenJDK Runtime Environment (build 21.0.7+6-Ubuntu-0ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.7+6-Ubuntu-0ubuntu124.04, mixed mode, sharing)

there was no problem with the async test on laptop with 4 cores (Intel(R) Core(TM) i5-8350U CPU)

blnote avatar May 22 '25 23:05 blnote