Matt Fuller
Matt Fuller
Update documentation for Tempto and give examples of tests, so that others (non-TD) can write tests and contribute to OpenCI. Tempto README.md does not explain: How to populate the 'ssh'...
We want to be able to write automated tests for querying from hive tables that use custom storage handlers. Add a fulfiller for adding jars to hive and presto.
To test connectors in a way that is repeatable without a lot of setup, we need to support the ability to create a table on a jdbc database, and then...
``` 11:57:38 [ERROR] Caused by: java.nio.file.FileAlreadyExistsException: /tmp/product_tests2822818868707960416/testcases/math_functions/checkMathOperatorsAccessible.result 11:57:38 [ERROR] at java.nio.file.CopyMoveHelper.copyToForeignTarget(CopyMoveHelper.java:119) 11:57:38 [ERROR] at java.nio.file.Files.copy(Files.java:1277) 11:57:38 [ERROR] at com.teradata.tempto.internal.convention.SqlTestsFileUtils.lambda$copyFileRecursive$18(SqlTestsFileUtils.java:78) ``` I added an extra directory to the classpath, but that...
When comparing actual results to expected results, I would like to be able to choose from the following options: 1) The actual result set and expected result sets contain the...
The schema tag in the hive section of test-configuration-local.yaml does not affect what schema is used. With two schemas, default and web, each containing tables test0 and test1, and the...
Regardless of the settings in test-configuration-local.yaml for the tags schema in hive and jdbc_url in presto, all tables in the default schema are dropped before tests are run. For example,...
I am unable to add a test for the map aggregate histogram function because tempto does not support having a query return a map type. Query: ``` presto:default> select histogram(n_regionkey)...