DatasetGenerator - classes of reconciliation tests#73
DatasetGenerator - classes of reconciliation tests#73
Conversation
multiple types of datasets for test
- remove unused params
|
The failing tests for CPISync are probably due to Issue#74. I will need to take a look why the CuckooSyncTest fails. |
|
What I see in the CI build report is very weird. For example, it says that Could you please merge |
|
Additionally, consider supporting the very basic test set generation function that would just simply return two |
So this is because Github merges the two branches itself, and runs the CI on the merge. I validated it from the CI output.
Yeah, in effect the test failures are resultant of merging with master |
|
@arorashu I see... Can you please look a bit closer into that to find the root cause of those failures? |
|
@novakboskov Yeah, added some relevant info at Issue#75 |
|
So, CPISync fails for the case where server is empty. I have currently narrowed it down to the |
|
Increasing Cuckoo filter size from |
- update usage in all places
Addresses Issue#62
Create DatasetGenerator class to create different standard types of datasets.
Accepts isMultiset and isLargeSync as boolean flags to generate these specific datasets as well.