Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit f810ce2

Browse files
committed
minor: address JIRA tickets missing from Changes
1 parent 80a202c commit f810ce2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444

4545
- PERL-806 Test Driver Wire Version Overlap logic
4646

47+
- PERL-833 Test QueryResult destructor kills cursor
48+
4749
- PERL-867 Resync GridFS tests to add test for legacy GridFS, where no filename was set
4850

4951
- PERL-976 Test only the initial command in a transaction includes readConcern

inc/CheckJiraInChanges.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ EOC
5757
5858
my %ticket_map;
5959
for my $commit ( @commits ) {
60+
next if $commit =~ /PERL-\d+:?\s+CI:/i;
6061
for my $ticket ( $commit =~ /PERL-(\d+)/g ) {
6162
next if $ENV{CHECK_JIRA_SKIP}
6263
&& grep { $ticket eq $_ } split " ", $ENV{CHECK_JIRA_SKIP};

0 commit comments

Comments
 (0)