You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way for a process to be notified (other than polling) of changes to its blessing roots, whilst there is such a mechanism for blessings themselves. See the TestDaemonMode test in x/ref/lib/security which currently polls for changes.
The text was updated successfully, but these errors were encountered:
…de and overly tight timeouts in RPC tests. (#235)
This PR fixes a flaky test by waiting for the expected changes to take place. Issue #236 calls for a better mechanism for doing so.
Tight timeouts are extended in the rpc tests.
Also, add the O_CREATE flag when creating read-only locks to cleanup unnecessary complexity in the code that uses the internal lockedfile package.
There is currently no way for a process to be notified (other than polling) of changes to its blessing roots, whilst there is such a mechanism for blessings themselves. See the TestDaemonMode test in x/ref/lib/security which currently polls for changes.
The text was updated successfully, but these errors were encountered: