Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PortManager: start at port 29100 #3975

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cassandane: update everywhere else that refers to port 9xxx
  • Loading branch information
brong committed Sep 9, 2024
commit 67ee44587aa8e46896eb8c541779d9eeea024a0b
2 changes: 1 addition & 1 deletion cassandane/Cassandane/Test/Cassini.pm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sub test_environment_override
'cassandane.pwcheck' => 'alwaystrue',
'cassandane.cleanup' => 'no',
'cassandane.maxworkers' => '1',
'cassandane.base_port' => '9100',
'cassandane.base_port' => '29100',
'cassandane.suppress' => '',
'valgrind.enabled' => 'no',
'valgrind.binary' => '/usr/bin/valgrind',
Expand Down
2 changes: 1 addition & 1 deletion cassandane/cassandane.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
##maxworkers = 1
# Base port number to use. All Cyrus instances run by Cassandane
# will listen at ports starting from this number.
##base_port = 9100
##base_port = 29100
# A list of tests or suites which will be suppressed. These tests
# will still run if requested on the command line, but will not be
# run by default.
Expand Down
2 changes: 1 addition & 1 deletion cassandane/genmail3.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub usage
my %params = (
type => 'imap',
host => 'localhost',
port => 9100,
port => 29100,
folder => 'inbox',
username => 'cassandane',
password => 'testpw',
Expand Down
2 changes: 1 addition & 1 deletion cassandane/imap-append.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sub usage
my %imap_params = (
type => 'imap',
host => 'localhost',
port => 9100,
port => 29100,
folder => 'inbox',
username => 'cassandane',
password => 'testpw',
Expand Down