smeyn / gallio-testlink-adapter

Moved From Google Code
3 stars 9 forks source link

Running Nunit test will not produce any updates on testlink #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

I expect to see the test case being added to the Project/Plan/Suite but it
does not. Test passes in NUnit but nothing happens on testlink. I have
testlink deployed locally. The api is enabled which I have verified through
using CookRPC in a standalone application. I am using the correct api key.

What version of the product are you using? On what operating system?

I have used 2.4.8 of Nunit and version 2.5 of Nunit.. no difference.
Testlink version 1.8.2

Please provide any additional information below.

Is there a log file where I could pull out further information which I
could provide you.

Should the log4net files be placed in the same folder as the dll addins?

Dave

Original issue reported on code.google.com by david.jm...@gmail.com on 5 Jun 2009 at 12:33

GoogleCodeExporter commented 9 years ago
Hi,

I have an update. Where once nothing was happening, now I am getting the 
following
exception. Hopefully this may help.

UnitTestProject.UnitTests.doQuery:
An unhandled System.ApplicationException was thrown while executing this test :
Exception in pump thread at NUnit.Core.EventPump.PumpThreadProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Original comment by david.jm...@gmail.com on 5 Jun 2009 at 1:03

GoogleCodeExporter commented 9 years ago
Hi,

Further update, Cause of exception now known and removed. The issue was not 
with your
project but with my local system not having a certificate to establish a trust
relationship for the SSL/TLS secure channel. Pointing an IE web browser to the 
xmlrpc
handler and adding a certificate manually removes this problem.

The exception is fully detailed below

1)  : System.ApplicationException: Exception in pump thread --->
System.Net.WebException: The underlying connection was closed: Could not es
tablish trust relationship for the SSL/TLS secure channel. --->
System.Security.Authentication.AuthenticationException: The remote certifica
te is invalid according to the validation procedure.

This works very well now. Excellent work. You can close out this issue now.

Do you plan on recompiling for NUnit v2.5?

Regards,
Dave

Original comment by david.jm...@gmail.com on 8 Jun 2009 at 1:25

GoogleCodeExporter commented 9 years ago
I should do a complete refresh. Currently I have been engaged in a bit of a 
monster 
project that leaves me little spare time.

Original comment by StephanMeyn on 16 Nov 2009 at 8:37

GoogleCodeExporter commented 9 years ago
What are the dlls required to be put into the addins folder of Nunit.
Also indicate refrences to which dll should be added in the project?

I am also getting a similar issue where my test runs succesfully bet nothing 
happens 
at Testlink,I think there is no problem in communication as I get error about 
invalid 
key when I put a wrong Key in the testlinkfixture.
I am using Testlink 1.8.5 and Nunit 2.5.2

Original comment by saketbon...@gmail.com on 5 Mar 2010 at 9:39

GoogleCodeExporter commented 9 years ago
You are adding commentary to a closed issue. I Usually do not review closed 
issues 
for comments.

If you still have issues please open a new issue.
Otherwise I suggest you read the Nunit run through page in the WIKI which 
contains 
answers to the questions you have asked.

Original comment by StephanMeyn on 7 Apr 2010 at 3:53