xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

CA-388587: Fix capture of xapi-clusterd DB and log any errors #64

Closed bernhardkaindl closed 9 months ago

bernhardkaindl commented 9 months ago

In progress

github-actions[bot] commented 9 months ago

Coverage

Python3 coverage comment from https://github.com/marketplace/actions/pytest-coverage-comment
FileStmtsMissCoverMissing
__init__.py00100% 
conftest.py560100% 
test_dir_list.py110100% 
test_filter_xapi_clusterd_db.py780100% 
test_fs_funcs.py100100% 
test_load_plugins.py90100% 
test_main.py1210100% 
test_output.py650100% 
test_process_output.py110100% 
test_snmp.py150100% 
test_xapidb_filter.py210100% 
xen-bugtool157727182%95, 100–101, 414, 523, 529, 552, 687, 705, 770–771, 785, 789, 804–805, 811–812, 817, 827, 836, 848, 853–855, 858–859, 862–863, 866, 907–909, 928, 1044–1058, 1060–1069, 1130, 1138, 1263, 1265, 1269–1270, 1293, 1311, 1314–1316, 1319–1323, 1326–1327, 1331–1333, 1339–1345, 1348–1352, 1354–1370, 1373–1381, 1384–1385, 1387, 1389–1390, 1392–1400, 1403, 1405–1408, 1410, 1412–1413, 1447, 1475, 1490, 1498–1499, 1562–1564, 1566–1571, 1574–1578, 1582–1583, 1585, 1602–1603, 1605, 1607–1608, 1610–1612, 1614–1621, 1623–1628, 1632–1633, 1635, 1637, 1639, 1675–1676, 1678, 1680–1682, 1685–1686, 1688, 1690–1692, 1695–1696, 1698, 1700–1703, 1706–1716, 1719–1723, 1733, 1745, 1755, 1759, 1794–1796, 1906, 1930, 1945, 2005, 2048, 2051–2052, 2090, 2097, 2103, 2105–2108, 2111–2121, 2212–2214, 2217–2219, 2250–2252, 2292–2296, 2308, 2326
TOTAL197427186% 

Tests Skipped Failures Errors Time
29 0 :zzz: 0 :x: 0 :fire: 1.169s :stopwatch:
github-actions[bot] commented 9 months ago

Coverage

Pytest Code coverage comment for Python 2.7
FileStmtsMissCoverMissing
xen-bugtool157727882%77–79, 84, 95, 100–101, 414, 523, 529, 552, 687, 705, 770–771, 785, 789, 804–805, 811–812, 817, 827, 836, 839–842, 848, 853–855, 858–859, 862–863, 866, 907–909, 1044–1058, 1060–1069, 1130, 1138, 1263, 1265, 1269–1270, 1293, 1311, 1314–1316, 1319–1323, 1326–1327, 1331–1333, 1339–1345, 1348–1352, 1354–1370, 1373–1381, 1384–1385, 1387, 1389–1390, 1392–1400, 1403, 1405–1408, 1410, 1412–1413, 1447, 1475, 1490, 1498–1499, 1562–1564, 1566–1571, 1574–1578, 1582–1583, 1585, 1602–1603, 1605, 1607–1608, 1610–1612, 1614–1621, 1623–1628, 1632–1633, 1635, 1637, 1639, 1675–1676, 1678, 1680–1682, 1685–1686, 1688, 1690–1692, 1695–1696, 1698, 1700–1703, 1706–1716, 1719–1723, 1732, 1745, 1755, 1759, 1794–1796, 1871, 1906, 1945, 2005, 2048, 2051–2052, 2090, 2097, 2103, 2105–2108, 2111–2121, 2212–2214, 2217–2219, 2250–2252, 2292–2296, 2308, 2326
integration
   __init__.py00100% 
   conftest.py180100% 
   namespace_container.py35197%85
   test_system_load.py180100% 
   test_xenserverconfig.py150100% 
   utils.py711085%18, 31, 54–57, 61, 81, 84, 122
mocks/xen
   __init__.py00100% 
mocks/xen/lowlevel
   __init__.py00100% 
mocks/xen/lowlevel/xc
   __init__.py50100% 
unit
   __init_\.py00100% 
   conftest.py48981%48, 50–54, 56–58
   test_dir_list.py110100% 
   test_filter_xapi_clusterd_db.py780100% 
   test_fs_funcs.py100100% 
   test_load_plugins.py90100% 
   test_main.py119893%189, 271–273, 275–278
   test_output.py650100% 
   test_process_output.py110100% 
   test_snmp.py150100% 
   test_xapidb_filter.py210100% 
TOTAL212630685% 

Tests Skipped Failures Errors Time
33 1 :zzz: 0 :x: 0 :fire: 2.422s :stopwatch:
bernhardkaindl commented 9 months ago

Obsoleted by 67