redis-benchmarks-specification 0.1.82__py3-none-any.whl → 0.1.84__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.

Potentially problematic release.


This version of redis-benchmarks-specification might be problematic. Click here for more details.

@@ -1039,22 +1039,28 @@ def process_self_contained_coordinator_stream(
1039
1039
  test_result = True
1040
1040
  total_test_suite_runs = total_test_suite_runs + 1
1041
1041
 
1042
- except:
1042
+ except Exception as e:
1043
1043
  logging.critical(
1044
- "Some unexpected exception was caught "
1045
- "during local work. Failing test...."
1044
+ "Some unexpected exception was caught during local work. Failing test...."
1046
1045
  )
1047
- logging.critical(sys.exc_info()[0])
1046
+ logging.critical(f"Exception type: {type(e).__name__}")
1047
+ logging.critical(f"Exception message: {str(e)}")
1048
+ logging.critical("Traceback details:")
1049
+ logging.critical(traceback.format_exc())
1048
1050
  print("-" * 60)
1049
1051
  traceback.print_exc(file=sys.stdout)
1050
1052
  print("-" * 60)
1051
1053
  if redis_container is not None:
1052
1054
  logging.critical("Printing redis container log....")
1055
+
1053
1056
  print("-" * 60)
1057
+
1054
1058
  print(
1055
1059
  redis_container.logs(stdout=True, stderr=True)
1056
1060
  )
1061
+
1057
1062
  print("-" * 60)
1063
+
1058
1064
  test_result = False
1059
1065
  # tear-down
1060
1066
  logging.info("Tearing down setup")
@@ -1116,12 +1122,16 @@ def process_self_contained_coordinator_stream(
1116
1122
  )
1117
1123
  else:
1118
1124
  logging.error("Missing commit information within received message.")
1119
- except:
1125
+
1126
+ except Exception as e:
1120
1127
  logging.critical(
1121
1128
  "Some unexpected exception was caught "
1122
1129
  "during local work on stream {}. Failing test....".format(stream_id)
1123
1130
  )
1124
- logging.critical(sys.exc_info()[0])
1131
+ logging.critical(f"Exception type: {type(e).__name__}")
1132
+ logging.critical(f"Exception message: {str(e)}")
1133
+ logging.critical("Traceback details:")
1134
+ logging.critical(traceback.format_exc())
1125
1135
  print("-" * 60)
1126
1136
  traceback.print_exc(file=sys.stdout)
1127
1137
  print("-" * 60)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.82
3
+ Version: 0.1.84
4
4
  Summary: The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.
5
5
  Author: filipecosta90
6
6
  Author-email: filipecosta.90@gmail.com
@@ -33,7 +33,7 @@ redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py,sha256=s
33
33
  redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=iivxZ55vL2kVHHkqVbXY2ftvxvceqH_Zw079KLCv9N8,2507
34
34
  redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=ajhpzxsBy6tiHrO79gEIKQYxZR-Us6B4rC6NYg1EZjM,2875
35
35
  redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=Ul8UoxvWRxCVWmyaCBadpLMDOVEoNSp-A9KMPtPmUwM,28483
36
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=3PVi60OxPe7j1Z6sUcznqCifMARgYVx_ztRvuhofUbA,53198
36
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=reGVUVWmcx3L6EfMGi7ZbKRiIHefdVS-O15ZfbS7P7k,53612
37
37
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
39
39
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -150,8 +150,8 @@ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-el
150
150
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=RSkNgV5SsjdkXhM0mifi2GlwIxtiHR8N3u-ieI23BoQ,1126
151
151
  redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=w7-dOIU-eATHXCvJbSeih6Vt54oygtkXKskQdzCll3o,1100
152
152
  redis_benchmarks_specification/test-suites/template.txt,sha256=qrci_94QV9bPUJe0cL8lsUaQmX5Woz-jT-pDF0629AE,423
153
- redis_benchmarks_specification-0.1.82.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
- redis_benchmarks_specification-0.1.82.dist-info/METADATA,sha256=Awwgr9PEEC-yBLEH_m05SC0RxEqOeTdg-gRBN07aKxk,22482
155
- redis_benchmarks_specification-0.1.82.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
- redis_benchmarks_specification-0.1.82.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
- redis_benchmarks_specification-0.1.82.dist-info/RECORD,,
153
+ redis_benchmarks_specification-0.1.84.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
+ redis_benchmarks_specification-0.1.84.dist-info/METADATA,sha256=yKcKoEwSnqT_LShgb0AJ1Bapqf3V_WH537amFVq1Ozc,22482
155
+ redis_benchmarks_specification-0.1.84.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
156
+ redis_benchmarks_specification-0.1.84.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
157
+ redis_benchmarks_specification-0.1.84.dist-info/RECORD,,