Brian Scholer
Brian Scholer
Hi @JordanStopford , the integration tests were totally revamped in Nov/Dec 2023, see: - https://github.com/hvac/hvac/pull/1105 It was a huge job, it took me over a month, there were a lot...
> Hi Brian, No I wasn’t able to get the tests to run concurrently, which is why I moved the multithreaded params out of the pyproject.toml file and into the...
Thank you! I'm still inclined not to put a hard dependency on docker for the integration tests right now, in favor of a more flexible model where docker _can_ be...
> Do you want me to push in what I have to far with regards to the docker multithreading stuff as part of this PR (but make it "disabled") I...
looks you've got some lint errors, please run lint locally to catch those earlier!
> Looks like one of the test runs failed but not really sure why? Yeah there are occasionally individual flakes in the integration tests, nothing related to your PR: -...
Not yet unfortunately, I just added it to the [next milestone](https://github.com/hvac/hvac/milestone/43) so I don't miss it.
Thanks for opening this @deidax ! Is this something you might be interested in putting up a PR for? Your last PR for the transit engine is much appreciated. If...
That's definitely an effective approach as a workaround! There are many other places in `hvac` where you can similarly change functionality by changing the path component you pass in. But...
Hi @bendem , welcome back! Thank you for opening this issue. Are you working on or interested in posting a PR, or is this up-for-grabs?