Giter Club home page Giter Club logo

compatibility-test-suite's People

Contributors

morazow avatar rajeevtiwari22 avatar redcatbear avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

compatibility-test-suite's Issues

Initial compatibility tests

As an ETL tool manufacturer,
I want to test reading from and writing to an Exasol database
so that I know if my ETL tool handles Exasol-specifics correctly.

Fix review findings from ETL maker

We got the following review findings from an ETL maker:

  1. Missing ";" in column_size_limit_check after CREATE
  2. Missing last ";" in uncommon identifiers
  3. Missing "(" in create_test_schema

Error on compare_table_contents ETL function in test_utils

I get the following error when checking two character tables using compare_table_contents function:

EXA: EXECUTE SCRIPT ETL.compare_table_contents(...
Error: [43000] "Feature not supported: subselects as row value expressions" caught in script "ETL"."COMPARE_TABLE_CONTENTS" at line 2 (Session: 1625173672729535107)

A proposed solution is to add name alias to the subselect,

(SELECT '<<<', A.* FROM (subselect with except) A)
...

Numeric Aliases Tests

When doing compatibility tests on numeric values,
I want to test the Exasol numeric aliases,
to ensure that the clients handles them also correctly.

Some possible numeric aliases (similar to other db types) from Exasol Manual 6.1:

  • DOUBLE
  • FLOAT
  • INTEGER
  • SHORTINT
  • SMALLINT
  • TINYINT

ASCII encoding

As an ETL tool maker,
I want to test CHAR and VARCHAR values in ASCII encoding in combination to the standard UTF-8 encoding,
to make sure my client handles this correctly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.