[ 
https://issues.apache.org/jira/browse/BEAM-14357?focusedWorklogId=761004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-761004
 ]

ASF GitHub Bot logged work on BEAM-14357:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Apr/22 18:11
            Start Date: 22/Apr/22 18:11
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] commented on PR #17447:
URL: https://github.com/apache/beam/pull/17447#issuecomment-1106747558

   # 
[Codecov](https://codecov.io/gh/apache/beam/pull/17447?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#17447](https://codecov.io/gh/apache/beam/pull/17447?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 (ef89023) into 
[master](https://codecov.io/gh/apache/beam/commit/1540b9dccc714d242a51929eac20ced06b1108eb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 (1540b9d) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #17447   +/-   ##
   =======================================
     Coverage   73.91%   73.91%           
   =======================================
     Files         687      687           
     Lines       90334    90334           
   =======================================
     Hits        66768    66768           
     Misses      22382    22382           
     Partials     1184     1184           
   ```
   
   
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/beam/pull/17447?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/beam/pull/17447?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
 Last update 
[1540b9d...ef89023](https://codecov.io/gh/apache/beam/pull/17447?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
 Read the [comment 
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 761004)
    Time Spent: 1h  (was: 50m)

> Python unit test 
> BigqueryFullResultStreamingMatcher.test__get_query_result_timeout fails 
> locally
> ------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-14357
>                 URL: https://issues.apache.org/jira/browse/BEAM-14357
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-gcp
>    Affects Versions: 2.38.0
>         Environment: macOS M1 platform
>            Reporter: Yi Hu
>            Assignee: Yi Hu
>            Priority: P2
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Testing on local machine Command: 
> pytest -v apache_beam/io/gcp/tests/bigquery_matcher_test.py
> *E           google.api_core.exceptions.BadRequest: 400 POST 
> [https://bigquery.googleapis.com/bigquery/v2/projects/some-project/jobs?prettyPrint=false:]
>  ProjectId and DatasetId must be non-empty*
> *E*           
> *E           Location: None*
> *E           Job ID: 32fd52d1-324f-472f-b660-0d3bcc41d5a7*
> *1 failed, 6 passed in 106.84 seconds*
> ---------
> However, if run this test with xdist flag, it will pass:
> pytest -v -n 8 apache_beam/io/gcp/tests/bigquery_matcher_test.py
> {*}7 passed in 3.85 seconds{*}{*}{{*}}
> ---------
> Strangely, using xdist flag on all gcp tests, it fails:
> pytest -v -n 8 apache_beam/io/gcp/
> One test fails after minute long waiting:
> *E           google.api_core.exceptions.BadRequest: 400 POST 
> [https://bigquery.googleapis.com/bigquery/v2/projects/some-project/jobs?prettyPrint=false:]
>  ProjectId and DatasetId must be non-empty*
> *E*           
> *E           Location: None*
> *E           Job ID: 713e7c78-c693-4f87-a04d-2f0741d2ed67*
> *1 failed, 350 passed, 71 skipped, 233 warnings in 139.83 seconds*
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to