GsDevKit / gsApplicationTools

This repository includes scripts and code that allow a more convenient setup of a Gemstone server application
MIT License
2 stars 2 forks source link

Issue #19: it turns out that the `initCrashLog` call in GemServer>>start... #21

Closed dalehenrich closed 9 years ago

dalehenrich commented 9 years ago

...Gems was introducing a commit conflict when doing a restartGems. Moved initCrashLog to the tests that relied upon it, cleaned up the commit failure handling in GemServer>>startGems and test coverage GemServerRemoteServerExampleTests>>testStartRestartStopServer for the bug