[
https://issues.apache.org/jira/browse/BEAM-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aydar Zaynutdinov updated BEAM-13267:
-------------------------------------
Description:
Implement method get_statuses. This method should for each example:
* start code processing for example's code.
* ping backend until status is
STATUS_VALIDATING/STATUS_PREPARING/STATUS_COMPILING/STATUS_EXECUTING
* set status to the example.status field
was:
Implement method validate_all_examples. This method should for each example:
* get example.status
* if the status is STATUS_COMPILE_ERROR, get logs using GetCompileOutput
request.
* if the status is STATUS_RUN_ERROR, get logs using GetRunError request.
* if the status is any other error status, log error case
If some example has an error status raise an error.
> [Playground] Implement method validate_all_examples
> ---------------------------------------------------
>
> Key: BEAM-13267
> URL: https://issues.apache.org/jira/browse/BEAM-13267
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Aydar Zaynutdinov
> Assignee: Aydar Zaynutdinov
> Priority: P3
>
> Implement method get_statuses. This method should for each example:
> * start code processing for example's code.
> * ping backend until status is
> STATUS_VALIDATING/STATUS_PREPARING/STATUS_COMPILING/STATUS_EXECUTING
> * set status to the example.status field
--
This message was sent by Atlassian Jira
(v8.20.1#820001)