-
Notifications
You must be signed in to change notification settings - Fork 86
Threadsafety tests #15
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests themselves seem generally fine, just a small comment about capturing intent and actual guarantee.
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF | ||
# ANY KIND, either express or implied. See the License for the specific | ||
# language governing permissions and limitations under the License. | ||
"""Integration tests to ensure ``aws_encryption_sdk`` clients are thread safe.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to nitpick, but just in terms of capturing intent/scope/reality, these tests are more 'basic sanity check' than 'proof of thread safety'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clicked through commits again, still LGTM.
Adding integration tests to ensure that clients and
LocalCryptoMaterialsCache
are thread safe.