Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: add a simple sanity check for systems without NUMA support | Frantisek Sumsal | 2019-08-05 | 1 | -170/+180 |
| | |||||
* | test: give strace some time to initialize | Frantisek Sumsal | 2019-08-05 | 1 | -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 support | Frantisek Sumsal | 2019-08-05 | 1 | -1/+12 |
| | |||||
* | test: make sure the strace process is indeed dead | Frantisek Sumsal | 2019-08-05 | 1 | -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 versions | Frantisek Sumsal | 2019-08-05 | 1 | -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 Sumsal | 2019-08-05 | 1 | -6/+7 |
| | | | | more reliable | ||||
* | test: introduce TEST-36-NUMAPOLICY | Frantisek Sumsal | 2019-08-05 | 1 | -0/+292 |