Skip to content

Commit 8b77068

Browse files
authored
Enable a few tests where the force continuation option does not fail anymore (#3176)
Testing with forced continuations between `main` and 4.0.559.6 showed that some tests that were excluded because of `FORCED_CONTINUATIONS` can now be enabled. The tests that were enabled pass on the main -> `4.1.6.0` mixed-mode tests, though they do fail when run against `4.0.559.6`. This is how we want it, since it would flag them as needing attention.
1 parent 803f3d7 commit 8b77068

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

yaml-tests/src/test/java/YamlIntegrationTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ public void aggregateIndexTestsCount(YamlTest.Runner runner) throws Exception {
150150
}
151151

152152
@TestTemplate
153-
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
154-
reason = "Infinite continuation loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
155153
public void aggregateIndexTestsCountEmpty(YamlTest.Runner runner) throws Exception {
156154
runner.runYamsql("aggregate-index-tests-count-empty.yamsql");
157155
}
@@ -172,8 +170,6 @@ public void orderBy(YamlTest.Runner runner) throws Exception {
172170
}
173171

174172
@TestTemplate
175-
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
176-
reason = "Infinite loop (https://github.com/FoundationDB/fdb-record-layer/issues/3095)")
177173
public void primaryKey(YamlTest.Runner runner) throws Exception {
178174
runner.runYamsql("primary-key-tests.yamsql");
179175
}
@@ -292,8 +288,6 @@ public void bitmap(YamlTest.Runner runner) throws Exception {
292288
}
293289

294290
@TestTemplate
295-
@ExcludeYamlTestConfig(value = YamlTestConfigFilters.DO_NOT_FORCE_CONTINUATIONS,
296-
reason = "maxRows ignored (https://github.com/FoundationDB/fdb-record-layer/issues/3100)")
297291
public void recursiveCte(YamlTest.Runner runner) throws Exception {
298292
runner.runYamsql("recursive-cte.yamsql");
299293
}

0 commit comments

Comments
 (0)