David Smith

Results 8 comments of David Smith

We're seeing this too with our schema validations having slowed down. Moving to 4.5.1 fixes it.

I can confirm I'm seeing the same behaviour in pytest as well.

Sorry for the delay on a contribution, I was on holiday but now that I'm back I'll be submitting shortly.

@LukasWoodtli - I've submitted PR #777, which gets this building again. It needs approval for the workflows to run.

Also seeing issues with the mqtt output plugin which are most likely a similar underlying problem given the description above. This happened for me with `Telegraf 1.34.1 (git: HEAD@6d52cd2f)` ```...

@weddige - I'm also running into this right now. In addition, there aren't any tests / examples I can find in the repo on how I would then use something...

I managed to get this working by defining something like the following in my class and then inserting it for `parameters` when building my `EncryptionAlgorithm` instance. ``` class GcmParams(core.Sequence): #...