Renato Costa
Renato Costa
I'm missing a bit of context, I believe, being outside DRT: what is the envisioned way these operations would be called? Directly by name? A random sample? Right now they...
> the third being called through the yet-to-be-built `workload-manager` or `drt-run` > I expect `run-operation` to mostly be used just to test out an operation This brings back the first...
@herkolategan I think the right move is actually to delete the `smoketest_secure.go` file instead 😄 The tests in that file are _very_ basic (to the extent that they shouldn't even...
Workload saw the following error ``` Error: error in delivery: ERROR: result is ambiguous: error=r265/3:(n3,s3) is unavailable (circuit breaker tripped): context canceled [propagate] (last error: intent missing: "sql txn" meta={id=58a41f40...
> ```Error: error in delivery: select order_line failed: ERROR: restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_CLIENT_REJECT): "sql txn" meta={id=6cc83439 key=/Table/111/1/525/1 iso=ReadCommitted pri=0.00929437 epo=0 ts=1715694767.408104864,9 min=1715694761.690983060,18 seq=5} lock=true stat=PENDING rts=1715694767.408104864,9 wto=false gul=1715694762.190983060,18 (SQLSTATE 40001)```...
Some notes about the failure above: ### Error classifiction The failure was classified as an SSH flake but, in reality, the test timed out. You can see it in the...