deckhand/deckhand/tests/unit/db
Felipe Monteiro b03a4522cb fix: Use schema instead of metadata.schema for replacement check
Recently added replacement check incorrectly uses metadata.schema
and metadata.name to key on the document -- but it should be schema
and metadata.name, the combination of which uniquely defines a
document.

Change-Id: I6cd1679ad41be38cb78d65ce2763e60f7da390d2
2018-10-31 15:02:28 -04:00
..
__init__.py Add unit tests for db documents api. 2017-07-21 05:31:59 +01:00
test_documents.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_documents_negative.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00
test_layering_policies.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revision_documents.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revision_rollback.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revision_tags.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revision_tags_negative.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revisions.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00