mukund-thakur edited a comment on issue #1838: HADOOP-16711 Add way to skip 
verifyBuckets check in S3A fs init()
URL: https://github.com/apache/hadoop/pull/1838#issuecomment-584804743
 
 
   > if closing the `fs` value triggers failures in superclass cleanup, then 
you are sharing an FS instance between test cases. (i.e you are actually 
picking up the last one created). 
   That is fixed now. That was a mistake from my side. Closing "fs" is not 
causing any problem in superclass cleanup now. 
   
   One other thing to notice here is there is only one test case where the 'fs' 
is actually created. All others are just failure scenarios.
   
   > If you disable caching you should get a new one, which you can then close 
safely
   
   Already disabled file system caching.
   
   

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


With regards,
Apache Git Services

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