Skip to content

Need to test other access modes #106

Open
@bswartz

Description

@bswartz

Currently we only test the SINGLE_NODE_WRITER access mode. I suggest we add positive and negative test cases for every supported access mode:

SINGLE_NODE_WRITER

  • should succeed with single readonly publish
  • should succeed with single writable publish
  • should fail with multiple publishes

SINGLE_NODE_READER_ONLY

  • should succeed with single readonly publish
  • should fail with single writable publish
  • should fail with multiple readonly publishes

MULTI_NODE_READER_ONLY

  • should succeed with single readonly publish
  • should fail with single writable publish
  • should succeed with multiple readonly publishes

MULTI_NODE_SINGLE_WRITER

  • should succeed with single writable publish
  • should succeed with multiple readonly publishes
  • should fail with writable publish plus any other publish

MULTI_NODE_MULTI_WRITER

  • should succeed with multiple writable publishes
  • no negative tests case possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions