e2e: add a simple E2E case and set up the workflow #2166
Conversation
|
Nice, thanks!
Do you mean the website or ..? |
Some urls from the GitHub readme page, like the one under this section https://github.com/apache/iotdb#usage-of-csv-import-and-export-tool "Usage of CSV Import and Export Tool" |
|
Hi @kezhenxu94, I'd like to merge this PR as I want to use your modified dockerfile. How do you think? |
Sure. I'm kind of occupied by other stuffs recently so feel free to merge it for your use and I will continue (if needed) in other pull requests, or help on reviewing |
|
@jixuan1989 I've just added a simple case so this PR is complete in some degree, though some codes can be optimized if there are better solution in IoTDB, for example:
|
|
Here is the result that runs on GHA https://github.com/kezhenxu94/iotdb/runs/1545406249?check_suite_focus=true |
|
Kudos, SonarCloud Quality Gate passed!
|
6add2e0
into
apache:master


To enable building an image from the
masterbranch on the fly, this patch rewrites theDockerfilethat was not able to build a docker image, and sets up an workflow yaml file for future E2E tests.The result can be found here.