-
MRE:
```
import databases
@pytest.fixture(scope="session")
def db():
return databases.Database("postgres://...")
@pytest.fixture()
async def transaction(db):
await db.connect()
…
-
Hi,
Streaming replication is not setup and the logs are showing missing files? Any hint? below are the logs for the master and the slave....
Master 👍
==============
2020-04-06 11:09:38.597 …
-
Per my understanding, RabbitMQ requires using a _channel_ (`lapin::Channel`) within a _connection_ (`lapin::Connection`) in order for a Publisher to send messages.
Unfortunately, I'm struggling to …
-
Sometimes the Lisk node is started properly. Then even after all the installation ab build, port 4000 is not responsing.
See e.g. https://travis-ci.com/iov-one/iov-core/builds/111913750 but that al…
-
que 0.9.1.
We've seen some cases where Que loses the connection to Postgres and we see log messages saying:
```
{"lib":"que","hostname":"","pid":37,"thread":69940584448760,"event":"job_errored","err…
-
catalog corrupted.Under high pressure, when running DDL and DML, sometimes we got inconsistant catalogs among coords and datanodes.
-
## Problem
Currently, if we want to guarantee that user's requests have enough permissions to run a query, we have to keep coding `where:{...} ` clauses everywhere in our code. Depending on the siz…
-
### Expected behaviour
No test failing
### Actual behaviour
at the beginning:
```
./check-code.sh integration_tests
+ '[' integration_tests == --with-docker ']'
+ '[' no '!=' yes ']'
+ py…
-
First of all, thanks so much for making this app
-
**Describe the bug**
A node operator experienced a bug earlier when upgrading mainnet to version `d3ae9cf` during vacuum migration step.
**To Reproduce**
Steps to reproduce the behavior:
1. U…