Skip to content

v3.0.0-rc42

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 08:56
· 1093 commits to main since this release
v3.0.0-rc42
465f0c9

Changelog

7609963 Add a new TODO.
1aac176 Avoid faffing with text processing in shell for benchstat.
4462ae8 Count when logstream fds are closed and use that to fix test flake.
9894852 Do benchstat in text not HTML.
8a9021a Fix order of arguments in TestMakeServer.
25ca804 Fix typo in autoreview action.
16cae74 Fix typo in name of subtests.
c4f529b Fix up benchmark text emission.
cff7c9e Merge pull request #445 from jaqx0r/cleanup
57e2843 Merge pull request #446 from jaqx0r/cleanup
47ae373 Merge pull request #447 from jaqx0r/cleanup
465f0c9 Merge pull request #449 from jaqx0r/cleanup
8aa1874 Move a debug log message to level 2 verbosity.
cd77e2d Remove a completed TODO.
8963571 Remove branch-cleanup.yml.
b01d4fc Rename TestChdir to just testutil.Chdir to avoid stutter.
6fd7fba Rename TestSetFlag and register a cleanup function.
333e465 Reorder post-Read conditions to deal with bytes before error.
55ceb73 Replace path.Join with filepath.Join.
08bad80 Shut down other blocked channel ops with context Done.
1e1c800 TestServer doesn't return a cleanup function, it is used during tests to stop mtail.
fc47202 Turn the CI badge into a link to the workflow results.
c9c12b5 Update a TODO after attempting to resolve it.
1d6b4e0 Use a barrier to ensure we awaken at the right moment to fix a flake.
e902b52 Use same style for branch-cleanup as for other actions.
3a886cb Use t.Cleanup in testutil.TestChdir instead of returning a deferrable.
b0e79f7 Use t.Cleanup in testutil.TestTempDir.
555568a Use the new log_closes_total counter to also deflake the deletion test.
aafc4be Wrap benchmark in details tag.
ae4409a quote bits in benchmark comment.