mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-03 03:43:06 +08:00
Currently the update test is quite inconvenient to run locally and also inconvenient to debug as the different update tests all run in their own docker container. This patch refactors the update test to no longer require docker and make it easier to debug as it will run in the local environment as determined by pg_config. This patch also consolidates update/downgrade and repair test since they do very similar things and adds support for coredump stacktraces to the github action and removes some dead code from the update tests. Additionally the versions to be used in the update test are now determined from existing git tags so the post release patch no longer needs to add newly released versions.
38 lines
442 B
Plaintext
38 lines
442 B
Plaintext
\#*#
|
|
.#*
|
|
*~
|
|
**/CMakeFiles/
|
|
**/CMakeCache.txt
|
|
/sql/tests/unit/testoutputs.tmp
|
|
/sql/timescaledb--*.sql
|
|
/sql/updates/*.gen
|
|
/data/
|
|
/src/*.o
|
|
/src/*.so
|
|
/src/*.d
|
|
/.vscode/
|
|
/timescaledb.so
|
|
*.bak
|
|
typedef.list
|
|
/test/testcluster
|
|
/test/log
|
|
/test/temp_schedule
|
|
/build*
|
|
/update_test
|
|
**/GPATH
|
|
**/GTAGS
|
|
**/GRTAGS
|
|
**/GSYMS
|
|
/.vs
|
|
/compile_commands.json
|
|
/.DS_Store
|
|
/.clangd
|
|
/.cache
|
|
|
|
/CMakeSettings.json
|
|
/out/*
|
|
/debug/
|
|
/cmake-build-debug/
|
|
/.idea/
|
|
coccinelle.diff
|