GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/312
Fixed a flaky case in Catalog test. This small PR fixes a flaky test case of adding an index with a different name, but the same description. However, the adding description is empty due to previous move semantics. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep fix-catalog-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/312.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #312 ---- commit 45744d4d30f61183602aa64aeda4ae0cc02556f9 Author: Zuyu Zhang <z...@cs.wisc.edu> Date: 2017-10-08T19:20:41Z Fixed a flaky case in Catalog test. ---- ---