Skip to content

Commit 1fb0469

Browse files
committed
Run more tests with PG11 + fix CRLF newlines
1 parent d32ecfb commit 1fb0469

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed

.travis.yml

Lines 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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy