yjhjstz commented on code in PR #778:
URL: https://github.com/apache/cloudberry/pull/778#discussion_r1883706734


##########
src/test/regress/expected/dynamic_table.out:
##########
@@ -156,24 +156,24 @@ SELECT * FROM t1 WHERE a = 2;
 (2 rows)
 
 -- test DROP DYNAMIC TABLE
-SELECT schedule, command FROM pg_task WHERE jobname LIKE 
'gp_dynamic_table_refresh%' AND command LIKE '%dt0';
- schedule  |                    command                     
------------+------------------------------------------------
- 5 * * * * | REFRESH DYNAMIC TABLE dynamic_table_schema.dt0
+SELECT schedule, command FROM pg_task WHERE jobname LIKE 
'gp_dynamic_table_refresh%' AND command LIKE '%dt0%';

Review Comment:
   add a test case that: insert rows, wait pg_task refresh, then select * from 
dt0 ;



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to