Contributing instructions - tests fail #3599
-
I followed the instructions from the CONTRIBUTING.md file and everything was fine until I tried running the tests. I've tried running both the C and D options from the ShowBuildMenu.bat menu, but in both cases, many tests fail. FYI, I'm testing using SQL Server 2008. Here's the TestResult.xml (renamed to .txt so that I could upload it): I'd appreciate any help, as I'd like to submit a pull request for an issue I'm experiencing, but I want to make sure my pull request doesn't break anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Search test results with label "error" (searching
Occurs on tests requiring at least two concurrent connections: is your db somehow in single user mode?
Many tests test distributed transactions, so DTC has to be enabled. That is a system thing. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I installed a local instance of SQL Server 2019 Express for testing and it came back with no failures, but 76 are inconclusive and skipped 714. Here's the TestResult.xml: Please let me know if that's good enough to go on and then I'll submit my pull request (providing I get no failures after the fix is applied). |
Beta Was this translation helpful? Give feedback.
Search test results with label "error" (searching
"error"
is enough):Occurs on tests requiring at least two concurrent connections: is your db somehow in single user mode?
Many tests test distributed transactions, so DTC has to be enabled. That is a system thing.