Skip to content

Commit

Permalink
CI: index -> table update in one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Nov 22, 2024
1 parent 07a290b commit 340540a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clt_tests/tests/test-one-liner.rec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker exec manticore mysql -e "source /sandbox.sql"
docker exec manticore mysql -e "SHOW TABLES\G"
––– output –––
*************************** 1. row ***************************
Index: films
Table: films
Type: rt
––– input –––
docker exec manticore mysql -e "SELECT * FROM films LIMIT 3\G"
Expand All @@ -37,4 +37,4 @@ title: ANTITRUST TOMATOES
description: A Fateful Yarn of a Womanizer And a Feminist who must Succumb a Database Administrator in Ancient India
category_id: 1
release_year: 2005
rental_rate: 2.990000
rental_rate: 2.990000
4 changes: 2 additions & 2 deletions clt_tests/tests/test-postgres-docker.rec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ accepting connections
docker exec manticore mysql -h0 -P9306 -e "SHOW TABLES\G;"
––– output –––
*************************** 1. row ***************************
Index: text_idx
Table: text_idx
Type: local
––– input –––
docker exec manticore mysql -h0 -P9306 -e "SELECT * FROM text_idx\G;"
Expand All @@ -34,4 +34,4 @@ id: 1
name: Element 1
*************************** 2. row ***************************
id: 2
name: Element 2
name: Element 2

0 comments on commit 340540a

Please sign in to comment.