File tree Expand file tree Collapse file tree
lib/pgBackRestTest/Common Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " .
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments