summaryrefslogtreecommitdiff
path: root/test/TEST-52-HONORFIRSTSHUTDOWN
Commit message (Collapse)AuthorAgeFilesLines
* test: check journal directly instead of capturing console outputFrantisek Sumsal2022-06-171-9/+4
|
* tests: use !/usr/bin/env bash consistentlyZbigniew Jędrzejewski-Szmek2021-10-181-1/+1
| | | | | This adjustment was last done in f96bc66901ecbcf7ecb280d9442fd0cc92e67186, but it seems some files were missed and some were added later.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: bump the test timeout to give ldconfig.service enough time to finishFrantisek Sumsal2021-07-091-1/+1
| | | | | | | | | | | | | | | | Sometimes the ldconfig.service might take a bit longer to finish, causing spurious test timeouts: ``` [ 1025.858923] systemd[24]: ldconfig.service: Executing: /sbin/ldconfig -X ... [ 1043.883620] systemd[1]: ldconfig.service: Main process exited, code=exited, status=0/SUCCESS (success) ... Trying to halt container. Send SIGTERM again to trigger immediate termination. Container TEST-52-HONORFIRSTSHUTDOWN terminated by signal KILL. E: Test timed out after 20s ```
* test: reorganize the TEST-52 a bitFrantisek Sumsal2021-04-263-25/+8
|
* test: make the test entrypoint scripts shellcheck-compliantFrantisek Sumsal2021-04-201-5/+7
|
* TEST-*: use spacing before redirection operator, but not afterZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
| | | | | << EOF → <<EOF > foo < bar → >foo <bar
* test: find $BUILD_DIR in test-functions, remove from other scriptsDan Streetman2021-01-261-4/+2
| | | | | | | | The $BUILD_DIR is only used in test-functions, and doesn't need to be specified in any other scripts. Additionally, to be able to allow the integration test suite to be run against locally installed binaries, instead of built binaries, moving BUILD_DIR logic completely into test-functions allows later patches to be simpler.
* test: remove unused 'basedir' var from integration test makefilesDan Streetman2021-01-261-2/+2
|
* test: Add "finish" rule to .PHONYFilipe Brandenburger2020-07-151-1/+1
|
* feature to honor first shutdown request to completionJay Burger2020-06-243-0/+45
Create unit tests per established norm at position 52 check in_set first before getting unit