This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying with ['pytest', 'pylint', 'mypy', 'build-docs', 'check-docs', 'check-links', 'check-requirements', 'check-large-files'] | |
Tests (pytest): | |
[1m============================= test session starts ==============================[0m | |
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 | |
[1mcollecting ... [0mcollected 0 items / 248 errors | |
==================================== ERRORS ==================================== |