Shane Jansen

Results 7 comments of Shane Jansen

Would you be open to making ElsqlBundle non-final? I would prefer to not bring additional dependencies into my project such as PowerMock.

@ScottFreeCode Good point. I was originally thinking this would just be for develop mode, but maybe this could be expanded to included run mode if some build servers don't leave...

This is an interesting problem. I wonder if the health check could be enhanced altogether to avoid this issue. Instead of depending on time, wait for some "healthy" keyword in...

I may be misunderstanding, but unless the primary key is hard-coded into the test, I'm not sure how Touchstone would know which primary key to use for the query

@ScottFreeCode This came up again because using services will not work when running Touchstone in develop mode (services aren't started unless you explicitly do so)

@ScottFreeCode One instance where this would be helpful - Redis isn't a supported mock yet, but I would like to start a service dependent on Redis when running TS in...

@ScottFreeCode I have been thinking about how Touchstone can be more friendly to "community" mocks. For instance, instead of being forced to submit new mocks via PRs to the Touchstone...