steampipe
steampipe copied to clipboard
Re-design timing tests in `performance.bats` and `cloud.bats`
QUERY_TIME=$(time (run steampipe query "select time_col from chaos.chaos_cache_check where id=0" >/dev/null 2>&1) 2>&1)
the run
in the above line is causing parsing failure in bats while trying to run the entire test suite.
Hence we need to find a different way to do the performance(timing) tests.
'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.