aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler5 days4-6/+8
|
* Remove sizeof callJoseph Hunkeler6 days1-1/+1
|
* Remove sizeof callJoseph Hunkeler6 days1-3/+2
|
* Convert more strcpy to strn variantJoseph Hunkeler6 days3-8/+7
|
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler6 days1-4/+4
|
* test_relocation: add test for tpl_render_to_fileJoseph Hunkeler6 days1-0/+3
|
* test_template: Test rendering to a fileJoseph Hunkeler7 days1-7/+22
|
* Replace sprintf with snprintfJoseph Hunkeler8 days9-23/+27
| | | | * A few strcpy and strcat changes as well
* python3, not pythonrealloc-sefault-tests_addJoseph Hunkeler14 days1-1/+1
|
* Add test_tests.cJoseph Hunkeler2026-04-081-0/+52
|
* tests: Increase timeout to 10 minutesJoseph Hunkeler2026-04-081-1/+1
|
* Directly test getting the value of least one keyword per listJoseph Hunkeler2026-04-071-0/+15
|
* Add enum for wheel_package error handlingJoseph Hunkeler2026-04-071-1/+7
|
* Implement wheel package parserJoseph Hunkeler2026-04-071-0/+195
| | | | * Add raw variant of strlist_append_tokenize function
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-071-7/+7
| | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c
* Fix git describe testsJoseph Hunkeler2026-03-051-3/+7
|
* Add strlist_appendf function (future use)Joseph Hunkeler2026-03-051-0/+15
|
* Update docker_script argument to remove container after executionJoseph Hunkeler2026-03-051-1/+1
|
* Test against the tc struct's expected valueJoseph Hunkeler2026-02-121-2/+3
|
* Remove dead codeJoseph Hunkeler2026-02-121-1/+0
|
* First use of STASIS_TEST_MSGJoseph Hunkeler2026-01-031-2/+2
|
* Add STASIS_TEST_MSG macroJoseph Hunkeler2026-01-031-0/+9
|
* Add TESTS_VERBOSE cmake optionJoseph Hunkeler2026-01-031-0/+3
| | | | * Defines STASIS_TEST_VERBOSE
* Enable testsJoseph Hunkeler2026-01-031-7/+7
|
* Trying to fix a buffer overflow reported by the CIJoseph Hunkeler2026-01-031-2/+3
| | | | * Locally ASAN wasn't complaining.
* Add testsJoseph Hunkeler2026-01-021-7/+47
| | | | | * test_mp_timeout() * test_mp_seconds_to_human_readable()
* Implement task timeoutJoseph Hunkeler2025-12-301-0/+1
| | | | | | * Add argument: --task-timeout=1[s,m,h] * Timed out tasks are SIGKILL'd * If killing a task fails, the entire program ends
* Increase lines_on_error from 100 to 1000breakdownJoseph Hunkeler2025-07-081-1/+1
| | | | * Debug messages are chatty
* Enable debug messages in RTJoseph Hunkeler2025-07-081-1/+1
|
* Fix leak in artifactory testJoseph Hunkeler2025-07-071-0/+1
|
* Test for ini_getall()Joseph Hunkeler2025-07-071-0/+18
|
* Update to_short_version() testbug-fixes-againJoseph Hunkeler2025-06-301-3/+4
|
* base and "based_on" installations shall hardcode the requested python ↵Joseph Hunkeler2025-04-021-1/+1
| | | | version in the YAML config instead of trusting it
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-203-9/+9
|
* Exclude wildcard from docker_sanitize_tag_testsanitize-docker-archive-nameJoseph Hunkeler2025-02-151-1/+1
|
* Fix broken RT testbroken-rt-testJoseph Hunkeler2025-02-131-0/+1
|
* Merge pull request #84 from jhunkeler/add-strlist-containsJoseph Hunkeler2025-02-121-0/+48
|\ | | | | Add strlist_contains function
| * Implements tests function for strlist_containsadd-strlist-containsJoseph Hunkeler2025-01-311-0/+48
| |
* | Fix leaks in test_template.chuge-changesetJoseph Hunkeler2025-02-121-2/+15
| |
* | Remove redundant extern in test_environment.cJoseph Hunkeler2025-02-121-2/+2
| |
* | Fix leaks in test_conda.cJoseph Hunkeler2025-02-121-1/+5
| |
* | Remove redundant externsJoseph Hunkeler2025-02-121-3/+1
| |
* | Free basedir on errorJoseph Hunkeler2025-02-121-0/+1
| |
* | Free result on error in stasis_testing_read_asciiJoseph Hunkeler2025-02-121-1/+2
| |
* | Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-121-6/+6
| |
* | Update cmake configurationJoseph Hunkeler2025-02-121-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 tweakwcsJoseph Hunkeler2025-02-122-0/+2
| |
* | test_artifactory.c: free allocated resourcesmemfixesJoseph Hunkeler2025-02-041-1/+3
| |
* | test_environment.c: free allocated resourcesJoseph Hunkeler2025-02-041-3/+10
| | | | | | | | * Replace usage of 'const char *' where 'char *' was appropriate
* | test_recipe.c: free allocated resourcesJoseph Hunkeler2025-02-041-0/+1
| |