@@ -2489,6 +2489,95 @@ var typedAudiencesById = {
2489
2489
} ,
2490
2490
} ;
2491
2491
2492
+ var mutexFeatureTestsConfig = {
2493
+ version : '4' ,
2494
+ rollouts : [
2495
+ {
2496
+ experiments : [
2497
+ {
2498
+ status : 'Not started' ,
2499
+ audienceIds : [ ] ,
2500
+ variations : [ { variables : [ ] , id : '17138530965' , key : '17138530965' , featureEnabled : false } ] ,
2501
+ id : '17138130490' ,
2502
+ key : '17138130490' ,
2503
+ layerId : '17151011617' ,
2504
+ trafficAllocation : [ { entityId : '17138530965' , endOfRange : 0 } ] ,
2505
+ forcedVariations : { } ,
2506
+ }
2507
+ ] ,
2508
+ id : '17151011617' ,
2509
+ }
2510
+ ] ,
2511
+ typedAudiences : [ ] ,
2512
+ anonymizeIP : false ,
2513
+ projectId : '1715448053799999' ,
2514
+ variables : [ ] ,
2515
+ featureFlags : [
2516
+ {
2517
+ experimentIds : [ '17128410791' , '17139931304' ] ,
2518
+ rolloutId : '17151011617' ,
2519
+ variables : [ ] ,
2520
+ id : '17146211047' ,
2521
+ key : 'f' ,
2522
+ } ,
2523
+ ] ,
2524
+ experiments : [ ] ,
2525
+ audiences : [ ] ,
2526
+ groups : [
2527
+ {
2528
+ policy : 'random' ,
2529
+ trafficAllocation : [
2530
+ { entityId : '17139931304' , endOfRange : 9900 } ,
2531
+ { entityId : '17128410791' , endOfRange : 10000 }
2532
+ ] ,
2533
+ experiments : [
2534
+ {
2535
+ status : 'Running' ,
2536
+ audienceIds : [ ] ,
2537
+ variations : [
2538
+ { variables : [ ] , id : 17155031309 , key : 'variation_1' , featureEnabled : false } ,
2539
+ { variables : [ ] , id : 17124610952 , key : 'variation_2' , featureEnabled : true }
2540
+ ] ,
2541
+ id : '17139931304' ,
2542
+ key : 'f_test2' ,
2543
+ layerId : '17149391594' ,
2544
+ trafficAllocation : [
2545
+ { entityId : '17155031309' , endOfRange : 5000 } ,
2546
+ { entityId : '17124610952' , endOfRange : 10000 }
2547
+ ] ,
2548
+ forcedVariations : { }
2549
+ } ,
2550
+ {
2551
+ status : 'Running' ,
2552
+ audienceIds : [ ] ,
2553
+ variations : [
2554
+ { variables : [ ] , id : '17175820099' , key : 'variation_1' , featureEnabled : false } ,
2555
+ { variables : [ ] , id : '17144050391' , key : 'variation_2' , featureEnabled : true }
2556
+ ] ,
2557
+ id : '17128410791' ,
2558
+ key : 'f_test1' ,
2559
+ layerId : '17145581153' ,
2560
+ trafficAllocation : [
2561
+ { entityId : '17175820099' , endOfRange : 5000 } ,
2562
+ { entityId : '17144050391' , endOfRange : 10000 }
2563
+ ] ,
2564
+ forcedVariations : { }
2565
+ }
2566
+ ] ,
2567
+ id : '17142090293'
2568
+ }
2569
+ ] ,
2570
+ attributes : [ ] ,
2571
+ botFiltering : false ,
2572
+ accountId : '4879520872999' ,
2573
+ events : [ { experimentIds : [ '17128410791' , '17139931304' ] , id : '17140380990' , key : 'e' } ] ,
2574
+ revision : '12' ,
2575
+ } ;
2576
+
2577
+ var getMutexFeatureTestsConfig = function ( ) {
2578
+ return cloneDeep ( mutexFeatureTestsConfig ) ;
2579
+ } ;
2580
+
2492
2581
module . exports = {
2493
2582
getTestProjectConfig : getTestProjectConfig ,
2494
2583
getParsedAudiences : getParsedAudiences ,
@@ -2497,4 +2586,5 @@ module.exports = {
2497
2586
getUnsupportedVersionConfig : getUnsupportedVersionConfig ,
2498
2587
getTypedAudiencesConfig : getTypedAudiencesConfig ,
2499
2588
typedAudiencesById : typedAudiencesById ,
2589
+ getMutexFeatureTestsConfig : getMutexFeatureTestsConfig ,
2500
2590
} ;
0 commit comments