Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include phase info at "outcome_details" when there is a timeout. #364

Open
amyxchen opened this issue Jul 15, 2016 · 0 comments
Open

Include phase info at "outcome_details" when there is a timeout. #364

amyxchen opened this issue Jul 15, 2016 · 0 comments

Comments

@amyxchen
Copy link
Contributor

When phase is timeout, the outcome_details is empty, it should include the phase info as the error case.

*_test_record when result is Timeout:_
start_time_millis: "1468623100886",
outcome_details: [ ],
end_time_millis: "1468623110723",
station_id: "hello_world(WIFI)",
dut_id: "123457",
log_records: [ ],
outcome: "TIMEOUT",
metadata: {
.....
}

***test_record when result is Error: ***
start_time_millis: "1468625279029",
outcome_details: [
{
code: "IOError",
description: "[Errno 2] No such file or directory: 'example_attachment.txt'"
}
],
end_time_millis: "1468625285013",
station_id: "hello_world(WIFI)",
dut_id: "123457",
log_records: [ ],
outcome: "ERROR",
metadata: {
......
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants