thegridelectric / gw-scada-spaceheat-python

GridWorks SCADA for space heating
MIT License
5 stars 2 forks source link

Intermittent failure of test_scada_relay_dispatch #140

Closed anschweitzer closed 11 months ago

anschweitzer commented 1 year ago

Seen on mac. Fails with:

                status = scada.make_status()
                assert len(status.SimpleTelemetryList) == 1
        >       assert status.SimpleTelemetryList[0].ValueList == [0, 1]
        E       assert [1] == [0, 1]

        tests/test_actors/test_scada.py:454: AssertionError

Note this is a test of older actor-based code.

anschweitzer commented 11 months ago

Code not currently used. Closing.