EMCECS / presto-s3-connector

Apache License 2.0
8 stars 3 forks source link

Refactor S3 test code to prevent cross-test errors due to hardcoded expected results #15

Open chipmaurer opened 3 years ago

chipmaurer commented 3 years ago

Many of the tests in ECSQueryTest use static expected results based on contents of the test data on a certain date/time. These tests can flag false errors if/when new tests are added. Need to create different presto schemas for some tests, and need to create dynamic sets of data for others.