Skip to content

Commit 0c72278

Browse files
lkshminarayananltangvald
authored andcommitted
Bug#26758939 : Post push fix
Updated ClusterJ testcase to expect the updated error message (cherry picked from commit 3a94f9769c793840fd85824dbab0df166b37e36e)
1 parent d3adea7 commit 0c72278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/RecvThreadCPUTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public RecvThreadCPUTest() {
3434
createSessionFactoryAndVerify();
3535
sessionFactory.setRecvThreadCPUids(new short[] {0});
3636
} catch (Exception ex) {
37-
if (ex.getMessage().matches("Binding the receiver thread to CPU is not supported.")) {
37+
if (ex.getMessage().matches("Binding the receiver thread to CPU is not supported.*")) {
3838
bindCPUsupported = false;
3939
}
4040
}

0 commit comments

Comments
 (0)