This PR modifies the stat count in ModelMetadataTest::test_infer_stats_no_model() to account for potential changes made to qa_model_repository. Additionally, to assist in future debugging, a request is sent to the model repository index API to be able to catch any changes made to qa_model_repository by comparing job logs.
What does the PR do?
This PR modifies the stat count in
ModelMetadataTest::test_infer_stats_no_model()
to account for potential changes made to qa_model_repository. Additionally, to assist in future debugging, a request is sent to the model repository index API to be able to catch any changes made to qa_model_repository by comparing job logs.