forked from dolthub/dolt
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from dolthub:main #54
Open
pull
wants to merge
22
commits into
kp-forks:main
Choose a base branch
from
dolthub:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…equests so that a GC does not end while they are in progress.
…pendencies on chunks during reads.
…chunks which were in the memtable but get filtered out because they are already in the store.
…h for chunks that are written but which are already present in the store.
…g, make it so that reading chunks as part of the GC process does not take further dependencies on them and never blocks on waitForGC.
Co-authored-by: jycor <[email protected]>
Add the `dirty` column to the dolt_branches table
…callbacks to the replica controller execution context session. This makes small clean ups to the lifecycle around replica applier and the ownership and lifecycle of the mysql.Conn read connection. This PR also includes some changes to slightly improve the performance and reliability of the tests when running them locally. In particular, some of the changes include: 1) Since `go run ./cmd/dolt` takes about four seconds to validate the existing cached build on my laptop, we just go ahead and use a cached build everywhere. 2) We use t.Log{f,} instead of fmt.Prin.. to improve the ergonomics of test running and getting output from a failure in particular. 3) We try to minimize global process state changes like unnecessary `os.Chdir` calls, since it would be nice to parallelize these tests eventually. 4) We get rid of the unused and seemingly unnecessary --socket= argument to Dolt, where we had to use a directory not corresponding to $TMPDIR, for example, because max pathlength on a sun_path on MacOS is 104 characters or whatever.
…ose when closing the SqlEngine.
[no-release-notes] go/store/nbs: During a GC process, take dependencies on chunks that are read through the ChunkStore.
…ifecycle [no-release-notes] go: binlogreplication: Add Session{{Begin,End}Command,End} lifecycle callbacks to the replica controller execution context session.
[auto-bump] [no-release-notes] dependency by zachmu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )