Details
-
Sub-task
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
3.3.1
-
None
Description
To address transient failures in the following test classes:
- ITestAbfsStreamStatistics: Uses a filesystem level instance to record read/write statistics, which also tracks these operations in other tests. running parallelly. To be marked for sequential run only to avoid transient failure
- ITestAbfsRestOperationException: The use of a static member to track retry count causes transient failures when two tests of this class happen to run together. Switch to non-static variable for assertions on retry count
Attachments
Issue Links
- causes
-
HADOOP-17991 Improve CustomTokenProviderAdapter to import VisibleForTesting
- Open
- links to