You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Aydar Zaynutdinov (Jira)" <ji...@apache.org> on 2021/11/17 08:35:00 UTC

[jira] [Created] (BEAM-13267) [Playground] Implement method validate_all_examples

Aydar Zaynutdinov created BEAM-13267:
----------------------------------------

             Summary: [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


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)