[ 
https://issues.apache.org/jira/browse/IMPALA-12545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783398#comment-17783398
 ] 

ASF subversion and git services commented on IMPALA-12545:
----------------------------------------------------------

Commit 36640548e6c8ca2638a170cbbb8b10af468003e9 in impala's branch 
refs/heads/master from Daniel Becker
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=36640548e ]

IMPALA-12545: Use 'unique_database' in test_restart_services.py::TestRestart

Some tests in 'test_restart_services.py::TestRestart' create tables but
don't use a 'unique_database' for it. The table and column names are
sometimes the same. The tests are run serially but if a table is not
deleted successfully it may interfere with other tests.

This change introduces 'unique_database' in tests that create tables.
After this, explicitly deleting the tables is no longer necessary as the
framework takes care of it.

Testing:
 - all affected tests pass

Change-Id: Id4c2cfb669d5ff9e4d8110a0035bae1147e2db5a
Reviewed-on: http://gerrit.cloudera.org:8080/20662
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Use 'unique_database' in test_restart_services.py::TestRestart
> --------------------------------------------------------------
>
>                 Key: IMPALA-12545
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12545
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Daniel Becker
>            Assignee: Daniel Becker
>            Priority: Major
>
> Some tests in {{test_restart_services.py::TestRestart}} create tables but 
> don't use a {{unique_database}} for it. The table and column names are 
> sometimes the same. The tests are run serially but if a table is not deleted 
> successfully it may interfere with other tests. We should use 
> 'unique_database' for these temporary tables.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to