mirror of
https://github.com/apache/impala.git
synced 2025-12-31 15:00:10 -05:00
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
18 lines
438 B
Plaintext
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
|
|
==== |