You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kamil Wasilewski (Jira)" <ji...@apache.org> on 2019/12/05 11:50:00 UTC

[jira] [Updated] (BEAM-8895) BigQueryIO streaming test on Java is flaky

     [ https://issues.apache.org/jira/browse/BEAM-8895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Wasilewski updated BEAM-8895:
-----------------------------------
    Description: 
```
SEVERE: 2019-12-05T06:57:31.089Z: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request*07:57:32*     {*07:57:32*       "code" : 400,*07:57:32*       "errors" : [ {*07:57:32*         "domain" : "global",*07:57:32*         "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*         "reason" : "invalid"*07:57:32*       } ],*07:57:32*       "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*       "status" : "INVALID_ARGUMENT"*07:57:32*     }
```

  was:
 
SEVERE: 2019-12-05T06:57:31.089Z: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request*07:57:32*     {*07:57:32*       "code" : 400,*07:57:32*       "errors" : [ {*07:57:32*         "domain" : "global",*07:57:32*         "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*         "reason" : "invalid"*07:57:32*       } ],*07:57:32*       "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*       "status" : "INVALID_ARGUMENT"*07:57:32*     }


> BigQueryIO streaming test on Java is flaky
> ------------------------------------------
>
>                 Key: BEAM-8895
>                 URL: https://issues.apache.org/jira/browse/BEAM-8895
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Kamil Wasilewski
>            Priority: Major
>             Fix For: Not applicable
>
>
> ```
> SEVERE: 2019-12-05T06:57:31.089Z: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request*07:57:32*     {*07:57:32*       "code" : 400,*07:57:32*       "errors" : [ {*07:57:32*         "domain" : "global",*07:57:32*         "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*         "reason" : "invalid"*07:57:32*       } ],*07:57:32*       "message" : "Invalid table ID \"bqio_write_10GB_java_e27dc010-6896-41ac-90f3-25b5adc58617\". Table IDs must be alphanumeric (plus underscores) and must be at most 1024 characters long. Also, Table decorators cannot be used.",*07:57:32*       "status" : "INVALID_ARGUMENT"*07:57:32*     }
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)