This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
Return descriptive error codes from e2e tests #140
Labels
good first issue
Good for newcomers
technical debt
Code that could use some cleanup or refactoring, not necessarily a new feature
Description
The e2e tests in this package return a numeric return code of 0 for success and 1 otherwise. This does not help identify the cause of build failures easily, without looking at the long logs produced.
Refactor the return code part in
system_metrics_e2e_test
andtopic_statistics_e2e_test
to make the failure code less generic and more descriptive of the cause of failure.Originally posted by @dabonnie in https://github.com/ros-tooling/system_metrics_collector/pull/125/files
Test Plan
Documentation Plan
Release Plan
Acceptance Criteria
Once all above items are checked, this story can be moved to done.
Resources
system_metrics_e2e_test
topic_statistics_e2e_test
The text was updated successfully, but these errors were encountered: