Pranav Parikh
Pranav Parikh
@ibodrov , Let me try making a test
@ibodrov , Can you check out [this](https://github.com/walmartlabs/concord/blob/user_permissions_test/it/server/src/test/java/com/walmartlabs/concord/it/server/UserPermissionsIT.java) test ?
@sudocode , Thanks for the PR. How do you plan to implement hooks ? Do you have an example ?
@sudocode As we discussed last, the idea is to allow using Arrow as a library. I'm will test it a bit before taking in the PR.
@christopherbalz Thanks for reporting. Let me take a look.
@christopherbalz , Havent got a chance yet to look into this. Do you mind sending a PR ?
@christopherbalz This project is no longer being actively worked upon. Please feel free to send PR if time permits.
Show http://saucelabs.com/jobs/ after each test passed/failed in the console and also add this url in test report , in case of test failures
@samlecuyer Thanks for pointing out. Does this look ok - https://github.com/pranavparikh/arrow/blob/errorHandling/lib/util/arrowsetup.js ? Do you have any other recommendations ?
@samlecuyer Something like ? ArrowSetup.prototype.startArrowServer = function(cb) { ``` var self = this; try { if (self.config.startArrowServer) { Servermanager.startArrowServer(function(arrowServerStarted) { if (arrowServerStarted === false) { self.logger.error('Failed to start Arrow Server....