Skip to content

Integration test #1

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

Open
Schultzer opened this issue Mar 2, 2025 · 1 comment
Open

Integration test #1

Schultzer opened this issue Mar 2, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Schultzer
Copy link
Member

An integration test suite should be developed, so any Ecto adapters can be tested.

The test cases could be defined as JSON to make it easy for the community to contribute.

[
{
"name": "test select statement",
"input”: ["select 1", {}],
"output": ["select 1", []],
"type”: "standard" // postgresql, tds, mysql …
}
…]
@Schultzer Schultzer self-assigned this Mar 2, 2025
@Schultzer
Copy link
Member Author

#6 intruduced conformance tests based on sqltest. This can be used to create integration tests for each adapter. Since this is all ANSI then it's a great baseline to see which vendor supports the bare minimun of the standard.

@Schultzer Schultzer added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant