| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Fast-track has been requested by @LiviaMedeiros. Please 👍 to approve. |
Sorry, something went wrong.
|
Marking as fast-track PRs that do not need to wait for 48 hours to land. in case if we need this in v16.17.0 before deadlines. |
Sorry, something went wrong.
PR-URL: #44174 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #44174 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #44174 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
|
@LiviaMedeiros I cherry-picked #43714 and this commit to v16.x-staging but it doesn't seem to work as expected. |
Sorry, something went wrong.
|
According to #44129 (comment), this test platform uses NFS mounts. struct nfstime3 {
uint32 seconds;
uint32 nseconds;
};While NFSv4 (RFC 7530, Page 21) uses signed: struct nfstime4 {
int64_t seconds;
uint32_t nseconds;
};This is my best guess on why could this happen. Opened #44707 against main, let me know if backport PR would be more convenient. |
Sorry, something went wrong.
This is causing the CI to fail in the v16.x release branch. I will label this as dont-land-on-v16.x; feel free to remove it if needed |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
main-based alternative to: #44129
Skip the test if filesystem doesn't provide correct atime or mtime value from fs.stat().