junegunn commented on PR #8001: URL: https://github.com/apache/hbase/pull/8001#issuecomment-4149351136
> TestVisibilityLabelsWithDeletes is failing Fixed by: ```diff - !seePastDeleteMarkers && !(deletes instanceof NewVersionBehaviorTracker) + !seePastDeleteMarkers && deletes.getClass() == ScanDeleteTracker.class ``` -- 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]
