Re: Unit Test Framework

2017-05-20 Thread Shu Kit Chan
For 1), We have a long standing PR to add a unit test framework for C++ plugins. We also wrote tests for the webp transform plugin using that framework. We can revisit this and see if this is a good starting point. https://github.com/apache/trafficserver/pull/408 We still need a good unit test fra

Unit Test Framework

2017-05-20 Thread gancho
Hi trafficserver-dev, (1) I was wondering if we have any preference for a C/C++ unit test framework in the ATS community. Background and thoughts: I needed a unit test framework quickly to do TDD in order to deliver the AWS auth v4 (PR #1946). Google Test seemed easy to bootstrap, popular, f

Unit Test Framework

2017-05-20 Thread gttenev
Hi trafficserver-dev, (1) I was wondering if we have any preference for a C/C++ unit test framework in the ATS community. Background and thoughts: I needed a unit test framework quickly to do TDD in order to deliver the AWS auth v4 (PR #1946). Google Test seemed easy to bootstrap, popular, f