Skip to content

Instantly share code, notes, and snippets.

View p-null's full-sized avatar

peterson_ p-null

  • Canada
View GitHub Profile
/ # netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:49430 localhost:8200 TIME_WAIT
tcp 0 0 vault-1:4191 207-244-248-244.kubernetes.default.svc.cluster.local:43968 TIME_WAIT
tcp 0 0 vault-1:4191 207-244-248-244.kubernetes.default.svc.cluster.local:53716 TIME_WAIT
tcp 0 0 localhost:59134 localhost:8200 TIME_WAIT
tcp 0 0 localhost:39612 localhost:8200 TIME_WAIT
tcp 0 0 vault-1:4143 10-42-3-161.vault-operator.vault-infra.svc.cluster.local:50982 ESTABLISHED
tcp 0 0 vault-1:37048 10-42-3-14.linkerd-identity.linkerd.svc.cluster.local:http-alt ESTABLISHED
@p-null
p-null / conf.py
Created August 31, 2019 21:53
conf for readthedoc
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@p-null
p-null / Test error log
Created February 27, 2019 19:05
Error log of scripts/verify.py
Verifying with ['pytest', 'pylint', 'mypy', 'build-docs', 'check-docs', 'check-links', 'check-requirements', 'check-large-files']
Tests (pytest):
============================= test session starts ==============================
platform linux -- Python 3.7.2, pytest-3.8.2, py-1.6.0, pluggy-0.7.1 -- /media/F/tingkai/anaconda3/envs/torch/bin/python
cachedir: .pytest_cache
rootdir: /media/F/tingkai/allennlp, inifile: pytest.ini
plugins: cov-2.6.1, flaky-3.4.0
collecting ... collected 0 items / 248 errors
==================================== ERRORS ====================================