Commit 6f48882
authored
Investigate Skipped Tests [HZ-5288] (#1029)
Investigated skipped tests, and enabled useful ones. There are still
some tests other than kerberos and cloud which are fine. These are not
related with product directly but some internal framework specific thing
to verify and the understanding.
The tests are investigated;
```
Skipped net8.0.Hazelcast.Tests.Cloud.CloudTests.SampleClient [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.RcPathTest [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloud(True,True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloud(True,False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloud(False,True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloud(False,False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloudWithResume(True,True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloudWithResume(True,False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloudWithResume(False,True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Cloud.ServerlessCloudTests.TestCloudWithResume(False,False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Clustering.MembersLifecycleTests.Test [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Configuration.ConfigurationCollectionBinding.GetListInvalidValues [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Configuration.Dynamic.DynamicConfigureMapTests.DefaultOptionsEncodeToSameMessageAsJava [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Configuration.Dynamic.DynamicConfigureRingBufferTests.DefaultOptionsEncodeToSameMessageAsJava [< 1 ms]
Skipped net8.0.Hazelcast.Tests.DotNet.AsyncTests.Throwing1 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.DotNet.AsyncTests.Throwing2 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.DotNet.AsyncTests.Throwing3 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.DotNet.AsyncTests.Throwing4 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.NearCache.NearCacheRecoversFromDistortionsTest.CanConnectToCluster [< 1 ms]
Skipped net8.0.Hazelcast.Tests.NearCache.NearCacheRecoversFromDistortionsTest.NearCacheRecoversFromDistortions [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Networking.NetworkingTests.CanRetryAndTimeout [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Networking.NetworkingTests.Cluster [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Networking.SocketConnectionTests.ReadPipeLoop_3 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.ClientCollectionTestBase.TestCollectionUnsubscribeWitDispose [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.ClientMapTest.TestAddInterceptor [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.ClientCollectionTestBase.TestCollectionUnsubscribeWitDispose [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.ClientCollectionTestBase.TestCollectionUnsubscribeWitDispose [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.HeartbeatTests.DemoTest [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Remote.HeartbeatTests.Heartbeat [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Serialization.Compact.CompactQaTests.ExceptionPreventsClientFromReconnecting(True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Serialization.Compact.CompactQaTests.ExceptionPreventsClientFromReconnecting(False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Serialization.Compact.CompactQaTests.MemberAddressMatch [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Support.Issue501.Reproduce(True) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Support.Issue501.Reproduce(False) [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Testing.FeatureConditionIgnoresTest.WouldFail [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Testing.NUnitTests.Timeout [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Testing.TestConditionIgnoresTest.WouldFail [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Testing.TestConditionsTestsBase.CanDoSomethingOn2 [< 1 ms]
Skipped net8.0.Hazelcast.Tests.Testing.TestConditionsTestsBase.CannotDoSomethingOn1 [< 1 ms]
```1 parent a3bac4d commit 6f48882
File tree
11 files changed
+72
-66
lines changed- src/Hazelcast.Net.Tests
- Clustering
- Configuration
- Dynamic
- NearCache
- Networking
- Remote
- Serialization/Compact
11 files changed
+72
-66
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
88 | 86 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 87 | + | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
350 | 349 | | |
351 | 350 | | |
352 | 351 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
70 | | - | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | | - | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | | - | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
144 | | - | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
167 | 201 | | |
168 | 202 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments