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

Feature/22-switch-to-jdbc-driver #23

Merged
merged 63 commits into from
Oct 27, 2021
Merged

Conversation

kaklakariada
Copy link
Collaborator

Closes #22

README.md Outdated Show resolved Hide resolved
doc/developer_guide/developer_guide.md Show resolved Hide resolved
doc/developer_guide/developer_guide.md Outdated Show resolved Hide resolved
doc/developer_guide/developer_guide.md Outdated Show resolved Hide resolved
src/exasol_jdbc/connectionBuilder.js Outdated Show resolved Hide resolved
doc/developer_guide/developer_guide.md Outdated Show resolved Hide resolved
@@ -180,7 +193,7 @@ public void openSchema(final String schemaName) {
final WebElement button = this.getElement("button", "data-tb-test-id", "dataTab-schema-selector-Dropdown", 5);
this.explicitWait(3);
button.click();
final List<WebElement> schemas = this.getElements("span", "class", "frvoegc");
final List<WebElement> schemas = this.getElements("span", "class", "ftmd0dp");
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should find a more stable way to reach this element, it will be different in each version. Does it have some other identifier?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I didn't find a better solution in short time. I created issue #28 to refactor this.

@@ -0,0 +1,4579 @@
<?xml version='1.0' encoding='utf-8' ?>
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this file here? This is generated with TDVT tests, right? Maybe remove the file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This workbook is used for viewing the TDVT test results from the csv file. It makes viewing the results much easier.

@@ -0,0 +1,775 @@
<?xml version='1.0' encoding='utf-8' ?>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this file needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. The .tds files define the DB connection (host, port, user) and schema used by the TDVT tests.

@@ -0,0 +1,432 @@
<?xml version='1.0' encoding='utf-8' ?>

<!-- build 20213.21.0917.1006 -->
Copy link
Contributor

Choose a reason for hiding this comment

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

And this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same as above. Required by TDVT tests.

@@ -0,0 +1,1093 @@
Test Category Test Path Categorized Test Name Categorized Function Categorized Priority
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this? We didn't have one for odbc

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is required as input by the TDVT Results.twb workbook to show the test result report.

@@ -0,0 +1,4579 @@
<?xml version='1.0' encoding='utf-8' ?>

<!-- build 20213.21.0917.1006 -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we remove it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same as before. I find it useful for viewing the test result report.

Copy link
Contributor

@AnastasiiaSergienko AnastasiiaSergienko left a comment

Choose a reason for hiding this comment

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

Approved!

@kaklakariada kaklakariada merged commit 3230c37 into main Oct 27, 2021
@kaklakariada kaklakariada deleted the feature/22-switch-to-jdbc-driver branch October 27, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate Connector with JDBC driver
2 participants