Commit 9999ae0
test: Disable O_DIRECT in cache fuzzer (facebookincubator#12154)
Summary:
Pull Request resolved: facebookincubator#12154
O_DIRECT requires I/O size needs to be the same as a disk file block size
which is not handled in SSD cache. Misalignment can lead to EINVAL in some
filesystem and kernel version.
Reviewed By: xiaoxmeng, kagamiori, yuandagits
Differential Revision: D68562695
fbshipit-source-id: 5a3dbdfed288dfb8cfa606f9d40fe0e2c0568f8a1 parent 2d24256 commit 9999ae0
File tree
2 files changed
+8
-3
lines changed- velox
- common/file/tests
- exec/fuzzer
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
498 | 497 | | |
499 | 498 | | |
500 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
501 | 506 | | |
502 | 507 | | |
503 | 508 | | |
| |||
0 commit comments