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

refactor(test): one dir for format. #8618

Merged
merged 2 commits into from
Nov 3, 2022
Merged

Conversation

youngsofun
Copy link
Member

@youngsofun youngsofun commented Nov 3, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

(venv) ➜  databend git:(tsv) tree  tests/suites/1_stateful/05_formats
tests/suites/1_stateful/05_formats
├── csv
│   ├── csv_datetime.result
│   ├── csv_datetime.sh
│   ├── csv_escape.result
│   ├── csv_escape.sh
│   ├── csv_spaces.result
│   └── csv_spaces.sh
├── load_unload_all.result
├── load_unload_all.sh
├── load_unload_simple.result
├── load_unload_simple.sh
└── xml
    ├── xml_v1.result
    ├── xml_v1.sh
    ├── xml_v2.result
    ├── xml_v2.sh
    ├── xml_v3.result
    └── xml_v3.sh


@vercel
Copy link

vercel bot commented Nov 3, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Nov 3, 2022 at 7:10AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Nov 3, 2022
@Xuanwo
Copy link
Member

Xuanwo commented Nov 3, 2022

databend-test has strong requirement for test's name, maybe we need to keep the 05_000x prefix?

@youngsofun
Copy link
Member Author

youngsofun commented Nov 3, 2022

updated

(venv) ➜  databend git:(tsv) ✗ tree  tests/suites/1_stateful/05_formats
tests/suites/1_stateful/05_formats
├── 05_00_load_unload_all.result
├── 05_00_load_unload_all.sh
├── 05_01_load_unload_simple.result
├── 05_01_load_unload_simple.sh
├── 05_02_csv
│   ├── 05_02_01_csv_escape.result
│   ├── 05_02_01_csv_escape.sh
│   ├── 05_02_02_csv_spaces.result
│   ├── 05_02_02_csv_spaces.sh
│   ├── 05_02_03_csv_datetime.result
│   └── 05_02_03_csv_datetime.sh
├── 05_03_xml
│   ├── 05_03_01_xml_v1.result
│   ├── 05_03_01_xml_v1.sh
│   ├── 05_03_02_xml_v2.result
│   ├── 05_03_02_xml_v2.sh
│   ├── 05_03_03_xml_v3.result
│   └── 05_03_03_xml_v3.sh

@mergify mergify bot merged commit 2846b8e into databendlabs:main Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants