gc-ss
gc-ss
> Currently you have to specify all cluster nodes when adding node dynamically. Need to implement auto discovery. I would like to propose an alternative: use Hashistack Consul for auto...
> A ping, in case any progress here can be made +1
No. When I do the above, `expected` is a `tavern.util.formatted_str.FormattedString` copy of the fixture result. For example, if `fixture2` returns a dict `{"hello": 2}`, then I get a `tavern.util.formatted_str.FormattedString` copy...
Hmm, @michaelboulton, after some digging around, I triedL ```yaml extra_kwargs: expected: !force_format_include "{fixture2}" ``` This casts `expected` from a `dict` to a `` but now, `assert expected == {"hello": 2}`,...
Hi @mendhak - big fan of the https://github.com/mendhak/docker-http-https-echo I am planning to doing this myself. 1. Are you interested in self hosting forwardemail (both SMTP and Web)? 2. I was...
Could you make this work with parameterized fixtures?
Right, but is there a way to refactor https://github.com/taverntesting/tavern/blob/1559ce84a391dedd3f954f83dc376e512367060f/example/mqtt/test_mqtt.tavern.yaml#L8-L17 into a separate file. Assume that I come to realize that host, port and client_id needs to be changed. If I...
> This isn't supported at the moment (Tavern tries to focus more on the application layer than anything below that) but it might not be too difficult to add. Thank...
> If you want to make a PR then go ahead, it does look fairly simple to fix. Will do. I have not made a PR to taverntesting before. Aside...
- What are some situations/scenarios where Borgbackup can corrupt backups - What are some situations/scenarios where Borgbackup can fail to detect corruptions in the backups it has taken - What...