File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 7676 - run : poe lint
7777 - run : poe build-develop
7878 - run : mkdir junit-xml
79+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
80+ timeout-minutes : 5
81+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
82+ timeout-minutes : 5
83+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
84+ timeout-minutes : 5
85+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
86+ timeout-minutes : 5
87+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
88+ timeout-minutes : 5
89+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
90+ timeout-minutes : 5
91+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
92+ timeout-minutes : 5
93+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
94+ timeout-minutes : 5
95+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
96+ timeout-minutes : 5
97+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
98+ timeout-minutes : 5
99+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
100+ timeout-minutes : 5
101+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
102+ timeout-minutes : 5
103+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
104+ timeout-minutes : 5
105+ - run : poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_query_rpc_timeout" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
106+ timeout-minutes : 5
79107 - run : poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
80108 timeout-minutes : 15
81109 # Time skipping doesn't yet support ARM
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def _to_bridge_config(self) -> temporalio.bridge.runtime.LoggingConfig:
142142
143143
144144LoggingConfig .default = LoggingConfig (
145- filter = TelemetryFilter (core_level = "WARN " , other_level = "ERROR" )
145+ filter = TelemetryFilter (core_level = "DEBUG " , other_level = "ERROR" )
146146)
147147
148148_module_start_time = time .time ()
You can’t perform that action at this time.
0 commit comments