balena-supervisor/test/integration
Christina Ying Wang 6e185fbd44 Don't follow symlinks when checking for lockfiles
The Supervisor should only care whether a lockfile exists or
not. This also fixes an edge case where a user symlinked a lockfile
to a nonexistent file, causing the Supervisor to enter an error
loop as it was not able to `stat` the nonexistent file.

Change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
2024-04-12 10:34:46 -04:00
..
compose Add takeLock to state funnel 2024-04-04 14:07:47 -07:00
config Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
device-api Simplify lock interface to prep for adding takeLock to state funnel 2024-04-04 14:07:47 -07:00
device-state Find and remove duplicate networks 2023-02-10 20:24:36 -05:00
lib Don't follow symlinks when checking for lockfiles 2024-04-12 10:34:46 -04:00
.mocharc.js Migrate config module tests to integration 2022-09-28 10:37:41 -03:00
config.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
db.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
device-config.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
device-state.spec.ts Update typescript to v5 2024-03-05 15:33:56 -03:00
host-config.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
network.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
state-engine.spec.ts Update typescript to v5 2024-03-05 15:33:56 -03:00
supervisor.spec.ts Add memory usage healthcheck 2024-04-11 18:16:47 -07:00