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

When injecting to a test configuration entry: ``` @Inject @Named("some.conf") String someConf ``` which is given in cofiguration yaml files tempto return error message with no details in it. ```...

According to: https://github.com/prestodb/tempto/pull/96#discussion_r53013056 better default tolerance should be given. It's suggested to use tolerance equal to the difference between expected value of floating point number and the nearest representation of...

Singleton scope only works per injector, tempto is using different injector per each context on stack.

If you specify a requirement for one test file, all other tests will have those requirements fulfilled as well. If you want to specifically write a test without that requirement,...

Though tempto now has support for specifying the schema (thanks!), Teradata specifies schemas differently -- it calls schemas "databases" and has different syntax. However, the schema support is baked into...

Issue #50 added support for list of Strings, it will be nice to have support for list of Integers too. Eg config: ``` a: - 1 - 2 - 3...

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)...

Currently one have to specify column types in .data file for convention tables managed by JdbcTableManager. We can make use of standard INFORMATION _SCHEMA for obtaining actual column types.