We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under tahoe-lafs 1.19 and master the integration test _tahoe_list_objects fails by producing one (of the twenty) metadata objects "too big".
test _tahoe_list_objects
I'm not sure what's going on here, and will file a tahoe-lafs ticket as well.
The magic-folder API returns this (after creating 20x identical folders with a single Snapshot):
# [ # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 190], # [416, 800, 292] # ]
They should all be identical, but the last one as a 292 byte metadata, instead of 190-byte metadata. This works fine on tahoe-lafs 1.17 and 1.18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Under tahoe-lafs 1.19 and master the integration
test _tahoe_list_objects
fails by producing one (of the twenty) metadata objects "too big".I'm not sure what's going on here, and will file a tahoe-lafs ticket as well.
The magic-folder API returns this (after creating 20x identical folders with a single Snapshot):
They should all be identical, but the last one as a 292 byte metadata, instead of 190-byte metadata. This works fine on tahoe-lafs 1.17 and 1.18
The text was updated successfully, but these errors were encountered: