Commit Graph

8 Commits

Author SHA1 Message Date
e2586e9052 feat(tests): add comprehensive telemetry and interface tests
Some checks failed
CI / test-backend (push) Successful in 32s
CI / lint (push) Failing after 2m12s
CI / build-frontend (pull_request) Successful in 1m38s
Build and Publish Docker Image / build (pull_request) Has been skipped
CI / test-backend (pull_request) Successful in 24s
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 53s
CI / test-lang (pull_request) Successful in 1m15s
CI / lint (pull_request) Failing after 5m8s
CI / build-frontend (push) Successful in 9m46s
CI / test-lang (push) Successful in 9m48s
Tests / test (push) Successful in 13m32s
Tests / test (pull_request) Successful in 11m23s
Build Test / Build and Test (push) Successful in 15m56s
Build and Publish Docker Image / build-dev (pull_request) Successful in 13m42s
Build Test / Build and Test (pull_request) Successful in 16m9s
- Introduced new test files for telemetry functionality, including integration, fuzzing, and extended tests to ensure robustness and performance.
- Added tests for parsing LXMF display names and telemetry data, addressing potential bugs and ensuring correct handling of various input formats.
- Implemented performance tests for the InterfacesPage component, validating rendering efficiency with a large number of discovered interfaces.
- Enhanced existing tests for markdown rendering and link utilities to cover additional edge cases and improve stability.
2026-01-07 19:22:00 -06:00
fda9187e95 numerous improvements 2026-01-05 11:47:35 -06:00
db89e2c86e fix(tests): fix test
All checks were successful
CI / test-backend (push) Successful in 5s
CI / lint (push) Successful in 9m41s
Build Test / Build and Test (push) Successful in 13m29s
CI / build-frontend (push) Successful in 9m40s
CI / test-lang (push) Successful in 9m34s
Benchmarks / benchmark (push) Successful in 14m44s
CI / test-backend (pull_request) Successful in 5s
Build and Publish Docker Image / build (pull_request) Has been skipped
Benchmarks / benchmark (pull_request) Successful in 14m45s
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 9s
CI / lint (pull_request) Successful in 9m37s
CI / build-frontend (pull_request) Successful in 9m37s
CI / test-lang (pull_request) Successful in 9m32s
Tests / test (push) Successful in 11m57s
Tests / test (pull_request) Successful in 11m59s
Build and Publish Docker Image / build-dev (pull_request) Successful in 13m1s
Build Test / Build and Test (pull_request) Successful in 41m13s
2026-01-04 19:14:53 -06:00
4e308e427a test(tests): add global mocks and cleanup fixtures for improved test isolation and resource management 2026-01-03 22:10:19 -06:00
950abef79c feat(tests): add comprehensive benchmarks for database performance, memory usage, and application stability, including new test files for various frontend and backend functionalities 2026-01-03 16:08:07 -06:00
beb86880e0 refactor(tests): format 2026-01-02 20:53:21 -06:00
adbf0a9ce9 chore(tests): clean up test files by adding missing newlines and reordering imports for consistency 2026-01-02 20:36:42 -06:00
51d705ffa4 feat(tests): add fuzzing tests for telemetry unpacking, interface configuration parsing, and LXMF message handling
Some checks failed
CI / test-backend (push) Successful in 4s
CI / build-frontend (push) Successful in 56s
Tests / test (push) Successful in 1m35s
CI / lint (push) Failing after 4m56s
2026-01-02 20:06:18 -06:00