Scott Wegner created BEAM-5761:
----------------------------------
Summary: [JobName] [testE2ETrafficMaxLaneFlow] BigQuery
NullPointerException
Key: BEAM-5761
URL: https://issues.apache.org/jira/browse/BEAM-5761
Project: Beam
Issue Type: Bug
Components: io-java-gcp, test-failures
Reporter: Scott Wegner
Assignee: Chamikara Jayalath
_Use this form to file an issue for test failure:_
* [Jenkins
Job|https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1696/]
* [Gradle Build Scan|https://gradle.com/s/dfpevhibcckxm]
* [Test source
code|https://github.com/apache/beam/blob/c10e5812163b2fc0e8bfbd0bb3386b35e6d8b0d7/examples/java/src/test/java/org/apache/beam/examples/complete/TrafficMaxLaneFlowIT.java#L74]
Initial investigation:
The test hit a {{NullPointerException}} when reading data from the BigQuery
response:
{{String res = response.getRows().get(0).getF().get(0).getV().toString();}}
There were four test failures in this run:
* testE2ETrafficMaxLaneFlow
* testNewTypesQueryWithReshuffle
* testE2EBigQueryTornadoes
* testE2ETrafficRoutes
They all appear to be BigQuery related.
----
_After you've filled out the above details, please [assign the issue to an
individual|https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist].
Assignee should [treat test failures as
high-priority|https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test],
helping to fix the issue or find a more appropriate owner. See [Apache Beam
Post-Commit Policies|https://beam.apache.org/contribute/postcommits-policies]._
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)