redisbench-admin 0.10.12__py3-none-any.whl → 0.10.13__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.
@@ -95,9 +95,10 @@ def remote_module_files_cp(
95
95
  for pos, local_module_file_and_plugin in enumerate(
96
96
  abs_splitted_module_and_plugins, start=1
97
97
  ):
98
+ file_basename = os.path.basename(local_module_file_and_plugin)
98
99
  remote_module_file = "{}/{}".format(
99
100
  remote_module_file_dir,
100
- os.path.basename(local_module_file_and_plugin),
101
+ file_basename,
101
102
  )
102
103
  # copy the module to the DB machine
103
104
  cp_res = copy_file_to_remote_setup(
@@ -119,8 +120,8 @@ def remote_module_files_cp(
119
120
  port,
120
121
  )
121
122
  else:
122
- # If the copy was unsuccessful restore path to original
123
- remote_module_file = local_module_file_and_plugin
123
+ # If the copy was unsuccessful restore path to original basename
124
+ remote_module_file = file_basename
124
125
  if pos > 1:
125
126
  remote_module_files_in = remote_module_files_in + " "
126
127
  remote_module_files_in = remote_module_files_in + remote_module_file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redisbench-admin
3
- Version: 0.10.12
3
+ Version: 0.10.13
4
4
  Summary: Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... ).
5
5
  Author: filipecosta90
6
6
  Author-email: filipecosta.90@gmail.com
@@ -221,7 +221,7 @@ redisbench_admin/run_remote/remote_env.py,sha256=u_Yp6J0tV81nSPoYHvB4oz3SNZSsYEj
221
221
  redisbench_admin/run_remote/remote_failures.py,sha256=IOo6DyxarcwwMPCeN4gWB2JrhuC9iBLwq0nCROqr5ak,1567
222
222
  redisbench_admin/run_remote/remote_helpers.py,sha256=sLlXV-W7qP-8-S9MuDm5UIOEZCePOFnhtNlhe6N7Qtg,9658
223
223
  redisbench_admin/run_remote/run_remote.py,sha256=lFsEF2PmFSxuXCzCpVWmlVwy4tuwyYshjWBMAKTmKu0,63940
224
- redisbench_admin/run_remote/standalone.py,sha256=uaWtFXCbRfm396PfKpxshxx1A3lMS-ijgDCZkgWtuu0,6191
224
+ redisbench_admin/run_remote/standalone.py,sha256=tyKPw42HXDOAQ238Urctk-acqeI1BLFQZvD-kB8FW1g,6231
225
225
  redisbench_admin/run_remote/terraform.py,sha256=zD2gGuOmnTex6Dt2lhdAtNn21iL6sykPPXI10jJaim4,3945
226
226
  redisbench_admin/utils/__init__.py,sha256=DtBXRp0Q01XgCFmY-1OIePMyyYihVNAjZ1Y8zwqSDN0,101
227
227
  redisbench_admin/utils/benchmark_config.py,sha256=meQvtw6OT6ncLaEv4RAMUx3kvp5qzEOGIJ-HVMu0y7o,20581
@@ -235,8 +235,8 @@ redisbench_admin/utils/utils.py,sha256=q5RCYNltXr93CB5C56dsZb88mRiQF4UbVwIc3KTwv
235
235
  redisbench_admin/watchdog/__init__.py,sha256=cD7zfXt0VEmy0b7452HvcAxX_9kVj6Vm213yNdUHP20,95
236
236
  redisbench_admin/watchdog/args.py,sha256=nKsG1G6ATOZlAMHMtT9u3kXxduKCbejSZ5x8oB_ynZ8,1312
237
237
  redisbench_admin/watchdog/watchdog.py,sha256=vN6zs8z9rdKtQAh0O4iN-vOuQtgfrjZKh4wDqnyPCvk,6043
238
- redisbench_admin-0.10.12.dist-info/LICENSE,sha256=AAMtfs82zOOvmG68vILivm6lxi2rcOlGObmA8jzxQvw,10768
239
- redisbench_admin-0.10.12.dist-info/entry_points.txt,sha256=UUawXk_AS-PlieKJ1QxPQXGsRLb6OW_F0MtmA1W0KE8,113
240
- redisbench_admin-0.10.12.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
241
- redisbench_admin-0.10.12.dist-info/METADATA,sha256=dOiLS-tYD-LYeu17wR1TFNyDEaurzTVTJGgmV4UVJVQ,5336
242
- redisbench_admin-0.10.12.dist-info/RECORD,,
238
+ redisbench_admin-0.10.13.dist-info/LICENSE,sha256=AAMtfs82zOOvmG68vILivm6lxi2rcOlGObmA8jzxQvw,10768
239
+ redisbench_admin-0.10.13.dist-info/entry_points.txt,sha256=UUawXk_AS-PlieKJ1QxPQXGsRLb6OW_F0MtmA1W0KE8,113
240
+ redisbench_admin-0.10.13.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
241
+ redisbench_admin-0.10.13.dist-info/METADATA,sha256=lS7Vq0818PCoeJ4Cy-iBEr_LdmxEdE0xIf4KRbbFuKU,5336
242
+ redisbench_admin-0.10.13.dist-info/RECORD,,