Matt Dailis
Matt Dailis
#1237 removes a test that would run scheduling repeatedly and assert that the number of allocated threads never exceeded a given threshold. This ticket is to track that gap in...
* **Tickets addressed:** N/A * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description @AaronPlave pointed out that unfinished spans always have `null` parent ids. This is undesirable...
### Checked for duplicates No - I haven't checked ### Alternatives considered No - I haven't considered ### Related problems Port 5432 is hard-coded in a number of places in...
Java floating point numbers may take on the values `-Infinity`, `Infinity`, and `NaN`. These three values are not serializable to the JSON `number` type, and result in variants of the...
Now that we've added new syntax for "justAfter", revisit syntax for temporal relations and see if it can be simplified.
After #1189 , we want to use checkpoint simulation in the scheduler, and see if it can help with #1187
### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version 1.12.0 ### Describe the bug Certain scheduling...
Across the board, we would like Aerie to return 200 status codes for all requests that don't result in an internal server error. We want to make sure that the...
There are several steps to adding a new hasura_function. It would be helpful to have a checklist that developers can follow to know that they've completed all the steps. This...
There's currently a narrow window between when the merlin-worker sets the simulation_dataset status to `incomplete`, and when it actually starts a simulation. If an error occurs in this window, the...