Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24034 )
Change subject: Add swagger verification test target ...................................................................... Add swagger verification test target Wire the swagger spec checker into the master test suite via a script wrapper so it runs with regular test execution. Alternatives considered: - Standalone custom target (e.g. verify_swagger_spec): lower risk but opt‑in, so it’s easy to miss in day‑to‑day testing. - Top‑level docs target (like doxygen): runs too infrequently. - CI‑only hook: ensures coverage in CI but not in local dev runs. Chosen approach: - Add a test wrapper under the master tests so it runs regularly with ctest/test suites while keeping the checker isolated and lightweight. Manual testing: - ctest -R verify_swagger_spec-test Change-Id: I4f5523eb1fa6792cd81e469169962704d0d27e3b Reviewed-on: http://gerrit.cloudera.org:8080/24034 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/master/CMakeLists.txt A src/kudu/master/verify_swagger_spec-test.sh 2 files changed, 50 insertions(+), 0 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24034 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4f5523eb1fa6792cd81e469169962704d0d27e3b Gerrit-Change-Number: 24034 Gerrit-PatchSet: 6 Gerrit-Owner: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
