BIND 10 #1275: A temporary socket file is not removed after each statistics test
BIND 10 Development
do-not-reply at isc.org
Tue Oct 4 01:11:11 UTC 2011
#1275: A temporary socket file is not removed after each statistics test
-------------------------------------+-------------------------------------
Reporter: naokikambe | Owner:
Type: defect | Status: new
Priority: major | Milestone: New
Component: statistics | Tasks
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
After #1175, such a temporary socket file is created and used in each
statistics test, but it is there even after each test is done. It should
be removed after each test.
{{{
[kambe at fdvm ~]$ rm -f /tmp/msgq_socket_*
[kambe at fdvm ~]$ ls -ltr /tmp/msgq_socket_*
ls: cannot access /tmp/msgq_socket_*: No such file or directory
[kambe at fdvm ~]$ cd git/src/bin/stats
[kambe at fdvm stats]$ make check
....
[kambe at fdvm stats]$ ls -ltr /tmp/msgq_socket_*
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_uSWIia
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_DkyT71
[kambe at fdvm stats]$ make check
....
[kambe at fdvm stats]$ ls -ltr /tmp/msgq_socket_*
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_uSWIia
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_DkyT71
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_0E_Hwb
srwxrwxr-x 1 kambe kambe 0 Oct 4 09:57 /tmp/msgq_socket_NUGzQc
[kambe at fdvm stats]$
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1275>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list