forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADH-5242]: Prepare environment for integration tests for the trino-a…
…db connector (#7) * ADH-5242 - added starting adb env for integration tests - fixed bugs - fixed some integration tests * ADH-5242 - fixed binding * ADH-5242 - fixed tests for decimal type with exceeding precision - fixed unloading data bug * ADH-5242 - added support adb array type - added support adb hstore (trino map) type - fixed types tests * ADH-5242 - fixed pr comments * ADH-5429 - fixed trino-adb connector tests - fixed bugs * ADH-5429 - fixed formatting
- Loading branch information
1 parent
0c25a25
commit bef1dc9
Showing
53 changed files
with
4,947 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Trino Adb connector | ||
|
||
## Build | ||
|
||
```shell | ||
mvn clean install -DskipTests=true | ||
``` | ||
|
||
## Build adb image before start integration tests | ||
|
||
Command will run [build_docker_images.sh](src/test/env/scripts/build_docker_images.sh) script which create and push adb | ||
docker image | ||
|
||
```shell | ||
mvn exec:exec -P test package | ||
``` | ||
|
||
## Run tests | ||
|
||
```shell | ||
mvn clean install | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.