blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

Fix Server spec (0) #923

Closed scouillard closed 1 year ago

scouillard commented 1 year ago

Description

We are testing: a server can't be created if the server already exists, based on the id/hostname.

This test was skipped/failing because the redis objects do not persist in between it contexts.

In this case, server1 is wiped before server2 is saved - and no error is raised, as expected.

Create server1 and server2 in same context to fix the problem.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information