Skip to content

Commit

Permalink
Note about a loop
Browse files Browse the repository at this point in the history
Co-Authored-By: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
swapster and yurishkuro committed Mar 11, 2020
1 parent 147ef5b commit 207ec09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jaeger-ui/src/model/find-trace-name.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ describe('getTraceName', () => {

const t = 1583758670000;

// Note: this trace has a loop S1 <- S2 <- S3 <- S1, which is the only way
// to make the algorithm return an empty string as trace name.
const spansWithNoRoots = [
{
spanID: firstSpanId,
Expand Down

0 comments on commit 207ec09

Please sign in to comment.