-
Notifications
You must be signed in to change notification settings - Fork 301
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
DAOS-15626 dfuse: Improve linear-read detection code. #15356
base: master
Are you sure you want to change the base?
Conversation
Ticket title is 'linear read and discontiguous I/O in dfuse.' |
69b55d8
to
9474275
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15356/4/testReport/ |
8e1e1a9
to
073c7a4
Compare
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-15356/8/display/redirect |
Test stage Functional Hardware Medium completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15356/11/testReport/ |
Test-tag: dfuse Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Test-tag: dfuse Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Fix a bug where linear read was not correctly saved to the directory. Improve the NLT testing of pre_read to not just invoke it but to use the statistics to verify correct operation. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Test-tag: dfuse Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Test-tag: dfuse Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Test-tag: dfuse Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
a98d5c9
to
b313c03
Compare
Features: dfuse
Test stage Unit Test with memcheck on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-15356/14/display/redirect |
Fix a bug where linear read was not correctly saved to the directory.
Improve the NLT testing of pre_read to not just invoke it but to use
the statistics to verify correct operation.
Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com