Hey devs,

Does anyone know if there is a way of changing the gremlin-server
configuration without a restart. Here's my conundrum:

I use Travis CI for testing purposes. I would like to test non-ssl driver
features and ssl with auth features all in a single run. The single run is
important to keep things simple and keep code coverage unified (which I
wouldn't get if I created multiple build envs)

This requires programmatically changing the server configuration
(preferably without a restart) and I don't know if this is doable atm.
Maybe this could be a use to the control opProcessor?

Also slightly unrelated but is there a way of triggering server errors for
client side error management integration tests? (asking the server to
return a specific error and error code). I know that throwing a
gremlin-groovy script error would only ever generate a 597 error but maybe
there's something available here using another op?

Thanks!

Reply via email to