-
## Environment data
`dotnet --info` output:
Product Information:
`Version: 1.0.1`
`Commit SHA-1 hash: 005db40cd1`
Runtime Environment:
`OS Name: Ubuntu`
`OS Version: 16.10`
`OS Platform: …
-
Ross and I have discussed this issue already, but I wanted to record it so that I don't forget about it.
Packages that are required only for tests (via TEST_REQUIRED_DEP_PACKAGES) are built even when…
-
Two Puppeteer tests in `settings.test.ts`, `test_invalid_edit_bot_form` and `test_edit_bot_form` are currently disabled (in #20815 and #26440, respectively) using early returns.
These tests need …
-
SQL:
```sql
CREATE TABLE x(C DECIMAL(20, 2));
CREATE MATERIALIZED VIEW v AS SELECT * FROM x;
```
Insert data with fda:
```sh
fda query decimal 'insert into x values(11.11);'
```
Here…
-
We are currently storing test prefix(i.e., disabled, echo.disabled) information per test target in TKG, we would like to increase the granularity to each test variation. This can allow multiple enhanc…
-
If we book a node e.g. via
```
srun -p Cascade --ntasks 1 --cpus-per-task 32 -t 08:00:00 --pty /bin/bash
```
Note that this is *NOT* the typical way to ask for MPI resources, but I prefer it …
-
There seems to be multiple issues involved.
1. These tests are consistently failing.
- Checked on both windows/mac local dev machines.
2. On CircleCI starting VSCode during seems to fail on the…
-
The `initial_download_unexpected_disconnect' test should be properly fixed and re-enabled. The problem is probably in the test itself: on slow machines, some background task may not process events in …
-
-
pull #447 disabled the tests that installed bpf filters because the fd didn't match during list when the travis kernel was updated to 4.15. We need to diagnose the problem and re-enable the tests if p…