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

tests for partitioning #156

Open
wants to merge 5 commits into
base: pxf-6.x
Choose a base branch
from
Open

tests for partitioning #156

wants to merge 5 commits into from

Conversation

mantasheva-dzh
Copy link

No description provided.

@BenderArenadata
Copy link

Allure report https://allure.adsw.io/launch/91083

@BenderArenadata
Copy link

Allure report https://allure.adsw.io/launch/91241

@BenderArenadata
Copy link

Allure report https://allure.adsw.io/launch/91247

return new Object[][]{
{"oracle_ext_table", ORACLE},
{"mysql_ext_table", MYSQL},
{"postgres_ext_table", DEFAULT}

Choose a reason for hiding this comment

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

perhaps is better to use corresponding name for Db, instead of default?

pxfLogFile = pxfHome + "/" + PXF_LOG_RELATIVE_PATH;
}

@Test(groups = {"arenadata"}, dataProvider = "useJdbcTimestampPartitioningProvider")
Copy link

@Vyacheslav-86 Vyacheslav-86 Jan 20, 2025

Choose a reason for hiding this comment

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

Please check if this test can / should be run within FDW suite as well. If yes, mark it with @WorksWithFDW annotation.

cluster.runCommandOnNodes(pxfNodes, "> " + pxfLogFile);
}

private void prepareSourceTable(JdbcDbType jdbcDbType) throws Exception {

Choose a reason for hiding this comment

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

Add @step annotation

}
}

private ExternalTable createExternalTable(String pxfExternalTableName, String targetTableName, String pxfServerName) {

Choose a reason for hiding this comment

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

Add @step annotation

}
}

private void checkPxfLogs() throws Exception {

Choose a reason for hiding this comment

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

Add @step annotation

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.

5 participants