]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(tests): cleanup ALL private intervals in cleanupChargingStation
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 1 Mar 2026 00:07:09 +0000 (01:07 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 1 Mar 2026 00:07:09 +0000 (01:07 +0100)
commit80d452c12bece10159d768e6e02811cff0118d7d
tree2eb2eee75422c8408ffcf38b8162cb84bd934809
parentdf60b612e9fb861597445d13886b88bac674b966
fix(tests): cleanup ALL private intervals in cleanupChargingStation

Adds cleanup for:
- wsPingSetInterval (private) - WebSocket ping timer
- flushMessageBufferSetInterval (private) - message buffer flush timer
- transactionTxUpdatedSetInterval - OCPP 2.0 transaction update timer

These uncleaned intervals were keeping the Node.js event loop alive,
causing Windows CI tests to hang indefinitely.
tests/charging-station/helpers/StationHelpers.ts