Question: how to run the test suites
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 18.4k
- Forks
- 3.7k
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
Could anyone provide some ways to run the test suites or build from source guidance?
i tried to run it. however, got a bunch of errors.
thanks
UPDATE:
i successfully ran the test suites. however, when i tried to update SqlClient to Postgresql. i got the following error in most of the test cases:
Message:
System.Data.DataException : Error parsing column 0 (id=)
---- System.InvalidOperationException : Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '4' or greater.
does anyone know why?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test name, or entry point is identified in the issue. Start by locating the repository's test-suite and source-build instructions, then reproduce the PostgreSQL failure and inspect the affected tests for the sequential-access error; done means the tests run successfully against PostgreSQL or the failure is documented with a clear cause.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, postgresql
- Domain
- build-system, databases, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100