You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this thread on #131, it is clear that SOPFLOW tests run the entire application many times, however these are only functionality tests. We should also ensure unit tests.
There is a comment in the source code that mentions the inability to do this without calling sopflow.setup() or else our destructor segfaults. We should also either:
Fix this issue in the destructor, and make sure the correct memory is allocated / freed and the bug is squashed
Document this thoroughly, explain why, and make sure users are aware
Issue type
Relates to
Summary
From this thread on #131, it is clear that SOPFLOW tests run the entire application many times, however these are only functionality tests. We should also ensure unit tests.
There is a comment in the source code that mentions the inability to do this without calling
sopflow.setup()
or else our destructor segfaults. We should also either:cc #140 as well since a similar issue was seen there according to @jaelynlitz and @Jayapreethi
The text was updated successfully, but these errors were encountered: