Skip to content
New issue

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

test_list_tahoe_objects failure #766

Open
meejah opened this issue Dec 5, 2024 · 0 comments
Open

test_list_tahoe_objects failure #766

meejah opened this issue Dec 5, 2024 · 0 comments

Comments

@meejah
Copy link
Collaborator

meejah commented Dec 5, 2024

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):

    # [                                                                                                                 
    #     [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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant