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

Added the driver option to run functional tests #793

Merged
merged 1 commit into from
Jun 9, 2018
Merged

Added the driver option to run functional tests #793

merged 1 commit into from
Jun 9, 2018

Conversation

yitam
Copy link
Contributor

@yitam yitam commented Jun 8, 2018

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 Reviewable

@codecov-io
Copy link

Codecov Report

Merging #793 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90c6443...071e897. Read the comment docs.

@yitam yitam requested a review from david-puglielli June 8, 2018 23:36
@@ -8,30 +8,6 @@

Copy link
Contributor

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?

Copy link
Contributor Author

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') {
Copy link
Contributor

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?

Copy link
Contributor Author

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

@yitam yitam merged commit ea6381c into microsoft:dev Jun 9, 2018
@yitam yitam deleted the addDriverOption branch June 11, 2018 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants