Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base and "based_on" installations shall hardcode the requested python ↵ | Joseph Hunkeler | 2025-04-02 | 1 | -1/+1 |
| | | | | version in the YAML config instead of trusting it | ||||
* | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 3 | -9/+9 |
| | |||||
* | Exclude wildcard from docker_sanitize_tag_testsanitize-docker-archive-name | Joseph Hunkeler | 2025-02-15 | 1 | -1/+1 |
| | |||||
* | Fix broken RT testbroken-rt-test | Joseph Hunkeler | 2025-02-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #84 from jhunkeler/add-strlist-contains | Joseph Hunkeler | 2025-02-12 | 1 | -0/+48 |
|\ | | | | | Add strlist_contains function | ||||
| * | Implements tests function for strlist_containsadd-strlist-contains | Joseph Hunkeler | 2025-01-31 | 1 | -0/+48 |
| | | |||||
* | | Fix leaks in test_template.chuge-changeset | Joseph Hunkeler | 2025-02-12 | 1 | -2/+15 |
| | | |||||
* | | Remove redundant extern in test_environment.c | Joseph Hunkeler | 2025-02-12 | 1 | -2/+2 |
| | | |||||
* | | Fix leaks in test_conda.c | Joseph Hunkeler | 2025-02-12 | 1 | -1/+5 |
| | | |||||
* | | Remove redundant externs | Joseph Hunkeler | 2025-02-12 | 1 | -3/+1 |
| | | |||||
* | | Free basedir on error | Joseph Hunkeler | 2025-02-12 | 1 | -0/+1 |
| | | |||||
* | | Free result on error in stasis_testing_read_ascii | Joseph Hunkeler | 2025-02-12 | 1 | -1/+2 |
| | | |||||
* | | Encapsulate macro arguments in parentheses | Joseph Hunkeler | 2025-02-12 | 1 | -6/+6 |
| | | |||||
* | | Update cmake configuration | Joseph Hunkeler | 2025-02-12 | 1 | -4/+4 |
| | | | | | | | | | | | | * Pass through for CMAKE_C_FLAGS * Rename BUILD_TESTING[_RT] to TESTS[_RT] * Add toggle for DEBUG level messages (displayed regardless of verbosity state) | ||||
* | | Fix regression test. Upstream gwcs broke tweakwcs | Joseph Hunkeler | 2025-02-12 | 2 | -0/+2 |
| | | |||||
* | | test_artifactory.c: free allocated resourcesmemfixes | Joseph Hunkeler | 2025-02-04 | 1 | -1/+3 |
| | | |||||
* | | test_environment.c: free allocated resources | Joseph Hunkeler | 2025-02-04 | 1 | -3/+10 |
| | | | | | | | | * Replace usage of 'const char *' where 'char *' was appropriate | ||||
* | | test_recipe.c: free allocated resources | Joseph Hunkeler | 2025-02-04 | 1 | -0/+1 |
| | | |||||
* | | test_system.c: free allocated resources | Joseph Hunkeler | 2025-02-04 | 1 | -0/+3 |
| | | |||||
* | | tests: free allocated resources | Joseph Hunkeler | 2025-02-04 | 1 | -0/+6 |
| | | |||||
* | | Fix invalid write in mock_data | Joseph Hunkeler | 2025-02-04 | 1 | -1/+1 |
|/ | |||||
* | git_clone: rework the error handler to return the proper exit codefix-git-clone-return | Joseph Hunkeler | 2024-12-16 | 1 | -2/+0 |
| | | | | * Use goto to drop out for different failure conditions | ||||
* | Fix redundant linkage to stasis_core.afix-download-auth | Joseph Hunkeler | 2024-12-11 | 1 | -2/+1 |
| | |||||
* | Restructure projectdelivery-lib | Joseph Hunkeler | 2024-12-11 | 2 | -6/+5 |
| | | | | | | * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths | ||||
* | Move delivery_*.c sources into their own library | Joseph Hunkeler | 2024-12-08 | 1 | -1/+4 |
| | |||||
* | Use shortened YAML config | Joseph Hunkeler | 2024-11-13 | 1 | -1/+1 |
| | |||||
* | Shorten workspace names and paths | Joseph Hunkeler | 2024-11-13 | 4 | -3/+3 |
| | |||||
* | Use built in method for "if file size is greater than zero" check | Joseph Hunkeler | 2024-11-11 | 1 | -1/+1 |
| | |||||
* | Change PREFIX to INSTALL_DIR | Joseph Hunkeler | 2024-11-11 | 1 | -5/+5 |
| | | | | * Conda uses PREFIX (or can use it) so it's better to avoid overriding it. | ||||
* | Squelch shell's pushd/popd commands | Joseph Hunkeler | 2024-11-02 | 1 | -0/+8 |
| | |||||
* | Initialize structs to {0} and combine declaration and assignment where possible | Joseph Hunkeler | 2024-11-01 | 3 | -8/+15 |
| | |||||
* | Support automatic workspace setup/teardown | Joseph Hunkeler | 2024-11-01 | 1 | -7/+87 |
| | | | | * inline the code (its a header library) | ||||
* | Change mock delivery name to be more unique | Joseph Hunkeler | 2024-11-01 | 1 | -1/+1 |
| | |||||
* | Change default RT workspace directory path | Joseph Hunkeler | 2024-11-01 | 1 | -1/+1 |
| | |||||
* | Tests: Force the removal of podman containers | Joseph Hunkeler | 2024-11-01 | 1 | -1/+11 |
| | |||||
* | Update _test_boilerplate.cmore-rt | Joseph Hunkeler | 2024-10-30 | 1 | -2/+10 |
| | |||||
* | Add tests/README.md | Joseph Hunkeler | 2024-10-30 | 1 | -0/+48 |
| | |||||
* | Add RT boilerplate | Joseph Hunkeler | 2024-10-30 | 1 | -0/+27 |
| | |||||
* | Implement missing SKIP conditions | Joseph Hunkeler | 2024-10-30 | 1 | -7/+17 |
| | | | | | * The not (bang) overrides the return code. Split the command from the if-statement to obtain the real code, not just true/false * Print the last n lines of the log only when there's something to print | ||||
* | Fixes download test | Joseph Hunkeler | 2024-10-30 | 1 | -4/+17 |
| | | | | | * NGINX updated and changed the default error page source code * Look for "404" in the page contents | ||||
* | Update location of test data | Joseph Hunkeler | 2024-10-30 | 1 | -2/+2 |
| | |||||
* | Update RT tests to use run_command function | Joseph Hunkeler | 2024-10-30 | 2 | -16/+19 |
| | |||||
* | Implement a runner (run_command) and generate a summary (run_summary) when ↵ | Joseph Hunkeler | 2024-10-30 | 1 | -2/+72 |
| | | | | the script ends | ||||
* | Exposes TOPDIR and TEST_DATA variables to test script(s) | Joseph Hunkeler | 2024-10-30 | 1 | -1/+2 |
| | |||||
* | generic_based_on.ini using TEST_DATA variable from the environment to find ↵ | Joseph Hunkeler | 2024-10-30 | 1 | -1/+1 |
| | | | | yaml config | ||||
* | Copy test data in bulk | Joseph Hunkeler | 2024-10-30 | 1 | -6/+11 |
| | | | | | * Detect RT scripts * Generalize file extension pattern use | ||||
* | Add rt_generic_based_on.sh | Joseph Hunkeler | 2024-10-28 | 4 | -0/+106 |
| | | | | * Tests the "based_on" key | ||||
* | rt_generic: Use setup script | Joseph Hunkeler | 2024-10-28 | 1 | -108/+27 |
| | |||||
* | Add environment setup script to test directory | Joseph Hunkeler | 2024-10-28 | 1 | -0/+186 |
| | |||||
* | Generalize *_index_provides interface | Joseph Hunkeler | 2024-10-24 | 1 | -11/+18 |
| | | | | | * Replaces conda_* and pip_* with pkg_index_provides * Because this function can fail in so many ways I've added pkg_index_provides_strerror() and a detection macro PKG_INDEX_PROVIDES_FAILED() to make things easier |