You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias (Jira)" <ji...@apache.org> on 2021/09/20 10:43:00 UTC

[jira] [Created] (FLINK-24341) PyFlink Table test module timeout

Matthias created FLINK-24341:
--------------------------------

             Summary: PyFlink Table test module timeout
                 Key: FLINK-24341
                 URL: https://issues.apache.org/jira/browse/FLINK-24341
             Project: Flink
          Issue Type: Bug
          Components: API / Python
    Affects Versions: 1.15.0
            Reporter: Matthias


I experienced a timeout in [this PR build|https://dev.azure.com/mapohl/flink/_build/results?buildId=477&view=logs&j=fba17979-6d2e-591d-72f1-97cf42797c11&t=727942b6-6137-54f7-1ef9-e66e706ea068&l=22243]. The only thing I was able to guess from the logs is that it is caused by the `table` test module of PyFlink:
```
Sep 17 14:39:32 test module /__w/1/s/flink-python/pyflink/table
Sep 17 14:39:33 ============================= test session starts ==============================
Sep 17 14:39:33 platform linux -- Python 3.8.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
Sep 17 14:39:33 cachedir: .tox/py38/.pytest_cache
Sep 17 14:39:33 rootdir: /__w/1/s/flink-python
Sep 17 14:39:33 collected 358 items
Sep 17 14:39:33 
Sep 17 14:39:42 pyflink/table/tests/test_calc.py ......                                  [  1%]
Sep 17 14:39:42 pyflink/table/tests/test_catalog.py .................................... [ 11%]
Sep 17 14:39:43 ...........................................                              [ 23%]
Sep 17 14:39:43 pyflink/table/tests/test_catalog_completeness.py ........                [ 25%]
Sep 17 14:39:43 pyflink/table/tests/test_column_operation.py ....                        [ 27%]
Sep 17 14:39:43 pyflink/table/tests/test_correlate.py ....                               [ 28%]
Sep 17 14:40:07 pyflink/table/tests/test_dependency.py ......                            [ 29%]
Sep 17 14:40:07 pyflink/table/tests/test_descriptor.py ..............                    [ 33%]
Sep 17 14:40:07 pyflink/table/tests/test_distinct.py .                                   [ 34%]
Sep 17 14:40:07 pyflink/table/tests/test_environment_completeness.py .                   [ 34%]
Sep 17 14:40:07 pyflink/table/tests/test_environment_settings.py .....                   [ 35%]
Sep 17 14:40:07 pyflink/table/tests/test_environment_settings_completeness.py ..         [ 36%]
Sep 17 14:40:08 pyflink/table/tests/test_explain.py .                                    [ 36%]
Sep 17 14:40:08 pyflink/table/tests/test_expression.py ..                                [ 37%]
Sep 17 14:40:08 pyflink/table/tests/test_expression_completeness.py .                    [ 37%]
Sep 17 14:40:08 pyflink/table/tests/test_expressions_completeness.py .                   [ 37%]
Sep 17 14:40:08 pyflink/table/tests/test_join.py ......                                  [ 39%]
Sep 17 14:40:33 pyflink/table/tests/test_pandas_conversion.py ............               [ 42%]
Sep 17 14:41:35 pyflink/table/tests/test_pandas_udaf.py ................                 [ 47%]
Sep 17 14:42:10 pyflink/table/tests/test_pandas_udf.py .........                         [ 49%]
Sep 17 14:42:50 pyflink/table/tests/test_row_based_operation.py ............             [ 53%]
Sep 17 14:42:50 pyflink/table/tests/test_schema.py .                                     [ 53%]
Sep 17 14:42:51 pyflink/table/tests/test_schema_operation.py ..                          [ 53%]
Sep 17 14:42:51 pyflink/table/tests/test_set_operation.py ......                         [ 55%]
Sep 17 14:42:52 pyflink/table/tests/test_shell_example.py .                              [ 55%]
Sep 17 14:42:52 pyflink/table/tests/test_sort.py ...                                     [ 56%]
Sep 17 14:43:01 pyflink/table/tests/test_sql.py .....                                    [ 58%]
Sep 17 14:43:01 pyflink/table/tests/test_table_completeness.py .                         [ 58%]
Sep 17 14:43:01 pyflink/table/tests/test_table_config.py .........                       [ 60%]
Sep 17 14:43:01 pyflink/table/tests/test_table_config_completeness.py .                  [ 61%]
Sep 17 14:43:04 pyflink/table/tests/test_table_descriptor.py ........                    [ 63%]
Sep 17 14:43:29 pyflink/table/tests/test_table_environment_api.py .s.................... [ 69%]
Sep 17 14:43:31 .........                                                                [ 72%]
Sep 17 14:43:31 pyflink/table/tests/test_table_schema.py ............                    [ 75%]
Sep 17 14:43:33 pyflink/table/tests/test_types.py ...................................    [ 85%]
Sep 17 14:58:48 pyflink/table/tests/test_udaf.py ==============================================================================
```



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