Skip to content

4.1 test sandbox - DO NOT MERGE #3183

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0c6b9fa
Create a sandbox with all tests enabled, running with current vs. 4.0…
ohadzeliger Feb 20, 2025
6f83adf
Add triage comments to bitmap-aggregate-index tests
ohadzeliger Feb 20, 2025
09c7dcf
Remove exclusion and added triage comments to join-tests, select-a-st…
ohadzeliger Feb 20, 2025
dcd5e74
Merge branch 'main' into 4.1-status-DO-NOT-MERGE
ohadzeliger Feb 21, 2025
1bfc0fe
Mark 4.1 Triage tests for aggregate-empty-table
ohadzeliger Feb 21, 2025
f4d2502
Add 4.1 triage annotations to groupby-tests
ohadzeliger Feb 21, 2025
d5b685e
Add 4.1 triage annotations to standard-tests.yamsql
ohadzeliger Feb 24, 2025
b0e463a
Add 4.1 triage annotations to standard-tests-proto.yamsql
ohadzeliger Feb 24, 2025
7be0ce3
Add 4.1 triage annotations to field-index-tests-proto.yamsql
ohadzeliger Feb 24, 2025
10fc852
Add 4.1 triage annotations to standard-tests-metadata.yamsql
ohadzeliger Feb 24, 2025
36af5b7
Add 4.1 triage annotations to null-operator-tests.yamsql
ohadzeliger Feb 24, 2025
b9992f2
Add 4.1 triage annotations to inserts-updates-deletes.yamsql
ohadzeliger Feb 24, 2025
ac88dcd
Add 4.1 triage annotations to aggregate-index-tests.yamsql
ohadzeliger Feb 24, 2025
db9dedf
Add 4.1 triage annotations to aggregate-index-tests-count.yamsql.yamsql
ohadzeliger Feb 24, 2025
7593e96
Add 4.1 triage annotations to aggregate-index-tests-count-empty.yamsq…
ohadzeliger Feb 24, 2025
ff20e75
Add 4.1 triage annotations to primary-key-tests.yamsql
ohadzeliger Feb 24, 2025
85b263e
Add 4.1 triage annotations to boolean.yamsql
ohadzeliger Feb 24, 2025
c303d46
Add 4.1 triage annotations to catalog.yamsql
ohadzeliger Feb 24, 2025
1d2da88
Disable forced continuations for updateDeleteReturning
ohadzeliger Feb 24, 2025
ac8205e
4.1-triage annotations to enum.yamsql
ScottDugas Feb 24, 2025
31f1e0b
4.1-triage annotations to insert-enum.yamsql
ScottDugas Feb 24, 2025
fd9c281
4.1-triage annotations to like.yamsql
ScottDugas Feb 24, 2025
aecd1e2
4.1-triage annotations to create-drop.yamsql
ScottDugas Feb 24, 2025
ecb4d3a
4.1-triage annotations to functions.yamsql
ScottDugas Feb 24, 2025
e4b9626
annotate recursive-cte.yamsql
ohadzeliger Feb 24, 2025
fc09ed9
Merge branch 'main' into 4.1-status-DO-NOT-MERGE
ohadzeliger Feb 25, 2025
c1fa486
Triage:
ohadzeliger Feb 26, 2025
d0d9c56
Change wording
ohadzeliger Feb 26, 2025
06f4606
Triage rest of files, add to annotations
ohadzeliger Feb 26, 2025
535a751
Fix formatting error
ohadzeliger Feb 27, 2025
67b0b39
Tag additional commits
arnaud-lacurie Feb 27, 2025
58be24b
Merge branch '4.1-status-DO-NOT-MERGE' of github.com:ohadzeliger/fdb-…
arnaud-lacurie Feb 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 1 addition & 39 deletions yaml-tests/src/test/java/YamlIntegrationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,31 @@ public void showcasingTests(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void groupByTests(YamlTest.Runner runner) throws Exception {
runner.runYamsql("groupby-tests.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void standardTests(YamlTest.Runner runner) throws Exception {
runner.runYamsql("standard-tests.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void standardTestsWithProto(YamlTest.Runner runner) throws Exception {
runner.runYamsql("standard-tests-proto.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void fieldIndexTestsProto(YamlTest.Runner runner) throws Exception {
runner.runYamsql("field-index-tests-proto.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void standardTestsWithMetaData(YamlTest.Runner runner) throws Exception {
runner.runYamsql("standard-tests-metadata.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void nullOperator(YamlTest.Runner runner) throws Exception {
runner.runYamsql("null-operator-tests.yamsql");
}
Expand All @@ -97,22 +85,16 @@ public void scenarioTests(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void joinTests(YamlTest.Runner runner) throws Exception {
runner.runYamsql("join-tests.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void subqueryTests(YamlTest.Runner runner) throws Exception {
runner.runYamsql("subquery-tests.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void selectAStar(YamlTest.Runner runner) throws Exception {
runner.runYamsql("select-a-star.yamsql");
}
Expand All @@ -129,22 +111,16 @@ public void createDropCreateTemplate(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
public void aggregateIndexTests(YamlTest.Runner runner) throws Exception {
runner.runYamsql("aggregate-index-tests.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void aggregateEmptyTable(YamlTest.Runner runner) throws Exception {
runner.runYamsql("aggregate-empty-table.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void aggregateIndexTestsCount(YamlTest.Runner runner) throws Exception {
runner.runYamsql("aggregate-index-tests-count.yamsql");
}
Expand Down Expand Up @@ -190,8 +166,6 @@ public void inPredicate(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
void booleanTypes(YamlTest.Runner runner) throws Exception {
runner.runYamsql("boolean.yamsql");
}
Expand All @@ -202,8 +176,6 @@ void bytes(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
void catalog(YamlTest.Runner runner) throws Exception {
runner.runYamsql("catalog.yamsql");
}
Expand All @@ -215,28 +187,22 @@ public void caseWhen(YamlTest.Runner runner) throws Exception {

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "maxRows ignored on update (https://github.com/FoundationDB/fdb-record-layer/issues/3100)")
reason = "Update statements fail with force continuations")
public void updateDeleteReturning(YamlTest.Runner runner) throws Exception {
runner.runYamsql("update-delete-returning.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Like continuation failure (https://github.com/FoundationDB/fdb-record-layer/issues/3099)")
void like(YamlTest.Runner runner) throws Exception {
runner.runYamsql("like.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation mismatch (https://github.com/FoundationDB/fdb-record-layer/issues/3098)")
void functions(YamlTest.Runner runner) throws Exception {
runner.runYamsql("functions.yamsql");
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation verification (https://github.com/FoundationDB/fdb-record-layer/issues/3096)")
void createDrop(YamlTest.Runner runner) throws Exception {
runner.runYamsql("create-drop.yamsql");
}
Expand All @@ -262,8 +228,6 @@ public void indexedFunctions(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
public void union(YamlTest.Runner runner) throws Exception {
runner.runYamsql("union.yamsql");
}
Expand All @@ -281,8 +245,6 @@ public void cte(YamlTest.Runner runner) throws Exception {
}

@TestTemplate
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
reason = "Continuation error (https://github.com/FoundationDB/fdb-record-layer/issues/3097)")
public void bitmap(YamlTest.Runner runner) throws Exception {
runner.runYamsql("bitmap-aggregate-index.yamsql");
}
Expand Down
Loading
Loading