Andrii Senkovych

Results 9 comments of Andrii Senkovych

@vbatoufflet I tried to avoid putting additional checks and logic for these reasons: * `/run` is recreated at boot time so this is where we should really check if the...

@blackjack Thanks! I'll take this to fix build process in Debian until it is accepted by @nicolasff.

Bump. Nicolas, I just cannot add webdis to the Debian distribution because it fails tests on a newer (and now default) version of python-msgpack. Please look on this issue.

Nicolas, It seems, msgpack has switched to using lists instead of tuples in failed tests. I have added patch to make tests pass. See this patch for details: https://github.com/jollyroger/webdis/blob/e1d629ea94362bb7fd9a63f574e419b41298cc84/debian/patches/tests.patch

Friendly bump. Do you want me to send Pull Request that fixes the tests?

@nicolasff I've created pull request for this issue (and some others) as you requested. Hope they are fine.

Hi, is there any progress on this bug?

Hi @DRuggeri , sorry to keep you waiting, here are two files for you to test this case. ```hcl terraform { required_providers { restapi = { source = "Mastercard/restapi" }...

Sorry, forgot to add steps to reproduce: * Install deps and run server (`python3 server.py`) * run `terraform apply` for existing terraform code * (optional) change `random_uuid.uuid[0].result` to `random_uuid.uuid[1].result` to...