You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/15 17:40:00 UTC

[GitHub] [airflow] potiuk opened a new pull request #10346: Breeze was slightly too chatty when there was no dirs created

potiuk opened a new pull request #10346:
URL: https://github.com/apache/airflow/pull/10346


   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674429577


   The `--verbose` flag is mainly about showing the actual `docker/helm/kubectl/kind` commands being executed under the hood - so that you can easily copy&paste them and run manually if you want to debug stuff.
   
   output of `./breeze flags`:
   
   ```
   ****************************************************************************************************
    Increase verbosity of the scripts
   
   -v, --verbose
           Show verbose information about executed commands (enabled by default for running test).
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
   
   ****************************************************************************************************
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674429577


   The `--verbose` flag is mainly about showing the actual `docker/helm/kubectl/kind` commands being executed under the hood - so that you can easily copy&paste them and run manually if you want to debug stuff.
   
   ```
   ****************************************************************************************************
    Increase verbosity of the scripts
   
   -v, --verbose
           Show verbose information about executed commands (enabled by default for running test).
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
   
   ****************************************************************************************************
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674430112


   @kaxil  https://github.com/apache/airflow/pull/10348 -> i updated the description to be more informative :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk merged pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #10346:
URL: https://github.com/apache/airflow/pull/10346


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674433266


   cc: @jaketf 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674429272


   > Can we wrap this under the verbosity flag that breeze has?
   
   Actually not :( . Those dirs are created way before --verbose flag is parsed :). But I think it's really not a big problem. Usually in this kind of cases you want to set `VERBOSE_COMMANDS="true"` variable which runs `set -x` and you see all commands as they are run (and it is run as one of the very first things in "script_start()"


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on pull request #10346: Breeze was slightly too chatty when there was no dirs created

Posted by GitBox <gi...@apache.org>.
kaxil commented on pull request #10346:
URL: https://github.com/apache/airflow/pull/10346#issuecomment-674430288


   Cool yeah 👍


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org