-
Notifications
You must be signed in to change notification settings - Fork 584
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
test failure when building on Linux in tmpfs due to the use of O_DIRECT
#329
Comments
I suggest detecting when the file open failed due to missing |
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Aug 1, 2022
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Nov 13, 2022
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Feb 5, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Feb 5, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Feb 6, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Mar 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Mar 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Mar 25, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Mar 25, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Apr 1, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
May 3, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
May 10, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Jun 16, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
pabs3
added a commit
to pabs3/SPTAG
that referenced
this issue
Jul 20, 2023
… support. This fixes a test failure on the Linux tmpfs filesystem. Fixes: microsoft#329
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building SPTAG on Linux in a tmpfs (a RAM-only filesystem), the tests fail because they open files with
O_DIRECT
but that isn't supported on tmpfs by current versions of Linux.The text was updated successfully, but these errors were encountered: