George Miroshnykov

Results 2 issues of George Miroshnykov

Currently Shipper only understands that clusters are running in "regions". It also has an implicit assumption that multiple clusters inside the same region are running in different availability zones. Moving...

Test file: ``` vagrant@vagrantup:~$ cat test.js var assert = require('assert'); exports.testFoo = function(beforeNext) { assert.ok(false); beforeNext(); }; ``` When running in default (parallel) mode, test simply fails, as expected: ```...