mojito-dimensions-base
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -233,3 +233,5 @@ /* | ||
if (isExperimentDimension(k)) { | ||
Y.log('INVALID dimension value "' + ctx[k] + '" for key "' + k + '"', 'error', NAME); | ||
Y.log('INVALID dimension value "' + ctx[k] + '" for key "' + k + | ||
'". Bucket "' + k.replace(EXPERIMENT_DIMENSION_PREFIX, '') + ':' + ctx[k] + | ||
'" is not configured or missing.', 'warn', NAME); | ||
} else { | ||
@@ -236,0 +238,0 @@ store._validateContextCache[cacheKey] = 'INVALID dimension value "' + ctx[k] + '" for key "' + k + '"'; |
{ | ||
"name": "mojito-dimensions-base", | ||
"description": "Mojito bucket testing infrastructure Super Bundle Addon", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "David Gomez <dgomez@yahoo-inc.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -422,4 +422,5 @@ /* | ||
A.areEqual('INVALID dimension value "invalid" for key "experiment_ad"', actual.msg, 'error msg'); | ||
A.areEqual('error', actual.level, 'error level'); | ||
A.areEqual('INVALID dimension value "invalid" for key "experiment_ad".' + | ||
' Bucket "ad:invalid" is not configured or missing.', actual.msg, 'error msg'); | ||
A.areEqual('warn', actual.level, 'error level'); | ||
A.areEqual(moduleName, actual.name, 'error module name'); | ||
@@ -426,0 +427,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46771
883