-
/kind feature
**Describe the solution you'd like**
Review all the e2e tests marked pending (i.e. `PDescribe`). Some of these are covered by #5169 but there are others. For example, we had some …
-
The circleci `is-nightly-run` flag was used in the past when we were kicking off nightly end-to-end tests. Since the e2e tests have now been integrated into our merge workflows, this flag and associat…
-
There are 2 types of tests
- __Unit Test__
- where you test components, atoms, and simple functions in isolations. eg say a `Button` component
and
- __End to End (E2E) tests__
- Where…
-
- Run tests that run on master X times as appropriate to ensure they don't flake
- e2e-p2p
- e2e-prover-full
- e2e-prover-coordination
- kind-network-test
Recommended X = 5
-
**What happened**:
When running `make e2e`, the e2e test script attempts to move the `istioctl` binary to the `/usr/local/bin` directory: https://github.com/kmesh-net/kmesh/blob/main/test/e2e/run…
tjons updated
1 month ago
-
The end2end tests should utilize the ingestion service in order to fully reflect the entire production flow of messages. This will also make sure our end2end tests capture message manipulation that is…
-
**Summary**
There have been a couple people who have had their **production** app leak sessions due to misconfiguration of their middleware. We should add `next-auth` to our `E2E` suite as a standard…
-
/kind feature
**Describe the solution you'd like**
When we have a release with the new AMI changes it the re-enable the following tests:
- [Clusterctl Upgrade Spec [from latest v1beta1 releas…
-
# Web UI E2E Tests
## _What_ are the motivations or contexts?
This is so-called UAT. The purpose is to ensure the implemented user interface to be acceptable.
## _What_ are the expected behav…
-
### Description
We have a basic suite of CP upgrades, but we need to do a better job of keeping CP-DP compatibility.
One idea we could adopt is to run a full E2E suite test of Kubernetes with DP v…