Skip to content

Commit

Permalink
record tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Jian committed Aug 28, 2020
1 parent 0abf894 commit f03960c
Show file tree
Hide file tree
Showing 7 changed files with 3,137 additions and 922 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ export class LazyLoadingBlobStream extends Readable {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export class LazyLoadingBlobStreamFactory {
return new LazyLoadingBlobStream(blobClient, offset, blockSize, options);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe("BlobChangeFeedClient", async () => {
});

it("tracing", async () => {
recorder.skip(undefined, "recorder issue not understood. #10009");
// recorder.skip(undefined, "recorder issue not understood. #10009");
const tracer = new TestTracer();
setTracer(tracer);
const rootSpan = tracer.startSpan("root");
Expand Down

0 comments on commit f03960c

Please sign in to comment.