spark-redshift-community / spark-redshift

Performant Redshift data source for Apache Spark
Apache License 2.0
136 stars 62 forks source link

Expected value in timestamptz test was wrong #27

Closed lucagiovagnoli closed 5 years ago

lucagiovagnoli commented 5 years ago

Integration tests are failing because they depend on the timezone of the test machine.

I'm now creating the test expected value with timezone information so this should run properly anywhere.

For review @smoy or @davidmarin

codecov-io commented 5 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   73.92%   73.92%           
=======================================
  Files          15       15           
  Lines         767      767           
  Branches      103      103           
=======================================
  Hits          567      567           
  Misses        200      200