Skip to content
#

ab-testing

Here are 503 public repositories matching this topic...

flagger
chlunde
chlunde commented Feb 8, 2022

Describe the bug

The documentation and some tests uses gw.ns(.svc.cluster.local) for gateways.

I think this is the correct format for istio gateways: <gateway namespace>/<gateway name>

Like here:

https://github.com/fluxcd/flagger/blob/273b05fb24d467c10939389218e6a8ec26d4c70e/test/istio/test-delegation.sh#L41

re. https://istio.io/latest/docs/reference/config/networking/virtua

growthbook
Auz
Auz commented Nov 27, 2021

When we show data for a metric, we currently don't include the current day's worth of data. For users just getting set up, they may only have events from today, and want to test out if the query is working, and by excluding events from 'today', they can't see results.

TODO:

  • In packages/back-end/src/services/experiments.ts on line 329, instead of using the current date as the value
good first issue
zhouzhuojie
zhouzhuojie commented Mar 20, 2019

As we are constantly upgrading Flagr server, the client SDKs may experience unexpected changes from the server side. The integration tests should better include these SDKs instead of just simple CURL tests.

Specifically, we want to cover

lucas-rudd
lucas-rudd commented Feb 18, 2020

Right now, when you archive a key, you can only see it if you manually search for it.

This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).

It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.

kalantar
kalantar commented Mar 4, 2022

The gRPC testing framework Iter8 is using (ghz) supports a connect-timeout option. It is documented as:

--connect-timeout

Connection timeout duration for the initial connection dial. Default is 10s.

The load-test-grpc experiment type should support this option. Would need to update the chart (templates/_experiment.tpl and values.yaml). Also need to support in` collect_grpc

good first issue

Improve this page

Add a description, image, and links to the ab-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ab-testing topic, visit your repo's landing page and select "manage topics."

Learn more