Sputnik24
Sputnik24
When can we expect v4.3?
Influxdb 1.8 with backitup and this iobroker docker image was working perfectly fine on my side. I just put influxdb to the PACKAGES variable. But: Since I migrated to Influxdb...
Backitup adapter has already an issue: https://github.com/simatec/ioBroker.backitup/issues/551 I described the steps of migration in the forum: https://forum.iobroker.net/topic/46098/test-adapter-influxdb-2-0/164?_=1640334257256
@buanet Any update here? influxdb backup is meanwhile supported by backitup with 2.3.0. According to readme (https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-English), influxdb CLI must be installed on iobroker system for influxdb v2. So, I...
Hi André, sieht so aus. Bei mir läuft influxDB ebenfalls in Docker ^^. Die Anleitung für die aktuelle Version ist hier: https://docs.influxdata.com/influxdb/v2.3/tools/influx-cli/?t=Linux Edit: So installiert der influxDB Docker Container die...
@buanet Ideen ja, Aufwand kann ich nicht einschätzen. Idee 1: Im dockerfile einen Architekturcheck einfügen und wenn x64, dann influx v2 cli installieren. Idee 2: Eigenverantwortliche Umgebungsvariable. Ich kann über...
Thanks for your comment @stevenaw I further investigated the issue and uploaded a simplified solution which reproduced the issue: https://github.com/Sputnik24/AutofacNUnit Details: - There is a ServiceFactory in each class project....
To my opinion it should not break the existing behavior and terminate the test.
By the way: I just encountered that it also happens with Assert.Pass(). Assert.Pass() in Test has the described behavior (I like to use the message in Pass() to transmit a...