Skip to content

Commit

Permalink
wip: issue with test record tracing case
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Jian committed Aug 27, 2020
1 parent 0c29808 commit 8eb7159
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

it.only("byPage()", async () => {
it("byPage()", async () => {
const maxPageSize = 2;
const iter = changeFeedClient.listChanges().byPage({ maxPageSize });
const nextPage = await iter.next();
Expand Down Expand Up @@ -153,7 +153,7 @@ describe("BlobChangeFeedClient", async () => {
assert.ok(telemetryString2.startsWith(`${userAgentPrefix} changefeed-js/${SDK_VERSION}`));
});

it("tracing", async () => {
it.only("tracing", async () => {
const tracer = new TestTracer();
setTracer(tracer);
const rootSpan = tracer.startSpan("root");
Expand Down

0 comments on commit 8eb7159

Please sign in to comment.