cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

[doc] dead link fixed in crdt.adoc #469

Closed marcellanz closed 3 years ago

marcellanz commented 3 years ago
marcellanz commented 3 years ago

@pvlugter I think this CI run fails unrelated to my PR: https://app.circleci.com/pipelines/github/cloudstateio/cloudstate/598/workflows/da00ab5c-9e54-4173-921d-74fcb469a2b8/jobs/2101

pvlugter commented 3 years ago

I think this CI run fails unrelated to my PR

Yes, some of the integration tests seem to be more flaky since switching to the new operator, when waiting for things to be ready. Probably needs to be tweaked. Have restarted the failed test.

marcellanz commented 3 years ago

Tests have passed now, on 3rd attempt.

Yeah, tried to find a pattern for the three failed and two ok CI runs with the logs diffed. Beside on all failed occasions with:

Testing shopping cart test2 ...
Expected '{"items":[]}'
But got 'The server was not able to produce a timely response to your request.

which seems to be triggered by an akka-http timeout(?) and

Error from server (BadRequest): container "cloudstate-sidecar" in pod "shopping-cart-cassandra-6545fb5986-z4ssl" is waiting to start: ContainerCreating

this might be a race.

pvlugter commented 3 years ago

Looking to fix the smoke tests with #471