-
#132587 partially reverted #129346 because that caused a test failure in cfg_eval, but the revert PR didn't come with a test because it involved proc-macros and was hard to minimize. We should still a…
-
Currently we only have a PQ/T encryption subkey [for the A.1. test vector](https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-pqc#appendix-A.1). Wouldn't it make sense to add an X25519 subkey?
-
**Describe the bug**
Hi in the middle of a test execution, sometimes i'll start getting non-playwright errors like this. I can't find anything in the documentation. Usually if a test times out, the t…
-
Save the below script as `foo`:
```js
Deno.test("foo", () => {
});
```
And run it with `deno test foo`:
```shellsession
$ deno test foo
ok | 0 passed | 0 failed (0ms)
```
The comma…
-
# Bug report
### Bug description:
Hi,
We're a research group focused on testing concurrent runtimes. Our work-in-progress prototype found a violation of atomicity on the current nogil build w…
-
The operator uses the JOSDK's `LocallyRunOperatorExtension`, which requires an accessible Kube cluster. This is easily done locally by starting `minikube`. But we don't currently have a Kube cluster a…
-
For reference https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/encode/datetime/mockapi.ts
If you send the wrong value, all you get is a HTTP 500 response. The tests shou…
-
### What happens?
Stored procedure will run each query with more parameters, thus will always hit assert in duckdb.
### To Reproduce
```
postgres=# create table t(a int);
CREATE TABLE
postgres=#…
-
The testing tab does not automatically recognize newly created unity tests and requires an IDE restart in order to run new tests through the tab, including test name changes. It would be great if the …
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include repr…