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

Adding unit tests for AWSMutationDatabaseAdapterTests #231

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

wooj2
Copy link
Contributor

@wooj2 wooj2 commented Dec 4, 2019

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@wooj2 wooj2 added the datastore Issues related to the DataStore category label Dec 4, 2019
palpatim
palpatim previously approved these changes Dec 4, 2019
Copy link
Member

@palpatim palpatim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible typo, otherwise LGTM

let mockStorageAdapter = MockSQLiteStorageEngineAdapter()
databaseAdapter = try AWSMutationDatabaseAdapter(storageAdapter: mockStorageAdapter)
} catch {
XCTFail("Failed to setup sut")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's a 'sut'? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sut is system under test -- i can spell this out, or we can adopt sut

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated wording to system under test

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. I don't object to it, I just don't use the term regularly, so I didn't recognize it as an acronym without the all-caps spelling :)

@wooj2 wooj2 force-pushed the wooj/unittests-OMQ-DADisposition branch from f589fdc to b238b8a Compare December 4, 2019 16:31
@wooj2 wooj2 changed the base branch from wooj/unittests-OMQ to master December 4, 2019 16:31
@wooj2 wooj2 requested a review from palpatim December 4, 2019 16:32
@wooj2 wooj2 force-pushed the wooj/unittests-OMQ-DADisposition branch from b238b8a to 204c2f3 Compare December 4, 2019 17:34
@wooj2 wooj2 merged commit efc673e into master Dec 5, 2019
@wooj2 wooj2 deleted the wooj/unittests-OMQ-DADisposition branch December 5, 2019 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datastore Issues related to the DataStore category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants