Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uapaot] ChannelFactoryTest Failed on CommunicationObjectFaultedException #2002

Closed
shmao opened this issue Jun 27, 2017 · 0 comments
Closed
Assignees
Labels
bug This is a product bug. UWP
Milestone

Comments

@shmao
Copy link
Contributor

shmao commented Jun 27, 2017

ChannelFactoryTest.ChannelFactory_AllowCookies(allowCookies: True) [FAIL]
               System.ServiceModel.CommunicationObjectFaultedException : The communication object, System.ServiceModel.ChannelFactory`1[IWcfService], cannot be used for communication because it is in the Faulted state.
               Stack Trace:
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(233,0): at System.ServiceModel.Channels.CommunicationObject.<System-ServiceModel-IAsyncCommunicationObject-CloseAsync>d__64.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(205,0): at System.ServiceModel.Channels.CommunicationObject.<CloseAsyncInternal>d__63.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(194,0): at System.ServiceModel.Channels.CommunicationObject.Close()
                  c:\oss\wcf\src\System.ServiceModel.Primitives\tests\ServiceModel\ChannelFactoryTest.cs(270,0): at ChannelFactoryTest.ChannelFactory_AllowCookies$fin$0()
                     at _$ILCT$.$ILT$ReflectionDynamicInvoke$.InvokeRetVI<System.Boolean>(Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean targetIsThisCall)
                     at System.InvokeUtils.CalliIntrinsics.Call(IntPtr dynamicInvokeHelperMethod, Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean isTargetThisCall)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\InvokeUtils.cs(400,0): at System.InvokeUtils.CallDynamicInvokeMethod(Object thisPtr, IntPtr methodToCall, Object thisPtrDynamicInvokeMethod, IntPtr dynamicInvokeHelperMethod, IntPtr dynamicInvokeHelperGenericDictionary, Object targetMethodOrDelegate, Object[] parameters, BinderBundle binderBundle, Boolean invokeMethodHelperIsThisCall, Boolean methodToCallIsThisCall)

ChannelFactoryTest.ChannelFactory_AllowCookies(allowCookies: False) [FAIL]
               System.ServiceModel.CommunicationObjectFaultedException : The communication object, System.ServiceModel.ChannelFactory`1[IWcfService], cannot be used for communication because it is in the Faulted state.
               Stack Trace:
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(233,0): at System.ServiceModel.Channels.CommunicationObject.<System-ServiceModel-IAsyncCommunicationObject-CloseAsync>d__64.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(205,0): at System.ServiceModel.Channels.CommunicationObject.<CloseAsyncInternal>d__63.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(194,0): at System.ServiceModel.Channels.CommunicationObject.Close()
                  c:\oss\wcf\src\System.ServiceModel.Primitives\tests\ServiceModel\ChannelFactoryTest.cs(270,0): at ChannelFactoryTest.ChannelFactory_AllowCookies$fin$0()
                     at _$ILCT$.$ILT$ReflectionDynamicInvoke$.InvokeRetVI<System.Boolean>(Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean targetIsThisCall)
                     at System.InvokeUtils.CalliIntrinsics.Call(IntPtr dynamicInvokeHelperMethod, Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean isTargetThisCall)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\InvokeUtils.cs(400,0): at System.InvokeUtils.CallDynamicInvokeMethod(Object thisPtr, IntPtr methodToCall, Object thisPtrDynamicInvokeMethod, IntPtr dynamicInvokeHelperMethod, IntPtr dynamicInvokeHelperGenericDictionary, Object targetMethodOrDelegate, Object[] parameters, BinderBundle binderBundle, Boolean invokeMethodHelperIsThisCall, Boolean methodToCallIsThisCall)

ChannelFactoryTest.CreateChannel_Of_IRequestChannel_Using_BasicHttpBinding_Creates_Unique_Instances [FAIL]
               System.ServiceModel.CommunicationObjectFaultedException : The communication object, System.ServiceModel.ChannelFactory`1[System.ServiceModel.Channels.IRequestChannel], cannot be used for communication because it is in the Faulted state.
               Stack Trace:
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(233,0): at System.ServiceModel.Channels.CommunicationObject.<System-ServiceModel-IAsyncCommunicationObject-CloseAsync>d__64.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(205,0): at System.ServiceModel.Channels.CommunicationObject.<CloseAsyncInternal>d__63.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs(61,0): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(178,0): at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs(147,0): at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\CommunicationObject.cs(194,0): at System.ServiceModel.Channels.CommunicationObject.Close()
                  c:\oss\wcf\src\System.ServiceModel.Primitives\tests\ServiceModel\ChannelFactoryTest.cs(124,0): at ChannelFactoryTest.CreateChannel_Of_IRequestChannel_Using_BasicHttpBinding_Creates_Unique_Instances$fin$0()
                     at _$ILCT$.$ILT$ReflectionDynamicInvoke$.InvokeRetV(Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean targetIsThisCall)
                     at System.InvokeUtils.CalliIntrinsics.Call(IntPtr dynamicInvokeHelperMethod, Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean isTargetThisCall)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\InvokeUtils.cs(400,0): at System.InvokeUtils.CallDynamicInvokeMethod(Object thisPtr, IntPtr methodToCall, Object thisPtrDynamicInvokeMethod, IntPtr dynamicInvokeHelperMethod, IntPtr dynamicInvokeHelperGenericDictionary, Object targetMethodOrDelegate, Object[] parameters, BinderBundle binderBundle, Boolean invokeMethodHelperIsThisCall, Boolean methodToCallIsThisCall)
@shmao shmao changed the title [uapaot] ChannelFactoryTest.ChannelFactory_AllowCookies(allowCookies: True) FAIL [uapaot] ChannelFactoryTest Failed on CommunicationObjectFaultedException Jun 28, 2017
@zhenlan zhenlan added bug This is a product bug. UWP labels Jun 28, 2017
@zhenlan zhenlan added this to the UWP6.0 milestone Jun 28, 2017
@shmao shmao assigned shmao and unassigned mconnew Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug. UWP
Projects
None yet
Development

No branches or pull requests

3 participants