Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private void checkNodeJoinWithStaticCacheConfig(
if (client && newCfg) {
String expErrMsg = "Joining node has encrypted caches which are not presented on the cluster, " +
"encrypted caches configured on client node cannot be started when such node joins " +
"the cluster, these caches can be started manually (dynamically) after node is joined " +
"the cluster, these caches can be started manually (dynamically) after node joined" +
"[caches=" + cacheName() + ']';

GridTestUtils.assertThrowsAnyCause(log, () -> startClientGrid(CLIENT), IgniteSpiException.class, expErrMsg);
Expand Down