Skip to content

0013 store last execution result

nehashri edited this page Sep 25, 2017 · 1 revision

13. Store last execution result

This ADR has been recorded retrospectively.

Status

Accepted

Context

Last execution information is stored by html-report plugin in json format. If the project is too large, the plugin may take quite sometime to generate this. Gauge kills the plugin if it exceeds the plugin connection timeout.

Decision

Gauge stores the last execution result in proto format. Any plugin which requires this result can use it.

Consequences