Commit ccf3672
test: Fix race condition in NovaNoVNCProxy topology test
The "updates lastAppliedTopology in NovaNoVNCProxy .Status" test
was failing intermittently due to a race condition in test setup.
**Problem**: SimulateMemcachedReady() was called after
CreateNovaNoVNCProxy(), causing the controller's ensureMemcached()
call to fail intermittently when reconciliation triggered before
the Memcached instance was simulated as ready.
**Solution**: Move SimulateMemcachedReady() call before
CreateNovaNoVNCProxy() to ensure Memcached is ready before
controller reconciliation begins.
Commit-message-assisted-by: claude-4-sonnet
Closes: OSPRH-196251 parent 3d3857d commit ccf3672
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
| 1369 | + | |
1369 | 1370 | | |
1370 | 1371 | | |
1371 | 1372 | | |
1372 | | - | |
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
| |||
0 commit comments