FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.36k stars 658 forks source link

tests_server.TestServerCaching fails with 0.90.0 #360

Open ghost opened 7 years ago

ghost commented 7 years ago

This is on Debian sid with Python 3.5.1 (I'm not sure whether the tests are supposed to work with Python 3)

======================================================================
FAIL: runTest (tests_server.TestServerCaching)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-opcua-0.90.0/tests/tests_server.py", line 470, in runTest
    self.assertEqual(server.get_node(id).get_value(), 123)
AssertionError: None != 123

----------------------------------------------------------------------
oroulet commented 7 years ago

Tests should ask run fine. And they do on my PC and on Travis. But this one is interesting as it also happens on scrutinizer

zerox1212 commented 7 years ago

Shelve seems to do different things depending on the platform. It could also be a file permission issue.