Page MenuHomePhabricator
Paste P16365

otto screen session
ActivePublic

Authored by razzi on Jun 9 2021, 9:37 PM.
Tags
None
Referenced Files
F34488689: otto screen session
Jun 9 2021, 9:37 PM
Subscribers
None
analytics@an-launcher1002:/home/otto$ export PYTHONPATH=/srv/deployment/analytics/refinery/python
analytics@an-launcher1002:/home/otto$ /usr/local/bin/kerberos-run-command analytics /srv/deployment/analytics/refinery/bin/refinery-drop-older-than --database='event' --tables='.*' --base-path='/wmf/data/event' --path-format='[^/]+(/datacenter=[^/]+)?/year=(?P<year>[0-9]+)(/month=(?P<month>[0-9]+)(/day=(?P<day>[0-9]+)(/hour=(?P<hour>[0-9]+))?)?)?' --older-than='90' --execute='ea43326f56fd374d895bb931dc0ce3d4' --log-file='/var/log/refinery/drop_event.log'
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.014s
OK
^CTraceback (most recent call last):
File "/usr/local/bin/kerberos-run-command", line 82, in <module>
main()
File "/usr/local/bin/kerberos-run-command", line 78, in main
sys.exit(subprocess.call(cmd))
File "/usr/lib/python3.7/subprocess.py", line 325, in call
return p.wait(timeout=timeout)
File "/usr/lib/python3.7/subprocess.py", line 990, in wait
return self._wait(timeout=timeout)
File "/usr/lib/python3.7/subprocess.py", line 1624, in _wait
(pid, sts) = self._try_wait(0)
File "/usr/lib/python3.7/subprocess.py", line 1582, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt
analytics@an-launcher1002:/home/otto$ /usr/local/bin/kerberos-run-command analytics /srv/deployment/analytics/refinery/bin/refinery-drop-older-than --database='event' --tables='.*' --base-path='/wmf/data/event' --path-format='[^/]+(/datacenter=[^/]+)?/year=(?P<year>[0-9]+)(/month=(?P<month>[0-9]+)(/day=(?P<day>[0-9]+)(/hour=(?P<hour>[0-9]+))?)?)?' --older-than='90' --execute='ea43326f56fd374d895bb931dc0ce3d4' --log-file='/var/log/refinery/drop_event.log' --verbose
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.014s
OK
analytics@an-launcher1002:/home/otto$