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

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...

Currently if there are any convention based tests in the classpath (even when ones are not selected for execution) Tempto tries to provision TPCH dataset in HDFS. Since we are...

The checkstyle rules should ideally be taken from io.airlift.airbase.

Groups listed in convention based tests are not read properly. It can be reproduced in presto-product-tests by excluding (for example) `tpcds` group. TPCDS convention based tests are still started (and...

The use case is as follows: In presto, we spin up a postgresql, msyql, and a cassandra container each time the tests are run in the`singlenode` profile - even if...

With the new SSL support in the Presto JDBC driver (https://github.com/prestodb/presto/pull/7725), we need to not set a password when not in SSL mode. The framework currently requires a password and...

Are `@BeforeTestWithContext` / `@AfterTestWithContext` supposed to work in parent classes? The method `TestInitializationListenerinvokeMethodsAnnotatedWith()` uses `getDeclaredMethods()` which only finds methods on that exact class. Should it look for methods recursively in...

enhancement