-
**Describe the bug**
I think this is just an inconsistency, most everything uses `LittleEndian` and the `controlRegister` argument takes a `BigEndian`.
**Expected behavior**
I would expect the si…
-
## Steps to reproduce
1. juju set-model-constraints arch=arm64
2. juju deploy postgresql-k8s --trust --channel 14/edge --config profile=testing
3. juju deploy sysbench
4. juju config sysbench thre…
-
### Which jobs are flaking?
Unit Test
### Which tests are flaking?
- handles a HO node is switched to a OVN node
### Since when has it been flaking?
This started happening from this week
### Rea…
-
`utils.specfile.Spec` parser is pretty useful with increasingly more unit tests supporting its fragile regexp core. I'd like to expose the useful functions using new CLI actions:
rdopkg spec-ge…
-
# 🧭 Exploratory Testing Charter: Host Registration Validation via API Integration
### 🎯 Purpose
Explore the **API integration** to:
1. **Validate host registration details** (registration number, add…
-
With the expanded fatigue rules, it may be required that a player regularly cycle personnel out of active duty for "leave" to deal with fatigue problems.
This is currently rather click intensive, a…
-
```
What steps will reproduce the problem?
1. Start a wash cycle with a dirty water sensor.
What is the expected output? What do you see instead?
The unit should either error out/stop or proceed to t…
-
## Background ##
Implement search operation using openEHR instead of FHIR Bridge local database
## Acceptance criteria ##
_These are the functional requirements for this story. Add all steps …
-
You use RestUtility in the Portal and GuidantExerciseEntities in the web API which both are IO operations and require either a web service or a database. How would you write unit tests for your contro…
-
Some linear algebra operations like `\` have a hard time with unitful numbers. Take the following case:
```julia
a = [1.0u"N" 2.0u"N"
3.0u"N" 1.0u"N"]
b = [1.0u"N";3.0u"N"]
```
If you …