1
0
Fork 0

[DEV-6763] Include ratedata in data deltas

master
Austin Schaffer 2019-12-26 15:28:40 -05:00
parent 8ae6e236e9
commit 3fbe9b31ff
2 changed files with 21 additions and 6 deletions

View File

@ -189,7 +189,7 @@ export class DeltaProcessor
pairs[ i ] = [
delta,
bucket_state,
( delta.type === this.DELTA_RATEDATA ) ? ratedata_state : {},
ratedata_state,
];
// Don't apply the final delta, since we won't use it

View File

@ -131,7 +131,10 @@ describe( 'system.DeltaProcessor', () =>
foo: [ 'first' ],
state: [ 'a', 'b' ],
},
ratedata: {},
ratedata: {
prem: [ '' ],
state: [ 'i' ],
},
},
// rate
@ -164,7 +167,10 @@ describe( 'system.DeltaProcessor', () =>
foo: [ 'second' ],
state: [ 'a', 'b', 'c' ],
},
ratedata: {},
ratedata: {
prem: [ 'rate_first' ],
state: [ 'i', 'ii' ],
},
},
// rate
@ -197,7 +203,10 @@ describe( 'system.DeltaProcessor', () =>
foo: [ 'third' ],
state: [ 'a', 'b', 'c', 'd' ],
},
ratedata: {},
ratedata: {
prem: [ 'rate_second' ],
state: [ 'i', 'ii', 'iii' ],
},
},
],
},
@ -296,7 +305,10 @@ describe( 'system.DeltaProcessor', () =>
foo: [ 'first' ],
state: [ 'a', 'b' ],
},
ratedata: {},
ratedata: {
prem: [ '' ],
state: [ 'i' ],
},
},
// rate
@ -327,7 +339,10 @@ describe( 'system.DeltaProcessor', () =>
foo2: [ 'first' ],
state: [ 'a', 'b' ],
},
ratedata: {},
ratedata: {
prem2: [ '' ],
state: [ 'i' ],
},
},
// rate