Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package golib/sfxclient currently is taking close to 30s for running all test cases. This fix will reduce the testing time to ~4s. Other packages have minor tune ups reducing testing time in order of milliseconds. There is no test case for golib/trace/format as it is auto-generated code and golib/logkey as it contains only global variables. So removing both the packages from go list output in travis.yml file. golib doesn't use t.Parallel in any of the test suites and hence -parallel flag is removed from go test arguments list
- Loading branch information