Skip to content

Commit

Permalink
COH-31613: Build: intermittent test failures in override.CacheConfigO…
Browse files Browse the repository at this point in the history
…verrideTests (integ main -> ce/main @ 113588)

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 113589]
  • Loading branch information
chpatel3 committed Jan 16, 2025
1 parent 4eae8ba commit cb06ac8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
Expand Down Expand Up @@ -78,6 +78,8 @@ public static void _startup()
System.setProperty(WellKnownAddress.PROPERTY, LocalHost.loopback().getAddress());
System.setProperty(IPv4Preferred.JAVA_NET_PREFER_IPV4_STACK, "true");
System.setProperty("coherence.distributed.localstorage", "true");

setupProps();
}

/**
Expand Down

0 comments on commit cb06ac8

Please sign in to comment.