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

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

                Author: ASF GitHub Bot
            Created on: 02/Apr/22 02:13
            Start Date: 02/Apr/22 02:13
    Worklog Time Spent: 10m 
      Work Description: kileys merged pull request #17255:
URL: https://github.com/apache/beam/pull/17255


   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

            Worklog Id:     (was: 751856)
    Remaining Estimate: 0h
            Time Spent: 10m

> Python precommit failing test_schema_with_bad_field_raises_helpful_error
> ------------------------------------------------------------------------
>
>                 Key: BEAM-14231
>                 URL: https://issues.apache.org/jira/browse/BEAM-14231
>             Project: Beam
>          Issue Type: Test
>          Components: test-failures
>            Reporter: Kiley Sok
>            Assignee: Brian Hulette
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> apache_beam.typehints.schemas_test.SchemaTest.test_schema_with_bad_field_raises_helpful_error
>  (from py39-cloud)
> self = <apache_beam.typehints.schemas_test.SchemaTest 
> testMethod=test_schema_with_bad_field_raises_helpful_error>
>     def test_schema_with_bad_field_raises_helpful_error(self):
>       schema_proto = schema_pb2.Schema(
>           fields=[
>               schema_pb2.Field(
>                   name="type_with_no_typeinfo", type=schema_pb2.FieldType())
>           ])
>     
>       # Should raise an exception referencing the problem field
> >     self.assertRaisesRegex(
>           ValueError,
>           "type_with_no_typeinfo",
>           lambda: named_tuple_from_schema(schema_proto))
> E     AssertionError: ValueError not raised by <lambda>
> apache_beam/typehints/schemas_test.py:320: AssertionError
> https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/5455



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

Reply via email to