tempto icon indicating copy to clipboard operation
tempto copied to clipboard

A testing framework for Presto

Results 49 tempto issues
Sort by recently updated
recently updated
newest added

Here's the test ``` -- database: hive; groups: btr --! create table btr_test as select * from tpch.tiny.nation; select count(*) from btr_test; --! -- delimiter: |; trimValues: true; 5| ```...

bug

Allow for passing multiple --config parameters, merged into a single config. Similar to what docker-compose does with multiple `-f` parameters. The need arises from discussion in this pr: https://github.com/Teradata/presto/pull/360#discussion_r80805115 and...

example: ``` @Inject(name="variable") String variable ``` configuration: ``` variable=1234 ``` In such case `variable` would be null. However if in configuration `variable=1234t`, then `variable` is injected correctly. See: https://github.com/Teradata/presto/pull/338#issuecomment-246400538

https://github.com/prestodb/tempto/blob/master/README.md provides quite a bit of information about how to configure and run Tempto, but none about how to build it.

I only care about one row in the result, and I have specified that I want to ignore extra rows, but this test fails with an exception stating that the...

Tempto fails in the scenario when listing all tables internally using system.jdbc.tables throws error. This happened on FB clusters as they have clusters that do not allow you to list...

After running 126 of 343 tests, lsof reports 1825 open file descriptors. Sample of lsof output: java 26204 eric 1738u IPv6 2449730 0t0 TCP 10.0.2.15:43979->ediven-hdp23-master.labs.teradata.com:50070 (CLOSE_WAIT) java 26204 eric 1739r...

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.