Skip to content

[SQL] Simplify the structure of the simple end to end tests#1065

Merged
mihaibudiu merged 1 commit into
mainfrom
tests
Nov 23, 2023
Merged

[SQL] Simplify the structure of the simple end to end tests#1065
mihaibudiu merged 1 commit into
mainfrom
tests

Conversation

@mihaibudiu
Copy link
Copy Markdown
Contributor

Is this a user-visible change (yes/no): no

Exactly the same tests are being run as previously, but there is less bug-prone code duplication.
This essentially moves some code from NaiveIncrementalTests to EndToEndTests

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

@Test @Override
public void constantFoldTest() {
String query = "SELECT 1 + 2";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Very nice that you got rid of all of this.

@mihaibudiu mihaibudiu merged commit 1dfbc51 into main Nov 23, 2023
@mihaibudiu mihaibudiu deleted the tests branch November 23, 2023 19:27
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.

2 participants