-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pdk) ability to run the Kong PDK test suite (#232)
* chore(ci) ability to test PDK tests * chore(ci) cleanup the docker image size * chore(ci) applying patches can already fail * chore(cache) build Kong in the openresty container so we have cached luarocks * chore(ci) further improve the test docker image size * chore(ci) ability to split the integration tests * chore(ci) add valgrind to the testing toolset * chore(openresty) build by default with debug flag set BREAKING CHANGE: requires setting debug=0 environment variable * chore(ci) add the psql client * chore(ci) default to debug 0
- Loading branch information
Showing
7 changed files
with
64 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ | |
git \ | ||
m4 \ | ||
file \ | ||
ssh | ||
ssh \ | ||
valgrind |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters