Skip to content

Commit fd62ca7

Browse files
committed
Merge branch 'integration' into dws-a324-ci
# Conflicts: # .github/workflows/test.yml # test/container.yaml # test/lib/pgBackRestTest/Common/VmTest.pm
2 parents 5b2d365 + aca779a commit fd62ca7

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
# All unit tests on the newest gcc available
5151
- param: test --vm=f44 --param=c-only --param=no-valgrind --param=no-coverage --param=no-performance
5252

53-
# All unit and integration tests on musl libc
53+
# All unit and integration tests on musl libc (oldest Alpine)
5454
- param: test --vm=a321 --param=no-coverage --param=no-performance
5555

56-
# All unit tests on musl libc
56+
# All unit and integration tests on musl libc (newest Alpine)
5757
- param: test --vm=a324 --param=no-coverage --param=no-performance
5858

5959
# RHEL documentation

test/lib/pgBackRestTest/Common/ContainerTest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ sub containerBuild
604604
" echo '***********************************************' >> /etc/issue.net && \\\n" .
605605
" echo 'Banner /etc/issue.net' >> /etc/ssh/sshd_config";
606606

607-
if ($strOS eq VM_U22)
607+
if ($strOS eq VM_U22 || $strOS eq VM_A321)
608608
{
609609
$strScript .= sectionHeader() .
610610
" echo '# Add PubkeyAcceptedAlgorithms (required for SFTP)' >> /etc/ssh/sshd_config && \\\n" .

test/src/valgrind.suppress.none

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@
1212
fun:_Unwind_Backtrace
1313
fun:backtrace_full
1414
}
15+
{
16+
libssh2_session_handshake
17+
Memcheck:Leak
18+
match-leak-kinds: possible
19+
...
20+
fun:libssh2_session_handshake
21+
}
22+
{
23+
libssh2_session_init_ex
24+
Memcheck:Leak
25+
match-leak-kinds: possible
26+
...
27+
fun:libssh2_session_init_ex
28+
}

0 commit comments

Comments
 (0)