Grzegorz Kokosiński

Results 35 issues of Grzegorz Kokosiński

Now when `@Test(singleThreaded = true)` is used tempto is failing with an exception that no tests are executed.

When a query has partial sorting it would be nice to write expected result file which could support that (without modification for queries). See below example: ``` SELECT a, b...

See the example: ``` -- delimiter: |; types: BIGINT|BIGINT|INTEGER|DOUBLE|DOUBLE|BIGINT|BIGINT|INTEGER|DOUBLE|DOUBLE 1|1569|1|212.000000|1.6302135196395|1|1569|2|239.250000|1.2641513267824| 1|5627|1|282.750000|1.5657032366347|1|5627|2|297.500000|1.2084286841446| 1|7999|1|166.250000|1.7924231710846|1|7999|2|375.333333|1.0080922644484| ``` Row values have to finish with delimiter while column types have to not.

When a data for table is short having ddl, data and data revision information stored in separate files seems to be unnecessary.

Now per remote command a new ssh connection is created and the closed. Establishing ssh connection is time consuming, it would be nice to reuse ssh connection for several commands.

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

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