filibuster-testing / filibuster-java-instrumentation

Filibuster instrumentation for the JVM.
http://filibuster.cloud
Apache License 2.0
15 stars 4 forks source link

Non-string keys must be supplied as strings #277

Open cmeiklejohn opened 1 year ago

cmeiklejohn commented 1 year ago

keys such as (booleans) abort, defer, and (integer) sleep must be provided as strings in the analysis resource file, even though they are not, this is due to an internal implementation detail where they are put into a hashmap<string, string>