Thumbs up on transitioning to Google test framework. This is a doc that has detailed benefits of Googletest framework https://github.com/google/googletest/blob/master/googletest/docs/Primer.md. How do we plan to transition test to the GTest framework. Are we only going to target adding new tests in the framework or do we plan to do a bulk transfer of existing test ?
On Fri, Jun 17, 2016 at 1:34 AM, Jiali Yao <[email protected]> wrote: > Hi all, > > In HAWQ test, google test is used for libyarn and libhdfs test. Install > check test framework is used for smoke test and has a lot of limitations. > To make it easy to learn and consolidate test, we want to unify the two > frameworks. Considering below factors, we want to use google test: > > - It supports more functions and then a developer can write more complex > tests which are not only limited to SQL test. > - Google test support run test parallelly. > - Google mock is an extension for google test, it can also be used for > unit test. > > For detail information please refer to > https://issues.apache.org/jira/browse/HAWQ-832 > > Looking forward to your comments. > > Thanks > > Jiali > -- shivram mani
