ArafatKhan2198 commented on PR #9629: URL: https://github.com/apache/ozone/pull/9629#issuecomment-3777211523
Thanks for the review comment @adoroszlai Based on my findings, here is the list of test classes that initialise ReconTestInjector with .withContainerDB() (which creates the RocksDB instance) but are missing the cleanup logic. These 13 files need the same fix: TestClusterStateEndpoint.java TestDeletedKeysSearchEndpoint.java TestOpenKeysSearchEndpoint.java TestBlocksEndPoint.java TestNSSummaryEndpointWithOBSAndLegacy.java TestNSSummaryEndpointWithFSO.java TestEndpoints.java TestNSSummaryDiskUsageOrdering.java TestFeaturesEndPoint.java TestTriggerDBSyncEndpoint.java TestNSSummaryEndpointWithLegacy.java TestOpenContainerCount.java TestContainerEndpoint.java Would you suggest that we fix for TestClusterStateEndpoint only in this jira? And fix the bulk remaining in a single jira separately? -- 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]
