Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-15624

Calcite. Support different connections in logical tests.

    XMLWordPrintableJSON

Details

    Description

      As of now, we have a bunch of sql logic tests that require support for different transactional connections, i.e: con1, con2 and so on

      statement ok con1
      CREATE TABLE test (a VARCHAR);
      
      query I con2
      SELECT * FROM test ORDER BY a
      ----
      NULL
      NULL
      1
      3
      
      /sql/update/*

      Let's decide whether we should add support for the feature or eliminate the tests with extract cases that we don't have in other tests.

      Attachments

        Issue Links

          Activity

            People

              mzhuravkov Maksim Zhuravkov
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h