-
Notifications
You must be signed in to change notification settings - Fork 6
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
Convert parsing tests to dataset tests #270
Comments
chart and fields transformation tests converted to use streaming dataset tests, where transformation test is partially done |
disabled where transformation tests updated, also added some tests that were missing, created issue #277 for bugs found in where command |
rewriting logical operations tests |
new test data created for logical operation tests, rewriting unit tests in progress |
EarliestLatestTest has some disabled tests that need to be converted to use streaming datasets. The disabled tests are testing the default configuration on earliest and latest. There is a dataCustomizations consumer that can be used in this case. |
Internal pull request created |
Description
There are many disabled tests that don't test the results but rather the logical plan of the dataset. These have to be either:
The text was updated successfully, but these errors were encountered: