Skip to content

Commit 1552f0d

Browse files
fix: Update test configs for tests that rely on no batched logging
Signed-off-by: ethan-thompson <ethan.thompson@networkradius.com>
1 parent c8359cd commit 1552f0d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/tests/ldap_sync/persistent_search/config/radiusd.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic_action = "gdb -batch -x src/tests/panic.gdb %e %p > ${run_dir}/gdb.log 2>&
1818
#
1919
# Look at the source version of raddb for the rest of the files, not
2020
# this directory.
21-
#
21+
#
2222
raddb = raddb
2323
radacctdir = ${run_dir}/radacct
2424
modconfdir = ${raddb}/mods-config
@@ -76,6 +76,8 @@ modules {
7676

7777
file {
7878
filename = "${run_dir}/%{control.LDAP-Sync.DN}%{Packet-Type}%{Proto.radius.User-Name}%{User-Category}.out"
79+
buffer_count = 0
80+
buffer_delay = 0
7981
}
8082
}
8183

src/tests/ldap_sync/rfc4533/config/radiusd.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic_action = "gdb -batch -x src/tests/panic.gdb %e %p > ${run_dir}/gdb.log 2>&
1818
#
1919
# Look at the source version of raddb for the rest of the files, not
2020
# this directory.
21-
#
21+
#
2222
raddb = raddb
2323
radacctdir = ${run_dir}/radacct
2424
modconfdir = ${raddb}/mods-config
@@ -98,6 +98,8 @@ modules {
9898

9999
file {
100100
filename = "${run_dir}/%{control.LDAP-Sync.DN}%{Packet-Type}%{Proto.radius.User-Name}%{User-Category}.out"
101+
buffer_count = 0
102+
buffer_delay = 0
101103
}
102104
}
103105

@@ -107,6 +109,8 @@ modules {
107109

108110
file {
109111
filename = ${run_dir}/cookielog.out
112+
buffer_count = 0
113+
buffer_delay = 0
110114
}
111115
}
112116

0 commit comments

Comments
 (0)