-
Notifications
You must be signed in to change notification settings - Fork 375
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
Added the driver option to run functional tests #793
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #793 +/- ##
=======================================
Coverage 80.06% 80.06%
=======================================
Files 25 25
Lines 7325 7325
=======================================
Hits 5865 5865
Misses 1460 1460 Continue to review full report at Codecov.
|
@@ -8,30 +8,6 @@ | |||
|
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.
Where is the code below going? Is it already in MsCommon_mid-refactor.inc?
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.
yes, these were old and not used anymore
// Do not assume the master key must be the first one created | ||
$found = false; | ||
while ($master_key_row = $stmt->fetch()) { | ||
if ($master_key_row[0] == 'AEMasterKey') { |
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.
These key names are the defaults? Are these the names they get created with in our setup scripts?
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.
yes, by the AE setup scripts
Added the Driver option to the functional tests
Cleaned up pdo_sqlsrv\MsCommon.inc
Fixed the two test_ae_keys_setup tests
This change is