Can't run `dolt log` while a `dolt push` is running in another shell. No active sql-server.
Open
bug
cli
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
This was reproduced on media_wiki database which has long running pushes. No sql-server was running.
In one shell:
```sh
$ dolt push
- Uploading...
```
In another shell:
```sh
$ dolt log
dial tcp [::1]:3306: connect: connection refused
$ dolt log
dial tcp [::1]:3306: connect: connection refused
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.