You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/07/05 09:08:10 UTC

[GitHub] [kylin] hit-lacus commented on a change in pull request #1275: KYLIN-4581 Add spark and flink engine test case for release test

hit-lacus commented on a change in pull request #1275:
URL: https://github.com/apache/kylin/pull/1275#discussion_r449846826



##########
File path: build/smoke-test/testQuery.py
##########
@@ -50,7 +50,7 @@ def testQuery(self):
             for sql_statement_line in sql_statement_lines:
                 if not sql_statement_line.startswith('--'):
                     sql_statement += sql_statement_line.strip() + ' '
-            payload = "{\"sql\": \"" + sql_statement.strip() + "\", \"offset\": 0, \"limit\": \"50000\", \"acceptPartial\":false, \"project\":\"learn_kylin\"}"
+            payload = "{\"sql\": \"" + sql_statement.strip() + "\", \"offset\": 0, \"limit\": \"50000\", \"acceptPartial\":false, \"project\":\"learn_kylin\", \"backdoorToggles\":{\"DEBUG_TOGGLE_HIT_CUBE\":\"kylin_sales_cube\"}}"

Review comment:
       Can we try to let query hit all three cubes?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org