Files
butler-sos/docs
Göran Sander 791be201a4 Fix v3 log event handling to match v1/v2 data models
- Rewrite postLogEventToInfluxdb v3 to handle each message type distinctly
- Engine: stores session_id, windows_user, engine_exe_version
- Proxy: no session_id (key difference from engine)
- Scheduler: stores execution_id instead of command/result_code/origin/context
- Repository: similar to proxy, no session_id
- QIX-perf: stores performance metrics with float/integer fields
- All Point3 field types now correct (setStringField, setFloatField, setIntegerField)
- Conditional tags match v1/v2 behavior for each source type
- All 349 tests passing
2025-12-12 19:05:28 +01:00
..
2025-09-29 12:05:46 +02:00
...
2022-08-05 10:43:42 +00:00

README.testing.md

This file provides guidance to Copilot about testing practices in this repository.

Unit tests

  • Verify tests work after creation new test files.
  • Do not fix linting or formatting issues in tests. These will be handled later using other tools.
  • Run tests using "npm run test".