Skip to content

Get ASP.NET tests running against SQL Server #335

Closed
@MalcolmEvershed

Description

@MalcolmEvershed

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions