提交 907e9cf7 编写于 作者: L Larry Hamel 提交者: Larry Hamel

Add request for preserving database objects

* README mentions how gpupgrade and gpbackup both use the database "regression" that remains after an ICW run in the directory "regress".
Authored-by: NLarry Hamel <lhamel@pivotal.io>
上级 cea594f0
......@@ -34,3 +34,16 @@ pg_regress as:
./pg_regress --ao-dir=uao uao_ddl/create_ao_tables_row \
uao_ddl/create_ao_tables_column
Testing setup without teardown, allowing DB objects to persist
--------------------------------------------------------------
Please leave objects behind in the regression database.
The regression database that results from installcheck-world
in the regress directory is utilized for integration testing
of auxiliary tools such as gpbackup and gpupgrade. When writing
testcases for new object types, a set of objects should be
preserved in the regression database and not be dropped
at the end of the test suite, to ensure coverage in the
tests of auxiliary tools.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册