Daniel Nephin

Results 127 issues of Daniel Nephin

The new blocking requests (aka requests used for long polling) have (I believe) a possible race condition between retrieving the next ID from the `seq_update_index` sequence, and committing the transaction...

area/api
kind/improvement
status/never-stale

Hello! :wave: ## Problem We are seeing the buildkitd logs full of the following lines: ``` level=debug msg="sending sigkill to process in container 7l2ykurlf4pziiza5pnf97raw" level=error msg="failed to kill process in...

kind/bug
area/rootless
status/needs-more-info

Hello everyone, Unfortunately I no longer have the time or motivation to maintain this project. I have not used `pre-commit` or these hooks in a few years. I never added...

Announcement

Closes #380 Closes #118 Closes #327 Adds a new `--junitfile-output=all` flag to enable writing all output to the junit.xml. Also adds a `system-out` tag to all test cases which includes...

Github actions supports [grouping log lines](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines). Buildkite supports [managing log output](https://buildkite.com/docs/pipelines/managing-log-output). Gitlab CI supports [collapsed sections](https://docs.gitlab.com/ee/ci/jobs/#pre-collapse-sections). Teamcity support: https://github.com/gotestyourself/gotestsum/issues/316#issuecomment-1611446932 These allow some log output to be collapsed (hidden), and expanded...

enhancement

Related to #344 Let's see if this signal is supported on all the platforms that build in CI. TODO: * [ ] different signal on windows * [ ] document...

When I first wrote `--rerun-fails` there were limitations with the `go test -run` flag that required running each test individually (https://github.com/golang/go/issues/39904). I think now that https://github.com/golang/go/commit/025308fe084264538f49924b3f52d8d6b6359658 is done (and has...

enhancement

### Background This proposal aims to address two problems: 1. log output from background goroutines can not be correctly attributed to the right test when `t.Parallel` is used. I no...

enhancement

#258 adds a new subcommand `gotestsum tool ci-matrix` for using the timing in `test2json` files to split all the packages into buckets of packages that can be run in parallel...

enhancement

For example: ```d2 a: { near: top-left } a -> c: one a -> c: two ``` Looks like this: ![d2-bug-report](https://github.com/terrastruct/d2/assets/442180/3e36602d-8293-4e54-8de5-937a822eeec8) The problem exists with all 3 layout engines (Dagre,...