-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
JDG 7.2 DR2
-
None
-
JDG Sprint #9, JDG Sprint #10
The following error appears when running authentication tests on Windows 7. It doesn't appear on Windows 2012. It doesn't happen in my Win7 VM. It only happened on Windows 7 in Jenkins. So this might be a timing issue.
Test Error : Infinispan.HotRod.Tests.AuthenticationTest.PlainAutheticationTestWithEasySaslSetup System.AccessViolationException : Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at Infinispan.HotRod.SWIGGen.hotrodcsPINVOKE.new_RemoteCacheManager__SWIG_4(HandleRef jarg1, Boolean jarg2) at Infinispan.HotRod.SWIGGen.RemoteCacheManager..ctor(Configuration configuration, Boolean start) at Infinispan.HotRod.RemoteCacheManager..ctor(Configuration configuration, Boolean start) at Infinispan.HotRod.Tests.AuthenticationTest.PlainAutheticationTestWithEasySaslSetup() in c:\home\jenkins\workspace\jdg-func-dotnet-client-windows\83ff80c9\dotnet-client-tests\testdir\src\test\cs\Infinispan\HotRod\AuthenticationTest.cs:line 24
And also this one:
Test Failure : Infinispan.HotRod.Tests.AuthenticationTest.WrongServerNameDigestAuthTest An unexpected exception type was thrown Expected: Infinispan.HotRod.Exceptions.HotRodClientException but was: System.AccessViolationException : Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at Infinispan.HotRod.SWIGGen.hotrodcsPINVOKE.new_RemoteCacheManager__SWIG_4(HandleRef jarg1, Boolean jarg2) at Infinispan.HotRod.SWIGGen.RemoteCacheManager..ctor(Configuration configuration, Boolean start) at Infinispan.HotRod.RemoteCacheManager..ctor(Configuration configuration, Boolean start) at Infinispan.HotRod.Tests.AuthenticationTest.InitCache(String mech, String serverName) in c:\home\jenkins\workspace\jdg-func-dotnet-client-windows\83ff80c9\dotnet-client-tests\testdir\src\test\cs\Infinispan\HotRod\AuthenticationTest.cs:line 98 at Infinispan.HotRod.Tests.AuthenticationTest.WrongServerNameDigestAuthTest() in c:\home\jenkins\workspace\jdg-func-dotnet-client-windows\83ff80c9\dotnet-client-tests\testdir\src\test\cs\Infinispan\HotRod\AuthenticationTest.cs:line 73