Skip to content

Commit

Permalink
test(encryption): sync encryption limit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daprahamian committed Nov 13, 2019
1 parent 1d4da6a commit 036fdf2
Show file tree
Hide file tree
Showing 3 changed files with 1,538 additions and 0 deletions.
102 changes: 102 additions & 0 deletions test/functional/spec/client-side-encryption/limits/limits-doc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"00": "a",
"01": "a",
"02": "a",
"03": "a",
"04": "a",
"05": "a",
"06": "a",
"07": "a",
"08": "a",
"09": "a",
"10": "a",
"11": "a",
"12": "a",
"13": "a",
"14": "a",
"15": "a",
"16": "a",
"17": "a",
"18": "a",
"19": "a",
"20": "a",
"21": "a",
"22": "a",
"23": "a",
"24": "a",
"25": "a",
"26": "a",
"27": "a",
"28": "a",
"29": "a",
"30": "a",
"31": "a",
"32": "a",
"33": "a",
"34": "a",
"35": "a",
"36": "a",
"37": "a",
"38": "a",
"39": "a",
"40": "a",
"41": "a",
"42": "a",
"43": "a",
"44": "a",
"45": "a",
"46": "a",
"47": "a",
"48": "a",
"49": "a",
"50": "a",
"51": "a",
"52": "a",
"53": "a",
"54": "a",
"55": "a",
"56": "a",
"57": "a",
"58": "a",
"59": "a",
"60": "a",
"61": "a",
"62": "a",
"63": "a",
"64": "a",
"65": "a",
"66": "a",
"67": "a",
"68": "a",
"69": "a",
"70": "a",
"71": "a",
"72": "a",
"73": "a",
"74": "a",
"75": "a",
"76": "a",
"77": "a",
"78": "a",
"79": "a",
"80": "a",
"81": "a",
"82": "a",
"83": "a",
"84": "a",
"85": "a",
"86": "a",
"87": "a",
"88": "a",
"89": "a",
"90": "a",
"91": "a",
"92": "a",
"93": "a",
"94": "a",
"95": "a",
"96": "a",
"97": "a",
"98": "a",
"99": "a"
}
31 changes: 31 additions & 0 deletions test/functional/spec/client-side-encryption/limits/limits-key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"status": {
"$numberInt": "1"
},
"_id": {
"$binary": {
"base64": "LOCALAAAAAAAAAAAAAAAAA==",
"subType": "04"
}
},
"masterKey": {
"provider": "local"
},
"updateDate": {
"$date": {
"$numberLong": "1557827033449"
}
},
"keyMaterial": {
"$binary": {
"base64": "Ce9HSz/HKKGkIt4uyy+jDuKGA+rLC2cycykMo6vc8jXxqa1UVDYHWq1r+vZKbnnSRBfB981akzRKZCFpC05CTyFqDhXv6OnMjpG97OZEREGIsHEYiJkBW0jJJvfLLgeLsEpBzsro9FztGGXASxyxFRZFhXvHxyiLOKrdWfs7X1O/iK3pEoHMx6uSNSfUOgbebLfIqW7TO++iQS5g1xovXA==",
"subType": "00"
}
},
"creationDate": {
"$date": {
"$numberLong": "1557827033449"
}
},
"keyAltNames": [ "local" ]
}
Loading

0 comments on commit 036fdf2

Please sign in to comment.