microsoft / microsoft/qdk

Reduce kata validation test time

Open
#768 2 comments 0 reactions 1 assignee View on GitHub

@cesarzc is already working on this.

Since Oct 4, 2023.

bug
Dominant language
Rust
Stars
1k
Forks
212
Avg merge
3d 8h
Merged PRs (30d)
65

Description

Some of these take multiple seconds, which is way to long for unit tests. We need to figure out how to get these to sub-second times.

For example, from latest CI on main, these 2 tests alone take close to 10 seconds.

```
# Subtest: random_numbers kata is valid
ok 14 - random_numbers kata is valid
---
duration_ms: 6979.4028
...
# Subtest: oracles kata is valid
ok 15 - oracles kata is valid
---
duration_ms: 2711.1274
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.