Skip to content

Commit 3714795

Browse files
committed
MAINT: PR 839 revisions
* add one of the tricky `APMPI` cases I discovered to `test_derived_metrics_bytes_and_bandwidth()`, pending discussion with team re: how I should handle this
1 parent 9139015 commit 3714795

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

darshan-util/pydarshan/darshan/tests/test_cffi_misc.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@ def test_log_get_generic_record(dtype):
216216
("partial_data_stdio.darshan",
217217
"GARBAGE",
218218
"ValueError"),
219+
# TODO: determine if the lack of APMPI and
220+
# any other "add-ons" in _structdefs is a bug
221+
# in the control flow for `log_get_derived_metrics()`?
222+
pytest.param("e3sm_io_heatmap_only.darshan",
223+
"APMPI",
224+
"",
225+
marks=pytest.mark.xfail(reason="APMPI and derived metrics control flow?")),
219226
])
220227
def test_derived_metrics_bytes_and_bandwidth(log_path, mod_name, expected_str):
221228
# test the basic scenario of retrieving

0 commit comments

Comments
 (0)