Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
B
bake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • sds
  • bake
  • Issues
  • #12

Closed
Open
Opened Jan 15, 2018 by Matthieu Dorier@mdorier
  • Report abuse
Report abuse

Test multi-target/multi-provider modes

Two tests need to be added:

  • Multiple providers: the test should be similar to the copy-to-and-from, but it should
  1. Create 2 pmem pools instead of 1
  2. Start the daemon with the two pools as arguments and -m providers
  3. Copy something to pool 1 (by specifying 1 as the multiplexing id)
  4. Copy something else to pool 2 (by specifying 2 as the multiplexing id)
  5. Read back what was written in pool 1
  6. Read back what was written in pool 2
  7. Check that the results are correct
  • Multiple targets: the test should be similar to the copy-to-and-from, but it should
  1. Create 2 pmem pools instead of 1
  2. Start the daemon with the two pools as arguments and -m targets
  3. Copy something to pool 1 (by specifying 1 as the target id)
  4. Copy something else to pool 2 (by specifying 2 as the target id)
  5. Read back what was written in pool 1
  6. Read back what was written in pool 2
  7. Check that the results are correct
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: sds/bake#12