-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BlockManager copy constructor fix #5982
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
Conversation
fcb8b82 to
4a6dd5a
Compare
4a6dd5a to
387e5b3
Compare
|
/bot run |
|
PR_Github #11834 [ run ] triggered by Bot |
|
PR_Github #11834 [ run ] completed with state |
|
@tshmilnvidia It looks like there is an issue with commit sign off: Could you please fix it? |
387e5b3 to
7df5886
Compare
7df5886 to
2b5e3fd
Compare
|
/bot run |
|
PR_Github #11958 [ run ] triggered by Bot |
|
PR_Github #11958 [ run ] completed with state |
Remove unwanted copying of BlockManager in UT. Also Delete BlockManager copy constructor & operator= so this mistake is never repeated. Signed-off-by: Tomer Shmilovich <[email protected]>
2b5e3fd to
a0a1596
Compare
|
/bot run |
|
PR_Github #12040 [ run ] triggered by Bot |
|
PR_Github #12040 [ run ] completed with state |
Signed-off-by: Tomer Shmilovich <[email protected]>
Signed-off-by: Tomer Shmilovich <[email protected]>
Remove unwanted copying of BlockManager in UT.
Also Delete BlockManager copy constructor & operator= so this mistake is never repeated.