mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 23:59:58 +00:00
## Problem See https://github.com/neondatabase/neon/issues/12173 ## Summary of changes Allocate table in TopTransactionMemoryContext --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# ----------
|
|
# Like in PostgreSQL src/test/regress/parallel_schedule, we put no
|
|
# more than twenty tests in any one parallel group; this limits the
|
|
# number of connections needed to run the tests.
|
|
# ----------
|
|
|
|
test: neon-cid
|
|
test: neon-rel-truncate
|
|
test: neon-clog
|
|
test: neon-test-utils
|
|
test: neon-vacuum-full
|
|
test: neon-event-triggers
|
|
test: neon-subxacts
|