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-13831 Regression suite test cassandra-simple.ecl failing #7496

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions testing/regress/ecl/cassandra-simple.ecl
Expand Up @@ -247,14 +247,14 @@ integer testCassandraCount() := EMBED(cassandra : server(server),user('rchapman'
SELECT COUNT(*) from tbl1;
ENDEMBED;

dataset(childrec) testCassandraCountPaged0() := EMBED(cassandra : user('rchapman'),keyspace('test'),pageSize(0))
dataset(childrec) testCassandraCountPaged0() := EMBED(cassandra : server(server),user('rchapman'),keyspace('test'),pageSize(0))
SELECT name, value, boolval, r8, r4,d,ddd,u1,u2,a,set1,list1,map1 from tbl1;
ENDEMBED;

dataset(childrec) testCassandraCountPaged101() := EMBED(cassandra : user('rchapman'),keyspace('test'),pageSize(101))
dataset(childrec) testCassandraCountPaged101() := EMBED(cassandra : server(server),user('rchapman'),keyspace('test'),pageSize(101))
SELECT name, value, boolval, r8, r4,d,ddd,u1,u2,a,set1,list1,map1 from tbl1;
ENDEMBED;
dataset(childrec) testCassandraCountPaged100000() := EMBED(cassandra : user('rchapman'),keyspace('test'),pageSize(100000))
dataset(childrec) testCassandraCountPaged100000() := EMBED(cassandra : server(server),user('rchapman'),keyspace('test'),pageSize(100000))
SELECT name, value, boolval, r8, r4,d,ddd,u1,u2,a,set1,list1,map1 from tbl1;
ENDEMBED;
// Execute the tests
Expand Down
5 changes: 4 additions & 1 deletion testing/regress/ecl/key/cassandra-simple.xml
Expand Up @@ -65,5 +65,8 @@
<Row><Result_20>25001</Result_20></Row>
</Dataset>
<Dataset name='Result 21'>
<Row><Result_18>Done</Result_18></Row>
<Row><Result_21>25001</Result_21></Row>
</Dataset>
<Dataset name='Result 22'>
<Row><Result_22>Done</Result_22></Row>
</Dataset>