summaryrefslogtreecommitdiffstats
path: root/test/TEST-36-NUMAPOLICY/testsuite.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add a simple sanity check for systems without NUMA supportFrantisek Sumsal2019-08-051-170/+180
|
* test: give strace some time to initializeFrantisek Sumsal2019-08-051-0/+2
| | | | | | | The `coproc` implementation seems to be a little bit different in older bash versions, so the `strace` is sometimes started AFTER `systemctl daemon-reload`, which causes unexpected fails. Let's help it a little by sleeping for a bit.
* test: skip the test on systems without NUMA supportFrantisek Sumsal2019-08-051-1/+12
|
* test: make sure the strace process is indeed deadFrantisek Sumsal2019-08-051-0/+3
| | | | | It may take a few moments for the strace process to properly terminate and write all logs to the backing storage
* test: support MPOL_LOCAL matching in unpatched strace versionsFrantisek Sumsal2019-08-051-4/+8
| | | | | | The MPOL_LOCAL constant is not recognized in current strace versions. Let's match at least the numerical value of this constant until the strace patch is approved & merged.
* test: replace `tail -f` with journal cursor which should be...Frantisek Sumsal2019-08-051-6/+7
| | | | more reliable
* test: introduce TEST-36-NUMAPOLICYFrantisek Sumsal2019-08-051-0/+292