Skip to content
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 tests for buffermgr trait #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cutsea110
Copy link
Owner

BufferMgr + Send fixes test.

@cutsea110
Copy link
Owner Author

We need to add Send trait for BufferMgr.
But, app program does not need this. Something is wrong.

@cutsea110
Copy link
Owner Author

There are some possibilities like as below.

  1. this isn't unnecessary trait, so the test code is wrong.
  2. this is necessary fix. and app code is not good.

@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch from 3193a47 to 94800a0 Compare June 25, 2022 00:49
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch 6 times, most recently from 7f8bdb9 to bb23836 Compare July 6, 2022 00:13
@cutsea110 cutsea110 self-assigned this Jul 6, 2022
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch 6 times, most recently from b85a5eb to 916d5e7 Compare July 12, 2022 12:20
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch 6 times, most recently from 426c659 to 01cc870 Compare July 20, 2022 12:35
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch 2 times, most recently from 7e05599 to 89b6160 Compare July 28, 2022 21:11
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch from 89b6160 to 7990c54 Compare July 29, 2022 09:21
@cutsea110 cutsea110 force-pushed the fix-tests-for-buffermgr-trait branch from 7990c54 to 4e6ec72 Compare August 10, 2022 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant