env_override_* and env_empty_* both set_var/remove_var the same process-global HOMECORE_CORS_ORIGINS; under full-workspace parallelism they raced (one's remove_var wiped the other's value mid-assert). Serialize via a poison-tolerant module Mutex. Test-only. Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| bin | ||
| app.rs | ||
| auth.rs | ||
| error.rs | ||
| lib.rs | ||
| rest.rs | ||
| state.rs | ||
| tokens.rs | ||
| ws.rs | ||