]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
test: add IdTagsCache tests
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Mar 2026 19:50:34 +0000 (20:50 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Mar 2026 19:50:34 +0000 (20:50 +0100)
commitb5798ea2110dd4b673a69461bf51023b0a6d21b9
tree40a9203d5fda29434bbd5b52697d06dcbd2a1d2d
parent5abd5a4ce49cb09fded09549e1ff5dce1dfd56e3
test: add IdTagsCache tests

Add tests for the RFID tag cache singleton covering lazy file loading,
ROUND_ROBIN/RANDOM/CONNECTOR_AFFINITY distribution algorithms,
cache population, and cleanup of cache entries and addressable indexes.
tests/charging-station/IdTagsCache.test.ts [new file with mode: 0644]