Sam Reed
Sam Reed
I'm guessing in HP mode, power consumption is minimal... And isn't the circulation pump supplied by a different power feed, which may not be monitored by the mixergy controller?
I guess in most cases, example json blobs like that give an idea to be able to fix it... My heating comes on at 0200, does ~43 mins of Heat...
Seems to affect MediaWiki too, at least in tests. But could be something related to mocking (for example `Connection::getClient()`) and such though. https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/1125546 https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Elastica/+/1125547 https://github.com/wikimedia/mediawiki-extensions-Elastica https://github.com/wikimedia/mediawiki-extensions-CirrusSearch ``` 13:50:20 Report from...
Yeah, we can modify https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/1125546 basically however we want and it'll be run through CI. Can either modify it directly, or set the composer.json version to a specific hash/similar if...
https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/1125546/4..5/ruflin/elastica/src/Bulk.php
> https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/1125546/4..5/ruflin/elastica/src/Bulk.php Me paying attention to the wrong thing...
Line 407 of Client.php ``` public function hasConnection() { return $this->_connectionPool->hasConnection(); } ```
Mocking Client, and therefore `_initConnections` not being called... But wasn't an issue before obviously. https://github.com/wikimedia/mediawiki-extensions-CirrusSearch/blob/master/tests/phpunit/integration/DataSenderTest.php#L253 being one of the tests
I can try this later tonight! Thanks
https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/1125546/6..7/ruflin/elastica/src/Bulk.php would be reapplying the changes from https://github.com/ruflin/Elastica/commit/fd0ec5d01fc5cb0626df79bf3db7d64c3dfaba8d.patch to `src/Bulk.php`... Running through CI now