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

HPCC-32850 Clean up splitter tests #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions PerformanceTesting/TestSummary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This file contains a list of all the tests within the test suite, and what parti
| 11. Smart join testing
| 12. Parallel execution
| 13. Splitters
| 15. SOAPCALL
| 80. Various miscellaneous tests picked up from other places.

ToDo:
Expand Down Expand Up @@ -385,6 +386,7 @@ TBD:01h - Limits on index reads [class: indexread]
| 13bd - unbalanced splitter, alternating one arm ahead of the other
| 13be - unbalanced splitter, lookahead on rhs
| 13bf - unbalanced splitter, lookahead on lhs, rhs
| 13ca - balanced splitted

15 SOAPCALL
+++++++++++
Expand Down
3 changes: 3 additions & 0 deletions PerformanceTesting/ecl/13aa_splitlarge.ecl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//class=memory
//class=sort

//nohthor - hthor does not have splitters
//noroxie - likely to run out of memory because of the very large records

import $ as suite;
import suite.perform.config;
import suite.perform.format;
Expand Down
3 changes: 3 additions & 0 deletions PerformanceTesting/ecl/13ab_splitvariable.ecl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//class=memory
//class=sort

//nohthor - hthor does not have splitters
//noroxie - also likely to exeed the roxie memory limits since all rows will be buffered

import $ as suite;
import suite.perform.config;
import suite.perform.format;
Expand Down