Java type in karate-config with parallel runner causing error: Multi threaded access #1558
Closed
Description
Given using config = karate.callSingle to define a Java.type variable
When execute parallel runner,
Then get reliable "Multi threaded access requested by thread" error
MVC repo (tests pass when run individually, failure when run in parallel):
https://github.com/ericdriggs/karate-parallel-runner-concurrent-access/
Seems related to oracle/graal#631