defenseunicorns / uds-runtime

UDS Runtime API & UI
GNU Affero General Public License v3.0
6 stars 3 forks source link

chore(ci): e2e test for cluster disconnection and reconnection #447

Closed TristanHoladay closed 1 day ago

TristanHoladay commented 6 days ago

Description

E2E tests, plus some minor refactors, for cluster disconnection handling.

Related Issue

Resolves #430

TristanHoladay commented 1 day ago

didn't want to break the reconnection test into a separate test task but stopping and starting the cluster with pepr dev deployed throws errors. I tried putting all configs into a single defineConfig() in the playwright.config.ts but they get merged, the last overwriting those before it.

TristanHoladay commented 1 day ago

Noting that @catsby brought up good points for us to look into, which we'll roll into our planned refactor of the disconnection / reconnection feature.