jlab-sensing/ENTS-backend

Streaming Tests do not properly cover functionality

Open

#661 opened on Mar 3, 2026

View on GitHub
 (2 comments) (0 reactions) (2 assignees)JavaScript (29 forks)auto 404
CI/CDbuggithub_actionshelp wanted

Repository metrics

Stars
 (15 stars)
PR merge metrics
 (PR metrics pending)

Description

Streaming tests are not strict enough, and do not properly determine if the streaming function is working. Tests must be reviewed and possibly revised to determine if the functionality is still present. We will try a three pronged approach in which we:

  1. are alerted quickly to api logs and issues (already completed).
  2. examine existing tests and determine where they have failed previously and to what degree they can be improved
  3. For anticipated failure points for automated tests, determine a standard operating procedure for relevant PR's that potentially includes manual tests to ensure core functionality of the websites does not break

??have broad coverage of specific features (this issue covers streaming) ??

Contributor guide