DanCardin

Results 145 comments of DanCardin

I wonder if https://github.com/argoproj-labs/hera/pull/950 fixes this issue, or did you have something else in mind?

i dont know what `\033\\` is supposed to mean/be but it was caught in a loop expecting it. Changing to this, "fixed" for me, although i dont know whether this...

My current working code (against master) is produces the following diff: ```diff diff --git a/termpdf.py b/termpdf.py index 96ee9e0..d33556b 100755 --- a/termpdf.py +++ b/termpdf.py @@ -1088,7 +1088,7 @@ def write_gr_cmd_with_response(cmd, payload=None):...

Yea, like I said, this just happens to be the state of my clone at the moment. I believe I put that there though, to keep it from using 100%...

A potentially good callout, although it'd mean it would mandate use of it for downstream users, not just our tests. The current test failures seem to not be related at...

Sigh, the moment I got passing CI, I've now realized that there's a pytest deficiency that seems not to allow me to dynamically create new fixtures with variable dependent fixtures....

Well amusingly we recently ran into issues in CI related to this at $job, so it's now in our critical path 😆. I think the solution for vanilla test databases...

For what it's worth, I regularly use the databases that remain after a given test failure to debug the state of the database at the time of the failure. What's...

I dont seem to have any problem flip flopping between `template_database=True/False` when using `pmr postgres` as the mechanism for spinning up the database, which is really just a simple `docker...

Still working through the various CI failures, but I think there's a workable solution here somewhere.