Skip to content

Commit 6bcfd37

Browse files
committed
squash! Adds a log file for external http server For test test_dictionaries_all_layouts_separate_sources we use http_server.py as external http source. Some times it is flaky, and assumption is the http server fials. To confirm that we can add a looger to http server to check if the server failed for any reason. The logs will be soted with clickhouse server logs in a separate file. Tests already gathering all the files in that folder.
1 parent 4942627 commit 6bcfd37

File tree

1 file changed

+0
-1
lines changed
  • tests/integration/test_dictionaries_all_layouts_separate_sources

1 file changed

+0
-1
lines changed

tests/integration/test_dictionaries_all_layouts_separate_sources/test_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def started_cluster():
7373
@pytest.mark.parametrize("layout_name", sorted(LAYOUTS_SIMPLE))
7474
def test_simple(started_cluster, layout_name):
7575
simple_tester.execute(layout_name, node)
76-
assert False, 'fake fail to check if logging works'
7776

7877

7978
@pytest.mark.parametrize("layout_name", sorted(LAYOUTS_COMPLEX))

0 commit comments

Comments
 (0)