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

flaky Remoting.TcpSyncCallTest.BaseCallTest.TestInterfaceSimple #9681

Open
jaykrell opened this issue Jul 22, 2018 · 0 comments
Open

flaky Remoting.TcpSyncCallTest.BaseCallTest.TestInterfaceSimple #9681

jaykrell opened this issue Jul 22, 2018 · 0 comments

Comments

@jaykrell
Copy link
Contributor

Steps to Reproduce

  1. Submit a PR.

Current Behavior

Random failures, for example:

https://jenkins.mono-project.com/job/test-mono-pull-request-i386-osx/12484/parsed_console/log.html


***** MonoTests.Remoting.TcpSyncCallTest.BaseCallTest.TestInterfaceSimple

Tests run: 246, Passed: 242, Errors: 1, Failures: 0, Inconclusive: 0
  Not run: 3, Invalid: 0, Ignored: 3, Skipped: 0
Elapsed time: 00:00:17.7080000

Errors and Failures:

1) GetObjectWithChannelDataTest (MonoTests.Remoting.RemotingServicesTest.GetObjectWithChannelDataTest)
   System.Runtime.Remoting.RemotingException : Uri already in use: getobjectwithchanneldata.rem.
  at System.Runtime.Remoting.RemotingServices.RegisterServerIdentity (System.Runtime.Remoting.ServerIdentity identity) [0x00022] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:741 
  at System.Runtime.Remoting.RemotingServices.CreateWellKnownServerIdentity (System.Type objectType, System.String objectUri, System.Runtime.Remoting.WellKnownObjectMode mode) [0x00020] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:732 
  at System.Runtime.Remoting.RemotingConfiguration.RegisterWellKnownServiceType (System.Runtime.Remoting.WellKnownServiceTypeEntry entry) [0x00021] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:313 
  at System.Runtime.Remoting.RemotingConfiguration.RegisterWellKnownServiceType (System.Type type, System.String objectUri, System.Runtime.Remoting.WellKnownObjectMode mode) [0x00000] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:305 
  at MonoTests.Remoting.RemotingServicesTest.GetObjectWithChannelDataTest () [0x00013] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/System.Runtime.Remoting/Test/RemotingServicesTest.cs:547 
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0003b] in /Users/builder/jenkins/workspace/test-mono-pull-request-i386-osx/mcs/class/corlib/System.Reflection/MonoMethod.cs:305 

Expected Behavior

Success.

On which platforms did you notice this

macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant