huaxiangsun commented on PR #4464:
URL: https://github.com/apache/hbase/pull/4464#issuecomment-1142591710
Run the failed test case TestAsyncTableScanner#testReverseScanNoStopKey
locally, it passed. Look a bit closer to the error,
```
SpanKind with a name that a string starting with "SCAN default:async" name
was "testReverseScanNoStopKey[7: table=normal, scan=batchSmallResultSize]"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at
org.apache.hadoop.hbase.client.TestAsyncTableScanner.assertTraceContinuity(TestAsyncTableScanner.java:125)
at
org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan.testReverseScanNoStopKey(AbstractTestAsyncTableScan.java:258)
```
Cannot map the tracestack to my git branch. It is something related with
tracing, @ndimiduk, can you help o how to parse this assert? I cannot find
assertTraceContinuity() in TestAsyncTableScanner class, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]