Closed wimax-grapl closed 2 years ago
Base: 39.42% // Head: 39.20% // Decreases project coverage by -0.21%
:warning:
Coverage data is based on head (
e15482e
) compared to base (3109f73
). Patch coverage: 0.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Which issue does this PR correspond to?
This is a followup to https://github.com/grapl-security/grapl/pull/2037 and a stab at https://github.com/grapl-security/issue-tracker/issues/1042
What changes does this PR make to Grapl? Why?
this PR is a stab at greatly simplifying the scylla provision process by doing it during
grapl-provision
.as we currently see in these logs: https://grapl-buildkite-artifacts-ecfff1a.s3.amazonaws.com/0183f6a6-741e-4fc3-99b4-bd57fff4b7b4/test_artifacts/2022-10-20T18-55-21/grapl-graph-db/scylla-provisioner.stdout.log
the "if already provisioned, do nothing" behavior Colin has in there doesn't at all if we invoke the RPC 8 times all at once from different tests!
worse, we are seeing some flaky weird errors around scylla:
both of these are from this build: https://buildkite.com/grapl/grapl-verify/builds/4865
How were these changes tested?
CI right here right now