Skip to content

Commit 7857c94

Browse files
test(ffe): update canonical fixtures
1 parent f1ae1d2 commit 7857c94

7 files changed

Lines changed: 1305 additions & 1 deletion

File tree

tracer/test/Datadog.Trace.Tests/FeatureFlags/ffe-system-test-data/SOURCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These files are copied from the canonical FFE fixture repository.
44

55
Canonical source: https://github.com/DataDog/ffe-system-test-data
6-
Source commit: ea8b5cc5ce335109f11f3efbc5fd608f98a3ca54
6+
Source commit: b6470316cbfb00ad507eee79f5053a6a481a8c3c
77

88
Do not edit these fixtures directly in dd-trace-dotnet. Add or update shared FFE behavior in ffe-system-test-data first, then refresh this snapshot.
99

tracer/test/Datadog.Trace.Tests/FeatureFlags/ffe-system-test-data/evaluation-cases/test-case-regex-flag.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
11
[
2+
{
3+
"attributes": {
4+
"comma_regex_case": "xxaaay"
5+
},
6+
"defaultValue": "none",
7+
"flag": "regex-flag",
8+
"result": {
9+
"reason": "TARGETING_MATCH",
10+
"value": "comma-quantifier"
11+
},
12+
"targetingKey": "comma-quantifier",
13+
"variationType": "STRING"
14+
},
15+
{
16+
"attributes": {
17+
"whitespace_regex_case": "prefix exact suffix"
18+
},
19+
"defaultValue": "none",
20+
"flag": "regex-flag",
21+
"result": {
22+
"reason": "TARGETING_MATCH",
23+
"value": "literal-whitespace"
24+
},
25+
"targetingKey": "literal-whitespace",
26+
"variationType": "STRING"
27+
},
28+
{
29+
"attributes": {
30+
"whitespace_regex_case": "exact"
31+
},
32+
"defaultValue": "none",
33+
"flag": "regex-flag",
34+
"result": {
35+
"reason": "DEFAULT",
36+
"value": "none"
37+
},
38+
"targetingKey": "trimmed-whitespace-does-not-match",
39+
"variationType": "STRING"
40+
},
241
{
342
"attributes": {
443
"email": "user.name+tag@capture.example"

0 commit comments

Comments
 (0)