Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6170243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:59:45+00:00 2026-05-23T22:59:45+00:00

I have multiple unit tests that have to connect to a MySQL Server to

  • 0

I have multiple unit tests that have to connect to a MySQL Server to retrieve or modify data (I know this is more like integration tests, but let’s not dive into that for now). The full suite of NUnit tests pass with no issues both in NUnit GUI and in NUnit console.

I am now automating our build process using Hudson Continuous Integration. As part of that I introduced this batch command that will invoke NUnit console to execute the tests just after building the full solution:

"C:\Program Files (x86)\NUnit 2.5.10\bin\net-2.0\nunit-console.exe" /framework:net-4.0  Tests\MyTestProject\bin\Debug\MyTestProject.dll /xml=MyTestProject.dll.xml /config:Debug
exit 0

It should just work but what I get is this exception for all the tests tha connect to the database server:

MySql.Data.MySqlClient.MySqlException : Unable to connect to any of the specified MySQL hosts.

So Hudson just can’t reach the MySQL Server, even when the connection string is the same as if I executed the tests manually. Hudson and the server are in the same machine by the way, which is actually my dev box for now. Also, the few tests that do not need the database will pass with no problems.

Why Hudson can’t reach the MySQL Server?

UPDATE: Not all tests are failing, but only the tests that use a connection string that require Shared Memory, like this:

server=localhost;user id=root;pooling=false;persist security info=true;connection reset=true;allow user variables=true;password=;protocol=sharedmemory; shared memory name=MYSQL

Tests that do not include sharedmemory successfully pass.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T22:59:49+00:00Added an answer on May 23, 2026 at 10:59 pm

    So, seems like I finally made it work. You just have to run Hudson from the command line, not as a Windows service:

    java -jar hudson.war
    

    I see no connection problems to MySQL anymore, not even for Shared Memory connections. All tests pass. Also, I didn’t mention that I’m running MySQL Server from a console too, not as a Windows service.

    Another way to make this work is running both Hudson and MySQL Server as Windows services, but you will need to change the Hudson account to be the one you use to login to your machine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of generic unit tests in a .hpp file that more
I have multiple column headers that spans of multiple column and I would like
I have a set of Unit Tests run in parallel ( this is important,
I have a Maven-managed project that uses Mockito mocking in its unit tests. I
I have multiple applications that share a config file that sets up NLog partially
I have multiple URLs that returns zip files. Most of the files, I'm able
I have a Python class and its methods are partially covered by unit tests
I have an application that contains methods that work with data using Entity Framework
I would like to use hsql within my DAO unit tests for a web
I have unit tests defined for my Visual Studio 2008 solution. These tests are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.