-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse/qa: Avoid parsing mtimedb twice, refactor, add unittest
A bit of a brain-teaser to find and cleanly document failure modes, but it found one bug (duplicates overwriting instead of being ignored), which gives some confidence in the test.
- Loading branch information
1 parent
c5074e2
commit 2cb5558
Showing
6 changed files
with
111 additions
and
54 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
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
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
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,7 @@ | ||
move app-doc/doxygen app-text/doxygen | ||
slotmove dev-build/autoconf-dickey 2.52_p20210509 2.52 | ||
move dev-debug/lldb llvm-core/lldb | ||
move conflict/foo foo/2024 | ||
move duplicate/bar foo/bar | ||
move chain/v2 chain/v3 | ||
move loop/from loop/final |
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,6 @@ | ||
move x11-libs/libva media-libs/libva | ||
move dev-util/lldb llvm-core/lldb | ||
move conflict/foo foo/2022 | ||
move duplicate/bar foo/bar | ||
move chain/v1 chain/v2 | ||
move loop/final loop/from |
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,7 @@ | ||
{ | ||
"updates": { | ||
"tests/notfound": 1640636550, | ||
"tests/1Q-2024": 1669625966, | ||
"tests/4Q-2022": 1640636540 | ||
} | ||
} |