-
Notifications
You must be signed in to change notification settings - Fork 67
SWIFT-752 Implement transactions spec test runner #443
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
26f57ae to
d4f16e4
Compare
Codecov Report
@@ Coverage Diff @@
## master #443 +/- ##
==========================================
- Coverage 77.88% 76.33% -1.56%
==========================================
Files 114 116 +2
Lines 12314 12799 +485
==========================================
+ Hits 9591 9770 +179
- Misses 2723 3029 +306
Continue to review full report at Codecov.
|
patrickfreed
left a comment
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.
fyi I don't think the latest changes have been pushed up yet
Just pushed them :) |
Tests/MongoSwiftSyncTests/SpecTestRunner/TestOperationResult.swift
Outdated
Show resolved
Hide resolved
Tests/MongoSwiftSyncTests/SpecTestRunner/TestOperationResult.swift
Outdated
Show resolved
Hide resolved
133013e to
f912db9
Compare
Tests/MongoSwiftSyncTests/SpecTestRunner/TestOperationResult.swift
Outdated
Show resolved
Hide resolved
Tests/MongoSwiftSyncTests/SpecTestRunner/CodableExtensions.swift
Outdated
Show resolved
Hide resolved
kmahar
left a comment
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.
ok I've gotten through all the files finally, sorry for my delay, but this is looking really good 🙂
Tests/MongoSwiftSyncTests/SpecTestRunner/TestOperationResult.swift
Outdated
Show resolved
Hide resolved
patrickfreed
left a comment
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.
looking good, just have a few more comments about codable stuff
kmahar
left a comment
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.
two tiny more things otherwise lgtm
kmahar
left a comment
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.
lgtm, awesome work 🎉🎉🎉
patrickfreed
left a comment
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.
LGTM once evergreen / travis come back green (mod the bulk error).
great job on this!
I've implemented everything except the sharding-specific tests (mongos-pin-auto.json, mongos-recovery-token.json, and pin-mongos.json), which I will do in another PR. The retryable reads and transactions tests now run in a unified test runner.