Skip to content

Commit fbf02cb

Browse files
authored
Merge branch 'master' into sarahchen6/test-26-rc
2 parents fc6435b + 2fa3c0c commit fbf02cb

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run-system-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run system tests
22

33
on:
4+
merge_group:
45
pull_request:
56
workflow_dispatch:
67
schedule:

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ muzzle-dep-report:
597597
when: on_success
598598
- if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
599599
when: on_success
600+
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
601+
when: on_success
600602
script:
601603
- *gitlab_base_ref_params
602604
- >

dd-smoke-tests/openfeature/src/test/groovy/datadog/smoketest/springboot/OpenFeatureProviderSmokeTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import okhttp3.Request
1313
import okhttp3.RequestBody
1414
import spock.lang.Shared
1515
import spock.lang.Stepwise
16+
import spock.lang.Unroll
1617
import spock.util.concurrent.PollingConditions
1718

1819
/** Due to the exposure cache it's important to run the tests in the specified order */
@@ -97,6 +98,7 @@ class OpenFeatureProviderSmokeTest extends AbstractServerSmokeTest {
9798
}
9899
}
99100

101+
@Unroll("test open feature evaluation - #testCase.fileName[#testCase.index] - flag=#testCase.flag")
100102
void 'test open feature evaluation'() {
101103
setup:
102104
setRemoteConfig("datadog/2/FFE_FLAGS/1/config", rcPayload)

0 commit comments

Comments
 (0)