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

Appearance settings

Commit 1fb0469

Browse filesBrowse files
committed
Run more tests with PG11 + fix CRLF newlines
1 parent d32ecfb commit 1fb0469
Copy full SHA for 1fb0469

File tree

2 files changed

+36
-32
lines changed
Filter options

2 files changed

+36
-32
lines changed

‎.travis.yml

Copy file name to clipboard
+35-31Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
1-
os: linux
2-
3-
dist: bionic
4-
5-
language: c
6-
7-
services:
8-
- docker
9-
10-
install:
11-
- ./make_dockerfile.sh
12-
- docker-compose build
13-
14-
script:
15-
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
16-
17-
notifications:
18-
email:
19-
on_success: change
20-
on_failure: always
21-
22-
# keep in sync with codecov.yml number of builds
23-
env:
24-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap
25-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap MODE=legacy
26-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all
27-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all MODE=paranoia
28-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5 MODE=paranoia
29-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_eat_my_data TEST_REPEATS=4
30-
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap
31-
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap MODE=legacy
1+
os: linux
2+
3+
dist: bionic
4+
5+
language: c
6+
7+
services:
8+
- docker
9+
10+
install:
11+
- ./make_dockerfile.sh
12+
- docker-compose build
13+
14+
script:
15+
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
16+
17+
notifications:
18+
email:
19+
on_success: change
20+
on_failure: always
21+
22+
# keep in sync with codecov.yml number of builds
23+
env:
24+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap
25+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap MODE=legacy
26+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all
27+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all MODE=paranoia
28+
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap
29+
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap MODE=legacy
30+
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all
31+
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all MODE=paranoia
32+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5 MODE=paranoia
33+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_eat_my_data TEST_REPEATS=4
34+
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_truncate_replica TEST_REPEATS=5
35+
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=test_ptrack_truncate_replica TEST_REPEATS=5

‎codecov.yml

Copy file name to clipboardExpand all lines: codecov.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
codecov:
22
notify:
3-
after_n_builds: 8 # keep in sync with .travis.yml number of builds
3+
after_n_builds: 12 # keep in sync with .travis.yml number of builds
44

55
# datapagemap.c/.h are copied from Postgres, so let's remove it
66
# from report. Otherwise, we would have to remove some currently

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.