You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sailesh Mukil (JIRA)" <ji...@apache.org> on 2018/05/10 15:41:00 UTC

[jira] [Created] (IMPALA-7009) test_drop_table_with_purge fails on Isilon

Sailesh Mukil created IMPALA-7009:
-------------------------------------

             Summary: test_drop_table_with_purge fails on Isilon
                 Key: IMPALA-7009
                 URL: https://issues.apache.org/jira/browse/IMPALA-7009
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.0, Impala 2.13.0
            Reporter: Sailesh Mukil


We've seen multiple failures of test_drop_table_with_purge
{code:java}

metadata.test_ddl.TestDdlStatements.test_drop_table_with_purge (from pytest)

Failing for the past 1 build (Since Failed#22 )
Took 18 sec.
add description

Error Message
metadata/test_ddl.py:72: in test_drop_table_with_purge     assert not self.filesystem_client.exists(\ E   assert not True E    +  where True = <bound method PyWebHdfsClientWithChmod.exists of <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>>('user/jenkins/.Trash/Current/test-warehouse/test_drop_table_with_purge_58c75c18.db/t2') E    +    where <bound method PyWebHdfsClientWithChmod.exists of <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>> = <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>.exists E    +      where <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210> = <test_ddl.TestDdlStatements object at 0x5fe1110>.filesystem_client E    +    and   'user/jenkins/.Trash/Current/test-warehouse/test_drop_table_with_purge_58c75c18.db/t2' = <built-in method format of str object at 0x3eba3f8>('jenkins', 'test_drop_table_with_purge_58c75c18') E    +      where <built-in method format of str object at 0x3eba3f8> = 'user/{0}/.Trash/Current/test-warehouse/{1}.db/t2'.format E    +      and   'jenkins' = <function getuser at 0x1c08c80>() E    +        where <function getuser at 0x1c08c80> = getpass.getuser
Stacktrace
metadata/test_ddl.py:72: in test_drop_table_with_purge
    assert not self.filesystem_client.exists(\
E   assert not True
E    +  where True = <bound method PyWebHdfsClientWithChmod.exists of <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>>('user/jenkins/.Trash/Current/test-warehouse/test_drop_table_with_purge_58c75c18.db/t2')
E    +    where <bound method PyWebHdfsClientWithChmod.exists of <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>> = <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210>.exists
E    +      where <tests.util.hdfs_util.PyWebHdfsClientWithChmod object at 0x5fe1210> = <test_ddl.TestDdlStatements object at 0x5fe1110>.filesystem_client
E    +    and   'user/jenkins/.Trash/Current/test-warehouse/test_drop_table_with_purge_58c75c18.db/t2' = <built-in method format of str object at 0x3eba3f8>('jenkins', 'test_drop_table_with_purge_58c75c18')
E    +      where <built-in method format of str object at 0x3eba3f8> = 'user/{0}/.Trash/Current/test-warehouse/{1}.db/t2'.format
E    +      and   'jenkins' = <function getuser at 0x1c08c80>()
E    +        where <function getuser at 0x1c08c80> = getpass.getuser

Standard Error
-- connecting to: localhost:21000
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_drop_table_with_purge_58c75c18` CASCADE;

SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_drop_table_with_purge_58c75c18`;

MainThread: Created database "test_drop_table_with_purge_58c75c18" for test ID "metadata/test_ddl.py::TestDdlStatements::()::test_drop_table_with_purge"
-- executing against localhost:21000
create table test_drop_table_with_purge_58c75c18.t1(i int);

-- executing against localhost:21000
create table test_drop_table_with_purge_58c75c18.t2(i int);

MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
-- executing against localhost:21000
drop table test_drop_table_with_purge_58c75c18.t1;

MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
-- executing against localhost:21000
drop table test_drop_table_with_purge_58c75c18.t2 purge;

MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
MainThread: Starting new HTTP connection (1): 10.17.95.12
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)