-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test with datomic-cloud #32
Comments
Thank you for reporting. I'll look into this in this weekend. |
Whats interesting is that this may be related to the dynamodb throughput with the solo-topology. If you set up a solo-topology, look at the cloudwatch alarms, you may find something there. |
I created https://github.com/signifier-jp/onyx-datomic-cloud-ci to run the tests triggered by commits. It runs as a stand-alone or a docker container. As a first step, I ran it from my local via socks proxy, and reproduced the error on 2nd round.
I tried to bump up read-capacity 250, write-capacity 125, but the test still failed. Interestingly, the write capacity graph in metrics tab doesn't show any high usage while I received the error via CloudWatch. I will try different configurations such as running the test in the peered VPC so that I can connect without socks proxy, etc. |
I was able to reproduce the failure with the below command, running it once does not always cause a failure. Also, running only
lein test :only onyx.plugin.tx-async-output-test/datomic-tx-output-test
does NOT reproduce the failure.Here is an output containing the error:
The text was updated successfully, but these errors were encountered: