fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.99k stars 1.14k forks source link

Cypress Tests for -use_frontend_client_polling variant of visdom #896

Closed da-h closed 1 year ago

da-h commented 1 year ago

Description

Ensuring functionality also using the -use_frontend_client_polling flag.

Motivation and Context

Regarding the recent proxy-users and an upcoming code simplification of the server socket handlers, I suggest to add some testing of the polling-feature. I have explicitly only added the "functional tests" to be tested against the -use_frontend_client_polling flag, which I though should be sufficient.

In addition, a few minor changes were necessary in the following test cases:

How Has This Been Tested?

Testing using this very PR-action, which should already include the test. Also, to test for consistency, I've triggered the exact same action onto 10 branches, see for instance here

Types of changes

Checklist: