Page MenuHomeDevCentral

Detect when test suite runs with privileged access
ClosedPublic

Authored by dereckson on Mar 11 2020, 14:42.
Tags
None
Referenced Files
F12245714: D2278.id5741.diff
Sat, Oct 11, 01:14
Unknown Object (File)
Fri, Oct 10, 00:14
Unknown Object (File)
Thu, Oct 9, 18:39
Unknown Object (File)
Thu, Oct 9, 12:47
Unknown Object (File)
Tue, Oct 7, 23:09
Unknown Object (File)
Tue, Oct 7, 19:37
Unknown Object (File)
Tue, Oct 7, 07:02
Unknown Object (File)
Mon, Oct 6, 20:25
Subscribers
None

Details

Summary

When the test suite runs as root under Linux or FreeBSD,
or with elevated status ('runs as administrator') on Windows,
the process can see normally non-readable files.

As such, we skip the relevant tests.

Test Plan
  • Windows: runs in a regular console and a privileged console
  • Debian: runs as root, and with sudo -u nobody phpunit
  • FreeBSD: runs trim(shell_exec('id -u')) with psysh

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable