-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error in unit test from unsynched bulk #1260
Conversation
These edits fix the errors but I now get another error later in the unit tests:
@alanw0 and @rcknaus : @psakievich thought you might be able to help on this one? |
I updated the comment above with a stack trace from a debug build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes those changes look good to me.
i.e., create_all_sides needs to be called outside of the modification_begin/modification_end pair of calls.
stk used to allow it to be called 'inside' those calls, but behavior was sometimes incorrect.
Looks like it was trying to write to past the end of multivector. do we have asan testing still? |
I think we can merge. The failing test has a 1e-14 diff. Thanks @rcknaus for fixing that last issue! |
Fixes these errors: