File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed
Coherence.Core.Tests/Resources Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 112112 </initiator-config >
113113 </remote-cache-scheme >
114114
115+ <remote-cache-scheme >
116+ <scheme-name >extend-direct-with-cluster-name</scheme-name >
117+ <service-name >ExtendTcpCacheServiceCN</service-name >
118+ <cluster-name >DotNetTest</cluster-name >
119+ <proxy-service-name >ExtendTcpProxyServiceEphermeral</proxy-service-name >
120+ <initiator-config >
121+ <tcp-initiator >
122+ <name-service-addresses >
123+ <address-provider >ap2</address-provider >
124+ </name-service-addresses >
125+ </tcp-initiator >
126+ <connect-timeout >5s</connect-timeout >
127+ </initiator-config >
128+ </remote-cache-scheme >
129+
115130 <remote-cache-scheme >
116131 <scheme-name >extend-direct-with-cluster-name</scheme-name >
117132 <service-name >ExtendTcpCacheServiceUnknownCN</service-name >
Original file line number Diff line number Diff line change 7272 <type-id >1204</type-id >
7373 <class-name >Tangosol.ProcessorPrintUUIDTimestamp, Coherence.Core.Tests</class-name >
7474 </user-type >
75-
75+
7676 <user-type >
7777 <type-id >1210</type-id >
7878 <class-name >Tangosol.TestEntryProcessor, Coherence.Core.Tests</class-name >
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ To add new data files (or change the data):
26261) p4 edit and update PofStreamTests.{cs | java}
2727
28282) on dotnet:
29- - add a new data file to tests/Coherence.Tests/Coherence.Tests.2008.csproj
30- - run PofStreamTests.cs to tests/Coherence.Tests/Coherence.Tests.2008.csproj
29+ - add a new data file to tests/Coherence.Core. Tests/Coherence.Core .Tests.2008.csproj
30+ - run PofStreamTests.cs to tests/Coherence.Core. Tests/Coherence.Core .Tests.2008.csproj
3131
32323) on Java:
3333 - run PofStreamTests.java standalone
@@ -38,7 +38,7 @@ To add new data files (or change the data):
3838
39396) copy the dotnet generated data file to main/tests/Data/dotnet
4040
41- 7) copy the Java generated data file to main.net/tests/Coherence.Tests/Data/Java
41+ 7) copy the Java generated data file to main.net/tests/Coherence.Core. Tests/Data/Java
4242
43438) run the unit tests again to verify PofStreamTests can read the newly
4444generated data.
Original file line number Diff line number Diff line change 55# http://oss.oracle.com/licenses/upl.
66#
77
8- The ` keystore.jks ` was created from ` tests\Coherence.Tests\Net\Ssl\server.cer ` with the following command:
8+ The ` keystore.jks ` was created from ` tests\Coherence.Core. Tests\Net\Ssl\server.cer ` with the following command:
99
1010``` shell script
11- %JAVA_HOME%\b in\k eytool -importcert -alias server -file tests\C oherence.Tests\N et\S sl\s erver.cer -keypass password -keystore tests\C oherence.Tests\C onfig\k eystore.jks -storepass password
11+ %JAVA_HOME%\b in\k eytool -importcert -alias server -file tests\C oherence.Core. Tests\N et\S sl\s erver.cer -keypass password -keystore tests\C oherence.Core .Tests\C onfig\k eystore.jks -storepass password
1212```
1313
1414Note: when it asks if you trust this cert, say yes.
1515
16- The ` trust.jks ` was created from ` tests\Coherence.Tests\Net\Ssl\CA.cer ` with the following command:
16+ The ` trust.jks ` was created from ` tests\Coherence.Core. Tests\Net\Ssl\CA.cer ` with the following command:
1717
1818``` shell script
19- %JAVA_HOME%\b in\k eytool -importcert -trustcacerts -alias serverCA -file tests\C oherence.Tests\N et\S sl\C A.cer -keypass password -keystore tests\C oherence.Tests\C onfig\t rust.jks -storepass password
19+ %JAVA_HOME%\b in\k eytool -importcert -trustcacerts -alias serverCA -file tests\C oherence.Core. Tests\N et\S sl\C A.cer -keypass password -keystore tests\C oherence.Core .Tests\C onfig\t rust.jks -storepass password
2020```
2121
2222Note: when it asks if you trust this cert, say yes.
You can’t perform that action at this time.
0 commit comments