Baptiste Girard-Carrabin

Results 17 issues of Baptiste Girard-Carrabin

The current `Style Settings` for updating the code blocks was not referring to the correct CSS variable (I think so at least). This PR fix this behaviour. For example:

/kind feature **Is your feature request related to a problem?/Why is this needed** I would like to add more telemetry to the driver using opentelemetry traces. An easy way to...

priority/important-soon
lifecycle/frozen

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: Fix a bunch of typos, spelling mistakes and grammar in documentation...

kind/documentation
cncf-cla: yes
lifecycle/stale
sig/testing
needs-ok-to-test
size/L

#### What type of PR is this? /kind bug #### What this PR does / why we need it: When writing tests, this allows the writer to control whether the...

kind/bug
cncf-cla: yes
sig/testing
ok-to-test
size/S

### What happened? When running tests without the `fail-fast` flag, if `t.FailNow()` is called, the following assess will still run. I think this is an error because calling `FailNow` means...

kind/bug

Hello :wave: I'm trying to understand why flags `-parallel` and `-fail-fast` can't be used together. I've looked at the [PR](https://github.com/kubernetes-sigs/e2e-framework/pull/118) that implemented the `fail-fast` but couldn't find a reason as...

### What happened? Currently, the `config` object is passed as a reference across all the `StepFunc` of a feature. When running tests, it creates a number of issues where any...

kind/bug

Hello, I'm trying to build some automation to keep our fork of the driver updated with upstream. I rely on the tags to find the latest version with `git tag...

#### What type of PR is this? /kind feature #### What this PR does / why we need it: Following discussions in https://github.com/kubernetes-sigs/e2e-framework/pull/367 This PR fixes a bug where the...

kind/feature
cncf-cla: yes
sig/testing
needs-ok-to-test
size/L

**Is your feature request related to a problem?/Why is this needed** Hi all, I wanted to gather some opinions around the idea of providing an automated snapshoting mechanism when a...

kind/feature