rclone-api 1.1.34__py2.py3-none-any.whl → 1.1.36__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rclone_api/profile/mount_copy_bytes.py +11 -1
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/METADATA +1 -1
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/RECORD +7 -7
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/LICENSE +0 -0
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/WHEEL +0 -0
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.1.34.dist-info → rclone_api-1.1.36.dist-info}/top_level.txt +0 -0
|
@@ -4,6 +4,7 @@ Unit test file.
|
|
|
4
4
|
|
|
5
5
|
import os
|
|
6
6
|
import time
|
|
7
|
+
from pathlib import Path
|
|
7
8
|
|
|
8
9
|
import psutil
|
|
9
10
|
from dotenv import load_dotenv
|
|
@@ -17,6 +18,9 @@ BUCKET_NAME = os.getenv("BUCKET_NAME") # Default if not in .env
|
|
|
17
18
|
|
|
18
19
|
def _generate_rclone_config() -> Config:
|
|
19
20
|
|
|
21
|
+
cwd = Path.cwd()
|
|
22
|
+
print(f"Current working directory: {cwd}")
|
|
23
|
+
|
|
20
24
|
# assert that .env exists for this test
|
|
21
25
|
assert os.path.exists(
|
|
22
26
|
".env"
|
|
@@ -51,6 +55,8 @@ port = {SRC_SFTP_PORT}
|
|
|
51
55
|
pass = {SRC_SFTP_PASS}
|
|
52
56
|
|
|
53
57
|
"""
|
|
58
|
+
print("Config text:")
|
|
59
|
+
print(config_text)
|
|
54
60
|
# _CONFIG_PATH.write_text(config_text, encoding="utf-8")
|
|
55
61
|
# print(f"Config file written to: {_CONFIG_PATH}")
|
|
56
62
|
return Config(config_text)
|
|
@@ -73,6 +79,7 @@ def _init() -> None:
|
|
|
73
79
|
def test_profile_copy_bytes() -> None:
|
|
74
80
|
print("Running test_profile_copy_bytes")
|
|
75
81
|
rclone = Rclone(_generate_rclone_config())
|
|
82
|
+
|
|
76
83
|
sizes = [
|
|
77
84
|
1024 * 1024 * 1,
|
|
78
85
|
1024 * 1024 * 2,
|
|
@@ -91,6 +98,7 @@ def test_profile_copy_bytes() -> None:
|
|
|
91
98
|
|
|
92
99
|
for size in sizes:
|
|
93
100
|
for transfers in transfer_list:
|
|
101
|
+
mount_log = Path("logs") / "mount" / f"mount_{size}_{transfers}.log"
|
|
94
102
|
print("\n\n")
|
|
95
103
|
print("#" * 80)
|
|
96
104
|
print(
|
|
@@ -105,12 +113,14 @@ def test_profile_copy_bytes() -> None:
|
|
|
105
113
|
length=size,
|
|
106
114
|
direct_io=True,
|
|
107
115
|
transfers=transfers,
|
|
116
|
+
mount_log=mount_log,
|
|
108
117
|
)
|
|
109
118
|
diff = time.time() - start
|
|
110
119
|
net_io_end = psutil.net_io_counters()
|
|
111
120
|
if isinstance(bytes_or_err, Exception):
|
|
112
121
|
print(bytes_or_err)
|
|
113
|
-
|
|
122
|
+
stack_trace = bytes_or_err.__traceback__
|
|
123
|
+
assert False, f"Error: {bytes_or_err}\nStack trace:\n{stack_trace}"
|
|
114
124
|
assert isinstance(bytes_or_err, bytes)
|
|
115
125
|
# self.assertEqual(len(bytes_or_err), size)
|
|
116
126
|
assert len(bytes_or_err) == size, f"Length: {len(bytes_or_err)} != {size}"
|
|
@@ -25,7 +25,7 @@ rclone_api/cmd/copy_large_s3.py,sha256=-rfedi-ZzPUdCSP8ai9LRL0y1xVkvN-viQQlk8HVU
|
|
|
25
25
|
rclone_api/cmd/list_files.py,sha256=x8FHODEilwKqwdiU1jdkeJbLwOqUkUQuDWPo2u_zpf0,741
|
|
26
26
|
rclone_api/experimental/flags.py,sha256=qCVD--fSTmzlk9hloRLr0q9elzAOFzPsvVpKM3aB1Mk,2739
|
|
27
27
|
rclone_api/experimental/flags_base.py,sha256=ajU_czkTcAxXYU-SlmiCfHY7aCQGHvpCLqJ-Z8uZLk0,2102
|
|
28
|
-
rclone_api/profile/mount_copy_bytes.py,sha256=
|
|
28
|
+
rclone_api/profile/mount_copy_bytes.py,sha256=RheI0n1_FduAr9rlWACo_w2KrVk0ZVnIo7wsufs8fZw,4885
|
|
29
29
|
rclone_api/s3/api.py,sha256=qxtRDUpHYqJ7StJRtP8U_PbF_BvYRg705568SyvF-R0,3770
|
|
30
30
|
rclone_api/s3/basic_ops.py,sha256=hK3366xhVEzEcjz9Gk_8lFx6MRceAk72cax6mUrr6ko,2104
|
|
31
31
|
rclone_api/s3/chunk_file.py,sha256=YELR-EzR7RHpzCDGpYdzlwu21NZW5wttIDvLoONI4aU,3477
|
|
@@ -33,9 +33,9 @@ rclone_api/s3/chunk_types.py,sha256=LbXayXY1KgVU1LkdbASD_BQ7TpVpwVnzMjtz--8LBaE,
|
|
|
33
33
|
rclone_api/s3/create.py,sha256=wgfkapv_j904CfKuWyiBIWJVxfAx_ftemFSUV14aT68,3149
|
|
34
34
|
rclone_api/s3/types.py,sha256=yBnJ38Tjk6RlydJ-sqZ7DSfyFloy8KDYJ0mv3vlOzLE,1388
|
|
35
35
|
rclone_api/s3/upload_file_multipart.py,sha256=1jQAdk35Fa9Tcq36bS65262cs7AcNG2DAFQ-NdYlWSw,9961
|
|
36
|
-
rclone_api-1.1.
|
|
37
|
-
rclone_api-1.1.
|
|
38
|
-
rclone_api-1.1.
|
|
39
|
-
rclone_api-1.1.
|
|
40
|
-
rclone_api-1.1.
|
|
41
|
-
rclone_api-1.1.
|
|
36
|
+
rclone_api-1.1.36.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
|
37
|
+
rclone_api-1.1.36.dist-info/METADATA,sha256=yoztJXFG52OOy-rht6egjFTTueLI5dw8S3RNa-iZPEk,4537
|
|
38
|
+
rclone_api-1.1.36.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
|
39
|
+
rclone_api-1.1.36.dist-info/entry_points.txt,sha256=TV8kwP3FRzYwUEr0RLC7aJh0W03SAefIJNXTJ-FdMIQ,200
|
|
40
|
+
rclone_api-1.1.36.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
|
41
|
+
rclone_api-1.1.36.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|