Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.82 KB

TESTLOG.md

File metadata and controls

85 lines (53 loc) · 2.82 KB

Testlog for AlaSQL

List of final results from different test runs to keep track on progres.

SQLlogic

The Sqllogictest was developed by the SQLite team to verify that SQL database engine computes correct results by comparing the results to identical queries from other SQL database engines. The full test consists of roughly 6 million SQL statements.

Node

  • [email protected]
  • Total tested: 5,941,494
  • Failed tests: 638,370
  • Skipped tests: 53,316
  • Final score: 88 % was OK

See full result here

Chakra

It has not yet been possible to run the SQLlogic tests on the Chrakra engine.

Regression test

The regression tests for AlaSQL consists of more than 1000 test casescovering Coverage of the functionality in the library. The regression test is ran everytime the library is compiled from src/ to dist/ and must always be 100% OK on Node before releaseing a new version.

By executing npm test the regression test will run via Node. By executing npm run test:browser it will run in a browser.

Chrome 52

See full result here

It needs more investigations, but as Chrome uses the same V8 engine as Node the errors are likely caused by how some of the tests loads or stores test data. The amount of Chrome errors will be therefor (probably) also be represented in other browsers.

Safari 9

See full result here

Firefox 47

See full result here

Edge

Opera 38

Chakra v6.0.0-pre5

See full result here

Node

If 100% of the regression test is OK for the lats commit this will be green:

Build status