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 Random UT Failure: PosixFile (#2835) #2860

Merged
merged 1 commit into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. Fix Random UT Failure: PosixFile (nasa#2835)

     * Fix UT failing FinalizeCrc test when crc calculation miss match.
       Miss match due to file crc and shadow being out of sync when
       both are not reinialized at the same time.
    
     * Update File::open in File.ccp to match shadow operation in
       FileRules.cpp to only reset crc when status is OP_OK.
    
     * Update FileRules.cpp to print out rule name during test.
    
     * Remove changing file mode in shadow_open() in FileRules.cpp to
       OPEN_NO_MODE when status is not OP_OK.
    rlcheng committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    408155b View commit details
    Browse the repository at this point in the history