mehakmeet opened a new pull request #2963:
URL: https://github.com/apache/hadoop/pull/2963


   Tested on S3AFS and ABFS. 
   Region for S3AFS: ap-south-1
   Region for ABFS: East US
   
   Don't know if we need any tests for these?
   
   S3A(trunk also) showed these errors I haven't seen before: 
   ```
   [ERROR] 
testListEmptyRootDirectory(org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir)
  Time elapsed: 16.79 s  <<< FAILURE!
   java.lang.AssertionError: Deleted file: unexpectedly found 
s3a://mehakmeet-singh-data/Users as  
S3AFileStatus{path=s3a://mehakmeet-singh-data/Users; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.hadoop.fs.contract.ContractTestUtils.assertPathDoesNotExist(ContractTestUtils.java:1004)
        at 
org.apache.hadoop.fs.contract.ContractTestUtils.assertDeleted(ContractTestUtils.java:733)
        at 
org.apache.hadoop.fs.contract.AbstractContractRootDirectoryTest.testListEmptyRootDirectory(AbstractContractRootDirectoryTest.java:196)
        at 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir.testListEmptyRootDirectory(ITestS3AContractRootDir.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
   ```
   
   ```
   [ERROR] 
testRmEmptyRootDirNonRecursive(org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir)
  Time elapsed: 30.584 s  <<< FAILURE!
   java.lang.AssertionError:
   After 12 attempts: listing after rm /* not empty
   final [00] S3AFileStatus{path=s3a://mehakmeet-singh-data/Users; 
isDirectory=true; modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [01] S3AFileStatus{path=s3a://mehakmeet-singh-data/user; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   
   deleted [00] S3AFileStatus{path=s3a://mehakmeet-singh-data/Users; 
isDirectory=true; modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [01] S3AFileStatus{path=s3a://mehakmeet-singh-data/user; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   
   original [00] S3AFileStatus{path=s3a://mehakmeet-singh-data/file.txt; 
isDirectory=false; length=0; replication=1; blocksize=33554432; 
modification_time=1619544154000; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rw-rw-rw-; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE 
eTag=d41d8cd98f00b204e9800998ecf8427e versionId=null
   [01] S3AFileStatus{path=s3a://mehakmeet-singh-data/Users; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [02] S3AFileStatus{path=s3a://mehakmeet-singh-data/fork-0001; 
isDirectory=true; modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [03] S3AFileStatus{path=s3a://mehakmeet-singh-data/fork-0002; 
isDirectory=true; modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [04] S3AFileStatus{path=s3a://mehakmeet-singh-data/path; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [05] S3AFileStatus{path=s3a://mehakmeet-singh-data/test; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [06] S3AFileStatus{path=s3a://mehakmeet-singh-data/tests3ascale; 
isDirectory=true; modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   [07] S3AFileStatus{path=s3a://mehakmeet-singh-data/user; isDirectory=true; 
modification_time=0; access_time=0; owner=mehakmeet.singh; 
group=mehakmeet.singh; permission=rwxrwxrwx; isSymlink=false; hasAcl=false; 
isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=null 
versionId=null
   
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.hadoop.fs.contract.AbstractContractRootDirectoryTest$1.call(AbstractContractRootDirectoryTest.java:109)
   ```
   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to