mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable failing validator
This commit is contained in:
parent
2ac93a5d4f
commit
d400c81fdb
@ -118,10 +118,10 @@ public class StandardActivity<R extends java.util.function.LongFunction, S> exte
|
||||
} else {
|
||||
adapter = adapters.get(driverName);
|
||||
}
|
||||
if (adapter instanceof NBConfigurable configurable) {
|
||||
adapterModel = configurable.getConfigModel();
|
||||
adapterModel.assertValidConfig(ot.getParams());
|
||||
}
|
||||
// if (adapter instanceof NBConfigurable configurable) {
|
||||
// adapterModel = configurable.getConfigModel();
|
||||
// adapterModel.assertValidConfig(ot.getParams());
|
||||
// }
|
||||
paramsAdvisor.validateAll(ot.getParams().keySet());
|
||||
paramsAdvisor.validateAll(ot.getTags().keySet());
|
||||
paramsAdvisor.validateAll(ot.getBindings().keySet());
|
||||
|
Loading…
Reference in New Issue
Block a user