Important: This issue was automatically generated and is used by CI for matching failures. DO NOT modify the body content. DO NOT remove labels.
Test name: test_refreshable_mv/test.py::test_refreshable_mv_in_system_db
Failure reason: AssertionError
CI report: Integration tests (amd_asan, db disk, old analyzer, 2/6)
Failing test history: cidb
Test output:
File: test_refreshable_mv/test.py:243 - in test_refreshable_mv_in_system_db
assert node1.query("select count(), sum(x) from system.a") == "2\t3\n"
E AssertionError: assert '0\t0\n' == '2\t3\n'
E
E - 2 3
E + 0 0