[jira] [Created] (IGNITE-6416) SQL: DDL tests should not check internal structures, but rather rely on expected public behavior

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6416) SQL: DDL tests should not check internal structures, but rather rely on expected public behavior

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-6416:
---------------------------------------

             Summary: SQL: DDL tests should not check internal structures, but rather rely on expected public behavior
                 Key: IGNITE-6416
                 URL: https://issues.apache.org/jira/browse/IGNITE-6416
             Project: Ignite
          Issue Type: Task
          Components: sql
    Affects Versions: 2.3
            Reporter: Vladimir Ozerov
            Assignee: Alexander Paschenko
             Fix For: 2.3


We need to review our DDL tests. Looks like there are a lot waits in the tests which mask concurrency bugs (e.g. see IGNITE-6403). Instead, we should do the following:
1) If we want to tests asynchronous propagation of changes to clients, separate test should be created for this
2) For all other cases we should not use private API at all, and do not perform any waits.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)