Skip to content

Comments

Add configurable mount points to QueueManager#947

Draft
GlassOfWhiskey wants to merge 1 commit intomasterfrom
add-mounts-to-queue-manager
Draft

Add configurable mount points to QueueManager#947
GlassOfWhiskey wants to merge 1 commit intomasterfrom
add-mounts-to-queue-manager

Conversation

@GlassOfWhiskey
Copy link
Member

This commit allows users to configure mount points on the QueueManager classes, allowing StreamFlow to handle data operations more efficiently.

@GlassOfWhiskey GlassOfWhiskey force-pushed the add-mounts-to-queue-manager branch 2 times, most recently from c586161 to 116d9b9 Compare February 8, 2026 12:35
@codecov
Copy link

codecov bot commented Feb 8, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
1867 1 1866 8
View the top 1 failed test(s) by shortest run time
tests/test_schema.py::test_schema_generation
Stack Traces | 0.019s run time
def test_schema_generation() -> None:
        """Check that the `streamflow schema` command generates a correct JSON Schema."""
>       assert (
            hashlib.sha256(SfSchema().dump("v1.0", False).encode()).hexdigest()
            == "72e8e03b1f70c7749cecb401aeed9bc30b351569232b0130d0a7fb57d5e50b5c"
        )
E       AssertionError: assert '54f48d3b6704...50b86746a0af6' == '72e8e03b1f70...7fb57d5e50b5c'
E         
E         - 72e8e03b1f70c7749cecb401aeed9bc30b351569232b0130d0a7fb57d5e50b5c
E         + 54f48d3b67047f3e9d5407762c8f96b910c26afa5b3a51d6aa350b86746a0af6

tests/test_schema.py:191: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@GlassOfWhiskey GlassOfWhiskey force-pushed the add-mounts-to-queue-manager branch from 116d9b9 to 3508f5e Compare February 8, 2026 13:52
This commit allows users to configure mount points on the `QueueManager`
classes, allowing StreamFlow to handle data operations more efficiently.
@GlassOfWhiskey GlassOfWhiskey force-pushed the add-mounts-to-queue-manager branch from 3508f5e to 8cafd3f Compare February 10, 2026 16:07
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

Successfully merging this pull request may close these issues.

1 participant