Skip to content

Commit

Permalink
minor: address JIRA tickets missing from Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Feb 6, 2019
1 parent 80a202c commit f810ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

- PERL-806 Test Driver Wire Version Overlap logic

- PERL-833 Test QueryResult destructor kills cursor

- PERL-867 Resync GridFS tests to add test for legacy GridFS, where no filename was set

- PERL-976 Test only the initial command in a transaction includes readConcern
Expand Down
1 change: 1 addition & 0 deletions inc/CheckJiraInChanges.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ EOC
my %ticket_map;
for my $commit ( @commits ) {
next if $commit =~ /PERL-\d+:?\s+CI:/i;
for my $ticket ( $commit =~ /PERL-(\d+)/g ) {
next if $ENV{CHECK_JIRA_SKIP}
&& grep { $ticket eq $_ } split " ", $ENV{CHECK_JIRA_SKIP};
Expand Down

0 comments on commit f810ce2

Please sign in to comment.