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

[DRAFT] Enable IPC tests with the proxy library #868

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. Add the coarse library

    Add the coarse library that will replace the coarse provider.
    
    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9016be2 View commit details
    Browse the repository at this point in the history
  2. Add tests for the coarse library

    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bf3610b View commit details
    Browse the repository at this point in the history
  3. Use libcoarse in the file provider

    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6501325 View commit details
    Browse the repository at this point in the history
  4. Add free() op to the file provider

    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3d0c368 View commit details
    Browse the repository at this point in the history
  5. Use libcoarse in the devdax provider

    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7781830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7e6f36 View commit details
    Browse the repository at this point in the history
  7. Remove free_not_supp from the ipcTestParams tuple

    Remove free_not_supp from the ipcTestParams tuple.
    It is not needed any more.
    
    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b17a69f View commit details
    Browse the repository at this point in the history
  8. Fix and add error messages

    Fix two error messages and add some new ones.
    
    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    07264bf View commit details
    Browse the repository at this point in the history
  9. Enable all IPC tests

    Signed-off-by: Lukasz Dorau <[email protected]>
    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    097331c View commit details
    Browse the repository at this point in the history
  10. DEBUG CI

    ldorau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a25b910 View commit details
    Browse the repository at this point in the history