Skip to content

Get ASP.NET tests running against SQL Server #335

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

Closed
MalcolmEvershed opened this issue Jun 9, 2013 · 2 comments
Closed

Get ASP.NET tests running against SQL Server #335

MalcolmEvershed opened this issue Jun 9, 2013 · 2 comments

Comments

@MalcolmEvershed
Copy link
Contributor

Ok, @pdonald shamed me into improving this :-), so here's what I've got so far.

When this is done, the idea is that on your SQL Server box, you'll be able to open an elevated Command Prompt and then run powershell -ExecutionPolicy Bypass -Command "iex (New-Object Net.WebClient).DownloadString('https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/setup-sqlserver-bootstrap.ps1')" and it'll download the right stuff and create the database tables. Then, as @pdonald suggested, you just need to run run-tests.py on your web server box with -d <ip of SQL Server box>. The -c Linux box will still be used to run wrk.

What this needs is configuring SQL Server to accept remote connections, which I'll try to get to in the next few days. (Though it's a little hard for me to test since I don't use Amazon EC2).

@MalcolmEvershed
Copy link
Contributor Author

This pull request should do it.

@bhauer
Copy link
Contributor

bhauer commented Oct 28, 2013

This is done.

@bhauer bhauer closed this as completed Oct 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants