Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
Patch
Description
For testing OfflineImageReconstructor, we run a test method. There are some bugs in the process of CacheManagerSectionProcessor.
Fig1 Test Method
First, we write the test method as Fig1 to test CacheManagerSectionProcessor, but the method throw a exception that shows "<pool> found without <poolName>". As Fig2 shows.
Fig2 result of test method
Second, we run the test method again when we solve the first bug. there is another bug that shows "Expected tag end event for CacheManagerSection, but got tag end event for pool". As Fig3 shows.
Fig3 second result of test method