Can async concurrent execution of tests be used to run I/O bound tests like TRAPI queries?
The Onehop tests call TRAPI in two locations, test_trapi_kps and test_trapi_aras but each test case call to TRAPI is independent (ordering of test completion may be a fresh challenge).
Can async concurrent execution of tests be used to run I/O bound tests like TRAPI queries?
The Onehop tests call TRAPI in two locations, test_trapi_kps and test_trapi_aras but each test case call to TRAPI is independent (ordering of test completion may be a fresh challenge).
Some resources to investigate for this use case: