-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(i): Integrate explain tests into test action system (#1545)
Resolves #1243 ## Description: - [x] Integrates the new explain test setup with the new testing with action based setup. - [x] Converts all simple explain tests. - [x] Converts all default explain tests. - [x] Converts all execute explain tests. - [x] Removes the documents for default and simple tests as they aren't worth maintaining (it doesn't effect simple explain testing). - [x] Fixed a test that was being omitted due to it's file not having the extension "*_test.go".
- Loading branch information
1 parent
d19bf85
commit 43857bb
Showing
57 changed files
with
4,531 additions
and
6,944 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
docs/data_format_changes/i1243-enable-previously-skipped-explain-tests.md
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,5 @@ | ||
# Enable Refactored Explain Tests That Were Always Skipped | ||
|
||
Previously we had explain tests always being skipped, the integration of explain setup into the action based testing | ||
setup enabled them, but since they were being skipped previously change detector keeps failing. This isn't a breaking | ||
change. |
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
Oops, something went wrong.