File tree Expand file tree Collapse file tree
testing/trino-tests/src/test/java/io/trino/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ public void testRestartDuringQuery()
101101 .cause ().hasMessageFindingMatch ("^Expected response code from \\ S+ to be 200, but was 500" +
102102 "|Expected response from \\ S+ is empty" +
103103 "|Error fetching \\ S+: Expected response code to be 200, but was 500" +
104- "|Could not communicate with the remote task. The node may have crashed or be under too much load" );
104+ "|Could not communicate with the remote task. The node may have crashed or be under too much load" +
105+ "|Error fetching \\ S+: Content-Type header is not set" );
105106
106107 // Ensure that the restarted worker is able to serve queries.
107108 assertThat ((long ) queryRunner .execute ("SELECT count(*) FROM tpch.tiny.lineitem" ).getOnlyValue ())
You can’t perform that action at this time.
0 commit comments