8000 Tags · tarantool/test-run · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tarantool/test-run

Tags

gh-195-do-not-remove

Toggle gh-195-do-not-remove's commit message
Stabilize tcp_connect in test_run:cmd()

For some tests, for example, replication/box_set_replication_stress,
socket.tcp_connect() in test_run:cmd() might sometimes fail when
running under high load. Now it is fixed.

Closes #193

gh-183-do-not-remove

Toggle gh-183-do-not-remove's commit message
pretest_clean: introduce new predefined functions

Extended a list of predefined functions with registered SQL
builtins and persistent Lua function 'LUA':
    TRIM, TYPEOF, PRINTF, UNICODE, CHAR, HEX, VERSION,
    QUOTE, REPLACE, SUBSTR, GROUP_CONCAT, JULIANDAY, DATE,
    TIME, DATETIME, STRFTIME, CURRENT_TIME, CURRENT_TIMESTAMP,
    CURRENT_DATE, LENGTH, POSITION, ROUND, UPPER, LOWER,
    IFNULL, RANDOM, CEIL, CEILING, CHARACTER_LENGTH,
    CHAR_LENGTH, FLOOR, MOD, OCTET_LENGTH, ROW_COUNT, COUNT,
    LIKE, ABS, EXP, LN, POWER, SQRT, SUM, TOTAL, AVG, SOUNDEX,
    RANDOMBLOB, NULLIF, ZEROBLOB, MIN, MAX, COALESCE, EVERY,
    EXISTS, EXTRACT, SOME, GREATER, LESSER, LIKELIHOOD, LIKELY,
    UNLIKELY, _sql_stat_get, _sql_stat_push, _sql_stat_init, LUA

Needed for #4182

parallel-test-run-unsquashed

Toggle parallel-test-run-unsquashed's commit message

Verified

This commit was signed with the committer’s verified signature.
Totktonada Alexander Turenko
Don't hang on errors in inspector when crash didn't detected/didn't o…

…ccured
0