Page MenuHomeVyOS Platform

Service dns dynamic cannot pass the smoketest
Closed, ResolvedPublicBUG

Description

Smoketest

08:06:28  DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py
08:06:30  DEBUG - test_dyndns_rfc2136 (__main__.TestServiceDDNS) ... FAIL
08:06:31  DEBUG - test_dyndns_service (__main__.TestServiceDDNS) ... FAIL
08:06:31  DEBUG - 
08:06:31  DEBUG - ======================================================================
08:06:31  DEBUG - FAIL: test_dyndns_rfc2136 (__main__.TestServiceDDNS)
08:06:31  DEBUG - ----------------------------------------------------------------------
08:06:31  DEBUG - Traceback (most recent call last):
08:06:31  DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py", line 122, in test_dyndns_rfc2136
08:06:31  DEBUG -     self.assertTrue(process_named_running(PROCESS_NAME))
08:06:31  DEBUG - AssertionError: None is not true
08:06:31  DEBUG - 
08:06:31  DEBUG - ======================================================================
08:06:31  DEBUG - FAIL: test_dyndns_service (__main__.TestServiceDDNS)
08:06:31  DEBUG - ----------------------------------------------------------------------
08:06:31  DEBUG - Traceback (most recent call last):
08:06:31  DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py", line 92, in test_dyndns_service
08:06:31  DEBUG -     self.assertTrue(process_named_running(PROCESS_NAME))
08:06:31  DEBUG - AssertionError: None is not true
08:06:31  DEBUG - 
08:06:31  DEBUG - ----------------------------------------------------------------------

Details

Difficulty level
Normal (likely a few hours)
Version
VyOS 1.3-stable-202308170442
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Related Objects

Mentioned In
1.3.5

Event Timeline

It could be incorrect process name name='ddclient - sleeping for 10 seconds' expectedd ddclient, possible bug after commit https://github.com/vyos/vyos-1x/commit/58a20e42087cbb7a1b3b4725fa40fd15a31bb4ed

psutil.Process(pid=2282, name='sshd', started='12:29:23')
psutil.Process(pid=2283, name='vbash', started='12:29:23')
psutil.Process(pid=2625, name='rsyslogd', started='12:30:31')
psutil.Process(pid=9841, name='vbash', started='13:02:24')
psutil.Process(pid=10249, name='kworker/u2:1-events_unbound', started='13:03:58')
psutil.Process(pid=10735, name='kworker/0:1-mm_percpu_wq', started='13:10:42')
psutil.Process(pid=10737, name='kworker/u2:2-events_unbound', started='13:10:42')
psutil.Process(pid=10987, name='ddclient - sleeping for 10 seconds', started='13:12:47')

process

vyos@r1:~$ ps ax | grep ddcli
10987 ?        S      0:00 ddclient - sleeping for 20 seconds
Viacheslav changed the task status from Open to Known issue.Aug 17 2023, 10:58 AM
Viacheslav claimed this task.