File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
34
34
it "should read plain with unicode" do
35
35
event_count = 10
36
- port = 5511
36
+ port = rand ( 1024 .. 65535 )
37
37
conf = <<-CONFIG
38
38
input {
39
39
tcp {
61
61
end
62
62
63
63
it "should read events with plain codec and ISO-8859-1 charset" do
64
- port = 5513
64
+ port = rand ( 1024 .. 65535 )
65
65
charset = "ISO-8859-1"
66
66
conf = <<-CONFIG
67
67
input {
89
89
end
90
90
91
91
it "should read events with json codec" do
92
- port = 5514
92
+ port = rand ( 1024 .. 65535 )
93
93
conf = <<-CONFIG
94
94
input {
95
95
tcp {
124
124
end
125
125
126
126
it "should read events with json codec (testing 'host' handling)" do
127
- port = 5517
127
+ port = rand ( 1024 .. 65535 )
128
128
conf = <<-CONFIG
129
129
input {
130
130
tcp {
151
151
end
152
152
153
153
it "should read events with json_lines codec" do
154
- port = 5515
154
+ port = rand ( 1024 .. 65535 )
155
155
conf = <<-CONFIG
156
156
input {
157
157
tcp {
190
190
191
191
it "should one message per connection" do
192
192
event_count = 10
193
- port = 5516
193
+ port = rand ( 1024 .. 65535 )
194
194
conf = <<-CONFIG
195
195
input {
196
196
tcp {
You can’t perform that action at this time.
0 commit comments