You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4824,7 +4824,7 @@ public void test_upload_error() throws IOException {
4824
4824
}catch(Exceptione){
4825
4825
re = e.getMessage();
4826
4826
}
4827
-
assertEquals(true, re.contains("''table_upload_tb3' is a shared variable and can't be overwritten.' variable: 'table_upload_tb1,table_upload_tb,table_upload_tb3'"));
4827
+
assertEquals(true, re.contains("table_upload_tb3' is a shared variable and can't be overwritten"));
assertTrue(status1.getErrorInfo().toString().contains(HOST+":"+PORT+" Server response: '<ChunkInTransaction>The openChunks operation failed because the chunk '/test_MultithreadedTableWriter"));
873
+
assertTrue(status1.getErrorInfo().toString().contains(HOST+":"+PORT+" Server response: <ChunkInTransaction>The openChunks operation failed because the chunk '/test_MultithreadedTableWriter"));
874
874
assertEquals("A5",status1.getErrorCode());
875
875
assertTrue(status1.sendFailedRows >0);
876
876
assertEquals(true,status1.hasError());
@@ -6304,7 +6304,14 @@ public void writeCompletion(Table callbackTable){
assertEquals(HOST+":"+PORT+" Server response: 'No access to shared table [Trades]. Contact an administrator. RefId:S03009' function: 'publishTable'",e.getMessage());
1050
+
assertEquals(true,e.getMessage().contains("No access to shared table [Trades]."));
1051
1051
}
1052
1052
}
1053
1053
@@ -1072,7 +1072,7 @@ public void test_subscribe_other_some_user() throws IOException, InterruptedExce
assertEquals(HOST+":"+PORT+" Server response: 'No access to shared table [Trades]. Contact an administrator. RefId:S03009' function: 'publishTable'",e.getMessage());
1075
+
assertEquals(true,e.getMessage().contains("No access to shared table [Trades]."));
1076
1076
System.out.println(e.getMessage());
1077
1077
}
1078
1078
@@ -1553,7 +1553,7 @@ public void test_StreamDeserializer_pair_filters_subscribe_isomate_table_StreamD
assertEquals(HOST+":"+PORT+" Server response: 'schema() => The function [schema] expects 1 argument(s), but the actual number of arguments is: 0' script: 'schema()'",ex.getMessage());
1556
+
assertEquals(true,ex.getMessage().contains("schema() => The function [schema] expects 1 argument(s), but the actual number of arguments is: 0"));
1557
1557
}
1558
1558
}
1559
1559
@@ -1579,7 +1579,7 @@ public void test_StreamDeserializer_pair_filters_subscribe_isomate_table_StreamD
0 commit comments