- 
    Type:
Improvement
 - 
    Resolution: Duplicate
 - 
    Priority:
Major - P3
 - 
    None
 - 
    Affects Version/s: None
 - 
    Component/s: Test Python
 
- 
        Storage Engines
 - 
        StorEng - Defined Pipeline
 - 
        None
 
In the Python test suite, there are over 40 tests that all define their own local version of def get_stat to get the value of a statistic. Additionally, there are over 200
 other tests that manually open a statistics cursor inline to get statistic values.
We should create a common/universal get_stat function that all tests can use, remove the each-test ones and fix the manual cursor ones to use the new function.
- is duplicated by
 - 
                    
WT-12064 Improve wttest statistics infrastructure to avoid races
-         
 - Open
 
 -