Andrew Baptist
Andrew Baptist
Some of the libraries were getting somewhat out of date. I'm not sure why dependbot doesn't pick all these up, but good to do this occasionally assuming the updates don't...
Previously it would be a programming error when checking if the leaseholder move was valid if the leaseholder wasn't one of the replicas. This check was overly strict. Release note:...
This commit splits the WorkQueueMetric stats into priority. Because there are a lot of new stats that might be generated as a result of this splitting, only the "important" priorities...
This handles Partial partitions from the DistSender layer. Here is an example of how this test is set up n3 / \ n1---n2 n1 is the client and n2 is...
DistSQL does not retry on setup errors. Ideally it would either work over partitions or retry while excluding the node rather than failing immediately during Inbox.Init. Part of: #124246 Release...
This test shouldn't require a retry on the sending. Track it down and fix it. Jira issue: CRDB-38791
Adds a new latency sensitive test and a framework to run them in. Specifically it does a few things: 1) Gathers all the latency results back at the "roachtest client"...
Andrew Baptist (andrewbaptist) commented: Page: https://cockroachlabs.com/docs/v23.1/changefeed-examples.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ X ] Out of...
Previously the test could return an ambiguous error if there was a combination of a `RangeMismatchError` and an `AmbiguousError`. This would request would be successful if the range info was...
Currently only a KV workload is supported for perturbation tests. Add support for TPC-C and at least one YCSB test. As a strech goal add TPC-E support, however that will...