Skip to content

Conversation

@sanikolaev
Copy link
Collaborator

The pre-filled .mysql_history contains example queries. It seems it's better remove that because it is more confusing than helpful.

…e queries, because it is more confusing than helpful.
@sanikolaev sanikolaev requested a review from KlimTodrik January 5, 2026 06:50
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

tests

❌ CLT tests in clt_tests/tests/
✅ OK: 14
❌ Failed: 1
⏳ Duration: 2190s
👉 Check Action Results for commit 13c0ee8

Failed tests:

clt_tests/tests/test-one-liner.rec
––– input –––
export PATH=$PATH:/usr/sbin
––– output –––
OK
––– input –––
(dockerd > /var/log/dockerd.log 2>&1 &) > /dev/null
––– output –––
OK
––– input –––
if timeout 60 grep -qm1 'API listen on /var/run/docker.sock' <(tail -n 0 -f /var/log/dockerd.log); then echo 'Done'; else echo 'Timeout failed'; fi
––– output –––
OK
––– input –––
docker ps
––– output –––
OK
––– input –––
docker build --build-arg="DEV=1" -t manticoresoftware/manticore:current /docker/ > /dev/null 2>&1; echo $?
––– output –––
OK
––– input –––
docker run --name manticore --rm -d manticoresoftware/manticore:current && echo "Waiting for Manticore docker to start. Consider mapping the data_dir to make it start faster next time" && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; echo -n .; done && echo $?
––– output –––
OK
––– input –––
docker exec manticore mysql -e "source /sandbox.sql"
––– output –––
+ ERROR at line 1: Failed to open file '/sandbox.sql', error: 2
––– input –––
docker exec manticore mysql -e "SHOW TABLES\G"
––– output –––
- *************************** 1. row ***************************
- Table: films
-  Type: rt
––– input –––
docker exec manticore mysql -e "SELECT * FROM films LIMIT 3\G"
––– output –––
- *************************** 1. row ***************************
+ ERROR 1064 (42000) at line 1: unknown local table(s) 'films' in search request
-           id: 19
-        title: AMADEUS HOLY
-  description: A Emotional Display of a Pioneer And a Technical Writer who must Battle a Man in A Baloon
-  category_id: 1
- release_year: 2008
-  rental_rate: 0.990000
- *************************** 2. row ***************************
-           id: 21
-        title: AMERICAN CIRCUS
-  description: A Insightful Drama of a Girl And a Astronaut who must Face a Database Administrator in A Shark Tank
-  category_id: 1
- release_year: 2009
-  rental_rate: 4.990000
- *************************** 3. row ***************************
-           id: 29
-        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

@sanikolaev
Copy link
Collaborator Author

@KlimTodrik please adapt the tests accordingly.

@KlimTodrik KlimTodrik merged commit 1681ed8 into master Jan 5, 2026
1 check passed
@KlimTodrik KlimTodrik deleted the remove-history branch January 5, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants