Skip to content
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

Tempto java.lang.StackOverflowError with two statement convention based test #166

Open
mattsfuller opened this issue Sep 7, 2016 · 0 comments
Labels

Comments

@mattsfuller
Copy link

Here's the test

-- database: hive; groups: btr
--!
create table btr_test as select * from tpch.tiny.nation;
select count(*) from btr_test;
--!
-- delimiter: |; trimValues: true;
5|

Here's what happened when I executed it:

Mar 28, 2016 7:48:55 PM com.teradata.tempto.internal.listeners.ProgressLoggingListener onTestStart
INFO: [1 of 1] sql_tests.testcases.catalog.test (Groups: btr)
Mar 28, 2016 7:48:55 PM com.teradata.tempto.internal.listeners.ProgressLoggingListener onTestFailure
SEVERE: Exception:
java.lang.StackOverflowError
        at com.teradata.tempto.catalog.test(Unknown Source)
        at com.teradata.tempto.catalog.test(Unknown Source)
        at com.teradata.tempto.catalog.test(Unknown Source)
...
@kokosing kokosing added the bug label Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants