Skip to content

Commit 7b20a95

Browse files
committed
update test
1 parent cc5ebf2 commit 7b20a95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/scripts/e2e-source-test.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ cargo make kill
7676
echo "cluster killed "
7777

7878
# insert into mytest database (cdc.share_stream.slt)
79-
mysql --protocol=tcp -u root mytest < e2e_test/source/cdc/mysql_cdc_insert.sql
79+
mysql --protocol=tcp -u root mytest -e "INSERT INTO products
80+
VALUES (default,'RisingWave','Next generation Streaming Database'),
81+
(default,'Materialize','The Streaming Database You Already Know How to Use');
82+
INSERT INTO orders VALUES (default, '2022-12-01 15:08:22', 'Sam', 1000.52, 110, false);"
83+
8084

8185
# insert new rows
8286
mysql --host=mysql --port=3306 -u root -p123456 < ./e2e_test/source/cdc/mysql_cdc_insert.sql

0 commit comments

Comments
 (0)