docs(tvix/castore/directorysvc): update comment
This comment didn't make a lot of sense before. Change-Id: Ie057a133ca4b1a099ed3c885e32316b0d87c5eb0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10339 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
3a32963b78
commit
8b0047e277
1 changed files with 3 additions and 3 deletions
|
@ -393,9 +393,9 @@ mod tests {
|
|||
}
|
||||
|
||||
// Now we do the same test as before, send B, then A, but wait
|
||||
// sufficiently enough for the server to have s
|
||||
// to close us the stream,
|
||||
// and then assert that uploading anything else via the handle will fail.
|
||||
// a long long time so we already received the error from the server
|
||||
// (causing the internal stream to be closed).
|
||||
// Uploading anything else subsequently should then fail.
|
||||
{
|
||||
let mut handle = directory_service.put_multiple_start();
|
||||
handle.put(DIRECTORY_B.clone()).await.expect("must succeed");
|
||||
|
|
Loading…
Reference in a new issue