zpoint
zpoint
Just instantiate Elasticsearch `es = Elasticsearch(["localhost:8000"])` When terminate: `Unclosed client session client_session: ` Should aioes->connection.py->class Connection has a destructor ? ` def __del__(self): self._session.close() ` aiohttp (2.0.4)
yarl (0.8.1) https://github.com/aio-libs/yarl/issues/9 ``` File "/usr/local/lib/python3.5/dist-packages/aioes/connection.py", line 41, in perform_request url = self._base_url.with_path(url) AttributeError: 'URL' object has no attribute 'with_path' ``` I update aiohttp to 2.0.3 slove the "with_path" problem...
We got many warning when running pytest now: Its likely introduced by `pytest.ini` from #5328 We use `pyproject.toml` for pytest option before, and the same config already added in #5348...
Function signature change in #5351
Recently we find `test_multi_echo` is highly flaky. Running 150 tasks simultaneously may result in 0-5 errors, while the rest should succeed. Logs from api server side: ```bash I 04-22 10:12:12...
We want github pipeline to trigger on this #5333: `releases/0.9.0` from `test_releases/0.9.0` We don't want github pipeline to trigger on this #5350, `releases/0.9.0` from `DanielZhangQD:dashboard2` So we add a rule...
See [fail logs](https://github.com/skypilot-org/skypilot/pull/6045#issuecomment-2989925863) in release 0.10.0 test ## Reproduce steps: 1. Launch managed job 1 in releases/0.9.3 2. Launch managed job 2 in master branch (triggers runtime code update in...
Tested (run the relevant ones): - [x] Code formatting: install pre-commit (auto-check on commit) or `bash format.sh` - [x] Relevant individual tests: `/smoke-test --managed-jobs --remote-server` (CI) or `pytest tests/test_smoke.py::test_name` (local)
# helm_okta.sh * Creates a Helm deployment for SkyPilot nightly on a Kind cluster with Okta environment setup ([See docs](https://docs.skypilot.co/en/latest/reference/auth.html)) * Waits until pod is ready (using `kubectl` wait) *...
* Launch a container with 4 CPUs and 8GB memory. According to our [doc](https://docs.skypilot.co/en/latest/reference/api-server/api-server-tunning.html), we should expect `8 long requests and 11 short requests` in this configuration. * Run 100...