Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[PGPRO-11597] Redesigned the launch of isolation tests#57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sokolcati merged 1 commit intopostgrespro:masterfromarseny114:PGPRO-11597
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,13 +33,11 @@ env:
- PG_VERSION=13
- PG_VERSION=12 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=12
- PG_VERSION=11
- PG_VERSION=10
- PG_VERSION=9.6

matrix:
allow_failures:
- env: PG_VERSION=13 LEVEL=hardcore USE_TPCDS=1
- env: PG_VERSION=11
- env: PG_VERSION=10
- env: PG_VERSION=9.6
10 changes: 2 additions & 8 deletionsMakefile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,14 +13,8 @@ EXTRA_CLEAN = ./isolation_output $(EXTENSION)--$(EXTVERSION).sql \
Dockerfile ./tests/*.pyc ./tmp_stress

ISOLATION = corner_cases
#
# PG11 doesn't support ISOLATION_OPTS variable. We have to use
# "CREATE/DROP EXTENTION" command in spec.
#
# One day, when we'll get rid of PG11, it will be possible to uncomment this
# variable and remove "CREATE EXTENTION" from spec.
#
# ISOLATION_OPTS = --load-extension=pg_query_state

ISOLATION_OPTS = --load-extension=pg_query_state

ifdef USE_PGXS
PG_CONFIG ?= pg_config
Expand Down
2 changes: 1 addition & 1 deletionREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,7 +20,7 @@ To install `pg_query_state`, please apply corresponding patches `custom_signal_(
To do this, run the following commands from the postgresql directory:
```
patch -p1 < path_to_pg_query_state_folder/patches/runtime_explain_(PG_VERSION).patch
patch -p1 < path_to_pg_query_state_folder/patches/custom_signal_(PG_VERSION).patch
patch -p1 < path_to_pg_query_state_folder/patches/custom_signals_(PG_VERSION).patch
```

Then execute this in the module's directory:
Expand Down
2 changes: 0 additions & 2 deletionsspecs/corner_cases.spec
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
setup
{
CREATE EXTENSION pg_query_state;
CREATE ROLE alice;
CREATE ROLE bob;
CREATE ROLE super SUPERUSER;
Expand DownExpand Up@@ -31,7 +30,6 @@ teardown
DROP ROLE super;
DROP ROLE bob;
DROP ROLE alice;
DROP EXTENSION pg_query_state;
}

session "s1"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp