rakeshadr commented on pull request #2894:
URL: https://github.com/apache/ozone/pull/2894#issuecomment-990648275
@aryangupta1998
We will have two different parent classes until HDDS-6089 patch is
available.
Simple idea is to ignore this test for time being and add an annotation to
fix it along with HDDS-6089.
```
@Test
@Ignore("HDDS-6089.")
public void checkAnnotationAndTableName() {
```
```
[INFO] Running org.apache.hadoop.ozone.om.response.TestCleanupTableInfo
Error: Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
5.703 s <<< FAILURE! - in
org.apache.hadoop.ozone.om.response.TestCleanupTableInfo
Error:
checkAnnotationAndTableName(org.apache.hadoop.ozone.om.response.TestCleanupTableInfo)
Time elapsed: 0.318 s <<< FAILURE!
java.lang.AssertionError: class org.apache.hadoop.ozone.om.OmKeyResponsedoes
not have annotation of CleanupTableInfo
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]