Skip to content
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

Missing features of integration test framework #114

Closed
1 of 7 tasks
waynexia opened this issue Jul 20, 2022 · 4 comments
Closed
1 of 7 tasks

Missing features of integration test framework #114

waynexia opened this issue Jul 20, 2022 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed tracking issue Issue tracks progress for something

Comments

@waynexia
Copy link
Member

waynexia commented Jul 20, 2022

List

Additional context

@waynexia waynexia added feature New feature or request tracking issue Issue tracks progress for something and removed feature New feature or request labels Jul 20, 2022
@jiacai2050
Copy link
Contributor

List below are features I want to have:

  • Able to set config file
  • Keep original SQL indents. This is what looks like now:

input

CREATE TABLE `03_dml_select_order_table1` (
    `timestamp` timestamp NOT NULL,
    `value` int,
    timestamp KEY (timestamp)) ENGINE=Analytic
WITH(
	 enable_ttl='false'
);

output

CREATE TABLE `03_dml_select_order_table1` (    `timestamp` timestamp NOT NULL,    `value` int,    timestamp KEY (timestamp)) ENGINE=AnalyticWITH(	 enable_ttl='false');

affected_rows: 0

@waynexia
Copy link
Member Author

List below are features I want to have:

Updated to the description 👍

@jiacai2050
Copy link
Contributor

image

  • /cases/local/07_optimizer/optimizer.sql
    This testcase contains a random result, so we need a interceptor which can replace text before do equality check

@jiacai2050
Copy link
Contributor

This test framework is migrated to https://github.com/CeresDB/sqlness, and this issue is kinds of stale, so close it.

New issues can be created in new repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed tracking issue Issue tracks progress for something
Projects
None yet
Development

No branches or pull requests

2 participants