harschware
harschware
This pull request makes bats more amenable to running at command line and for running from inside build systems such as Jenkins. You can now provide parameters "-t -r -o...
This commit adds the ability to output test times in YAML-ish extensions, which is a format recognized by the Jenkins TAP Plugin and allows Jenkins jobs to track and display...
The current TAP output of BATS is incorrect TAP format for skipped tests. e.g. bats -t fixtures/bats/skipped.bats 1..2 ok 1 # skip a skipped test ok 2 # skip (a...
Unwriteable home directory previously reported in PR #465. It was incorrectly thought that PR #555 addressed the issue. It did not, but it did introduce an additional error for this...
I'm curious how I can dynamically craft the SQL query given to %%sql. e.g. in pseudo.. `SELECT * FROM ${db}.${table}` A similar question would be passing parameterized values from the...
Trying to build on Mac OSX and got the error below: Some googling showed that values.h is deprecated in ANSI C and should be limits.h instead. If it is changed...
hive-testbench is not Hive 0.13.1 compatible as it stands in trunk. See http://stackoverflow.com/questions/24316492/unable-to-configure-hive-exec-hooks-due-to-missing-jar for more info. What is the purpose of these settings, and are they a requirement?
Running tpcds_build.sh gives: In file included from w_store_returns.c:40: ./w_store_sales.h:36:9: warning: 'W_STORE_SALES_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] # ifndef W_STORE_SALES_H ```...
From the commit history in master it has been almost a year since any activity, and some PRs have been un-merged for a very long time. Who are the main...
When I attempt to use sudospawner at http://localhost:8001, I get to the spawner options page and enter the password for the alice user 'alice'. I get the error below. Should...