-
The following markdown should fail to compile because of conflicting test IDs, but it doesn't. Worse, it appends the steps under the second test to those in the first test, but doesn't include the set…
-
Hello,
I've noticed that `SuccessfulTasks()` call always returns the total number of submitted tasks.
I think this is happening because tasks after the timeout will be counted as successful.
Re…
-
Hi everyone, the the following test failure occurs in the following environment:
Commit: `9b88159ce763d680e4a13b6e8f3171ae923a535d`
OpenSSL: `3.3.0`
macOS: `14.6.1`
SoC: M2 Max
`make check`…
-
## Description 📹
Our old github link is broken (https://github.com/starknet-id) please change it to https://github.com/lfglabs-dev
## Proposed Actions 🛠️
Here’s a checklist of actions to foll…
-
### What is your Scenario?
I want to take screenshots of various components so I'm alerted when they experience regression defects.
### What is the Current behavior?
The screenshots are refused bec…
-
On Debian 10 with system Perl 5.28.1:
```
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch…
-
## Expected Behavior
- no crash
## Actual Behavior
when testing several Activities with t.Parallel, the test framework crash with "fatal error: concurrent map writes"
```
fatal error: co…
-
I have downloaded and configured Ocropus using the following commands-:
```
$ virtualenv ocropus_venv/
$ source ocropus_venv/bin/activate
$ pip install -r requirements_1.txt
# tables has some depende…
-
This compiles `__tests__` into `lib` as well.
I'd like to only compile `src`.
But as soon as I add `"include": ["src"]` to `tsconfig.json`, It stops applying that config to the tests VS Code.
What …
-
### Summary
We ran all the tests in the mono repositories with Mocha, even if the source didn't change. It would be great to skip all the tests in which sources were untouched.
### Examples
_…