apache/beam

Suppress tracebacks on failure-catching tests

開放

#18,935 建立於 2022年6月3日

 (1 則留言) (0 個反應) (1 位負責人)Java (4,097 個分叉)batch import
P3bugcoregood first issuepython

倉庫指標

星標
 (7,313 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Our tests of assert_that (e.g. in apache_beam.runners.portability.fn_api_runner_test) dump the expected "error" to stdout making our tests noisy (and they look like failures). It'd be good to suppress these in tests (while making sure things are still properly logged on workers. 

There are probably other tests of similar nature. 

Imported from Jira BEAM-4012. Original Jira may contain additional context. Reported by: robertwb.

貢獻者指南