-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Morgan Douglas <[email protected]>
- Loading branch information
1 parent
bf203e8
commit 070d116
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Snapisol | ||
|
||
TODOS: | ||
- [ ] Fix bug[^1] exposed by `t12_01.req` | ||
|
||
|
||
[^1]: A snapshot reader should fail | ||
with an error if it tries to read a table that | ||
was schema changed after the snapshot reader | ||
started. When a certain race condition is triggered, | ||
a snapshot reader can wrongly succeed even | ||
when the table that it reads was schema changed. | ||
`t12_01.req` often exposes this bug. |
File renamed without changes.