Files
impala/testdata/workloads/functional-query/queries/DataErrorsTest/hdfs-sequence-scan-errors.test
Lenni Kuff 15327e8136 Migrate DataErrors tests to Python test framework, re-enable subset of tests
This re-enables a subset of the stable data errors tests and updates them to
work in our test framework. This includes support for updating results via --update_results.

This also lets us remove a lot of old code that was there only to support these disabled
tests.

Change-Id: I4c40c3976d00dfc710d59f3f96c99c1ed33e7e9b
Reviewed-on: http://gerrit.ent.cloudera.com:8080/1952
Reviewed-by: Lenni Kuff <lskuff@cloudera.com>
Tested-by: jenkins
Reviewed-on: http://gerrit.ent.cloudera.com:8080/2277
2014-04-18 02:25:11 -07:00

18 lines
438 B
Plaintext

====
---- QUERY
select count(*) from functional_seq_snap.bad_seq_snap
---- ERRORS
Problem parsing file: hdfs://regex:.$
Expected: '6e 91 6 ec be 78 a0 ac 72 10 7e 41 b4 da 93 3c '
Actual: '6e 91 6 78 78 78 a0 ac 72 10 7e 41 b4 da 93 3c '
Problem parsing file: hdfs://regex:.$
Problem parsing file: hdfs://regex:.$
Problem parsing file: hdfs://regex:.$
Problem parsing file: hdfs://regex:.$
---- RESULTS
9434
---- TYPES
bigint
====