Puskar Basu

Results 65 issues of Puskar Basu

Some tests are not trivial and are very difficult to understand, for example, the ones that use controls, benchmarks and queries. We should add proper descriptions before the tests as...

house-keeping
test

While updating/installing the plugins, if the FDW gets updated as well, it results in both the spinners trying to accommodate in the same line.

bug

Time to query used to be less than 2 seconds, but now they are taking more than 2secs quite frequently. This is causing an intermittent failure in one of our...

An acceptance test to check `memory consumption` while running steampipe.

test

**Describe the bug** Incorrect tree structure from `steampipe mod list`. **Steampipe version (`steampipe -v`)** Example: v0.11.0 **To reproduce** Do `steampipe mod install github.com/pskrbasu/[email protected]` which is dependant on another mod. Both...

bug

`steampipe plugin list` with missing plugins: ``` ➜ steampipe ✗ steampipe plugin list +-------------------------------------------------------+---------+---------------------------------------------------------------------------------+ | Installed Plugin | Version | Connections | +-------------------------------------------------------+---------+---------------------------------------------------------------------------------+ | hub.steampipe.io/plugins/turbot/aws@latest | 0.78.0 | osborn_aaa,aws_all,aws_nagraj,aws,test_aab,aws_nathan,aws_shaktiman |...

bug

Split the acceptance test suite into parts, to facilitate running in parallel.

house-keeping
test

When a connection is removed and verified that it is indeed removed from the connection state file, but the connection still shows up in the `search_path` and the foreign schema,...

needs reproduction