HDFS-16529. Remove unnecessary setObserverRead in TestConsistentReadsObserver (#4131)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
wangzhaohui 2022-04-06 16:29:43 +08:00 committed by GitHub
parent bbfe3500cf
commit 61bbdfd3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ public class TestConsistentReadsObserver {
@Test
public void testRequeueCall() throws Exception {
setObserverRead(true);
// Update the configuration just for the observer, by enabling
// IPC backoff and using the test scheduler class, which starts to backoff
// after certain number of calls.