Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
0.8.0
-
None
-
Windows 10, Linux Ubuntu
-
Important
Description
Zeppelin: Interpreter has failed tests for:
InterpreterOutputChangeWatcherTest.test:96 expected:<1> but was:<2>
This is happening because the ENTRY_MODIFIED event is called multiple times. The behavior is random. It's sometimes called for file.open() and also file.close() calls which I think should only happen for file.write() call.
I'm using windows 10 now but I tried this on ubuntu and the behavior was random there as well.