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

bug: Large Data Transfer Testing TODO #33

Open
raamsri opened this issue Jan 5, 2025 · 0 comments
Open

bug: Large Data Transfer Testing TODO #33

raamsri opened this issue Jan 5, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request Essential It is understood that this can't be overlooked, and demands attention. good first issue Good for newcomers Needs Fix The issue is understood and ready for code to be written. test Drop anything but this!

Comments

@raamsri
Copy link
Contributor

raamsri commented Jan 5, 2025

Bug Report

Description

Missing large data transfer testing for resumable operations

Steps to Reproduce

  1. Create large dataset (>1000MB)
  2. Initiate transfer
  3. Interrupt transfer
  4. Attempt resume
  5. Verify data integrity

Expected Behavior

  • Transfer should be resumable
  • Data integrity maintained
  • Progress tracking
  • Proper error handling

Setup

  • Component: Data Transfer
  • File: pkg/zfs/dataset/data_transfer_test.go
  • Function: TestDataTransferOperations

Additional Context

Missing test coverage for:

  • Large file transfers
  • Network interruptions
  • Resume token handling
  • Progress tracking
@raamsri raamsri added enhancement New feature or request good first issue Good for newcomers Needs Fix The issue is understood and ready for code to be written. Essential It is understood that this can't be overlooked, and demands attention. labels Jan 5, 2025
@raamsri raamsri changed the title feature: Large Data Transfer Testing TODO bug: Large Data Transfer Testing TODO Jan 5, 2025
@raamsri raamsri added the test Drop anything but this! label Jan 5, 2025
@raamsri raamsri self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Essential It is understood that this can't be overlooked, and demands attention. good first issue Good for newcomers Needs Fix The issue is understood and ready for code to be written. test Drop anything but this!
Projects
None yet
Development

No branches or pull requests

1 participant