Closed drrtuy closed 6 years ago
It looks like @drrtuy hasn't signed our Contributor License Agreement, yet.
The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence. Wikipedia
You can read and sign our full Contributor License Agreement here.
Once you've signed reply with [clabot:check]
to prove it.
Appreciation of efforts,
clabot
[clabot:check]
@confluentinc It looks like @drrtuy just signed our Contributor License Agreement. :+1:
Always at your service,
clabot
Found some problems while making bw docker test environment. I got this error while executing make docker-compose: https://pastebin.com/jhhjP6ZY. That is why I tweak both Dockerfile.build files. After the code has been compiled I found that both docker containers: postgres and postgres94 have the same hostname. So after I created an extension in PG cluster later the changes went to PG94 cluster but bw worked with PG95 and surely it fails with this error: https://pastebin.com/BUJUdUde. Small change to docker-compose.yml fixed it.