locust 2.32.3.dev4__py3-none-any.whl → 2.32.3.dev6__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.
locust/_version.py CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.32.3.dev4"
17
+ __version__ = "2.32.3.dev6"
18
18
  version = __version__
19
- __version_tuple__ = (2, 32, 3, "dev4")
19
+ __version_tuple__ = (2, 32, 3, "dev6")
20
20
  version_tuple = __version_tuple__
locust/runners.py CHANGED
@@ -1025,7 +1025,9 @@ class MasterRunner(DistributedRunner):
1025
1025
  # if abs(time() - msg.data["time"]) > 5.0:
1026
1026
  # warnings.warn("The worker node's clock seem to be out of sync. For the statistics to be correct the different locust servers need to have synchronized clocks.")
1027
1027
  elif msg.type == "locustfile":
1028
- if msg.data["version"][0:4] == __version__[0:4]:
1028
+ if not msg.data["version"]:
1029
+ logger.error("A very old worker version requested locustfile. This probably won't work.")
1030
+ elif msg.data["version"][0:4] == __version__[0:4]:
1029
1031
  logger.debug(
1030
1032
  f"A worker ({msg.node_id}) running a different patch version ({msg.data['version']}) connected, master version is {__version__}"
1031
1033
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.32.3.dev4
3
+ Version: 2.32.3.dev6
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=5Zt98omYsUnBiFJvkesVXvi5Fbncl4ip6U5ioLx3IPE,458
3
+ locust/_version.py,sha256=xSkhSVvJuB1JbHc0vEr0CgY2bHt3H0x3rY5_RsqZAIc,458
4
4
  locust/argument_parser.py,sha256=LuGP0vppUIYzbXI3PTIbB1USajbwwTGC_FqagkyG3Dg,29424
5
5
  locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -20,7 +20,7 @@ locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
20
20
  locust/rpc/__init__.py,sha256=nVGoHWFQxZjnhCDWjbgXIbmFbN9sizAjkhvSs9_642c,58
21
21
  locust/rpc/protocol.py,sha256=n-rb3GZQcAlldYDj4E4GuFGylYj_26GSS5U29meft5Y,1282
22
22
  locust/rpc/zmqrpc.py,sha256=_zl0DKazQLD2YyqxvyuskVApsDCaUnhloHvV8SkJxjw,3157
23
- locust/runners.py,sha256=NS7lRfzg6VC22YslgkFMvlKDWmcVCdLQAxor-4edQcU,70454
23
+ locust/runners.py,sha256=NO31BxJX1vy6BmN7acsI0I3bjKlPaf_10riijYRdChU,70610
24
24
  locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
25
25
  locust/stats.py,sha256=Ylw-uyt3cpeqy0Oi5kvcloVWgjJm62lu9lbWJfq2lHU,46061
26
26
  locust/user/__init__.py,sha256=S2yvmI_AU9kXirtTIVqiV_Hs7yXzqXvaSgkNo9ig-fk,71
@@ -47,8 +47,8 @@ locust/webui/dist/auth.html,sha256=0fvb3-Y4J93meBMkvrOAMRt4hkF9lislJ2Tmc93urN4,6
47
47
  locust/webui/dist/index.html,sha256=VawZBgQnz65gCIE8lCvhsvuXKc9kDc9DNiVrn9PV-08,654
48
48
  locust/webui/dist/report.html,sha256=KUmkufa4Ob8GTqBmVtFnueZL8h76eEUMVnoL069cAcg,1471006
49
49
  poetry.lock,sha256=NUOC8hV7YCL5kHXj3GF2Kb16DLRCXoZUjiWXPghYEyg,213450
50
- locust-2.32.3.dev4.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
- locust-2.32.3.dev4.dist-info/METADATA,sha256=vx_37DobJZQWvjJc3AR_bWS7EQJOC5DlLVqcFichT-k,7876
52
- locust-2.32.3.dev4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
53
- locust-2.32.3.dev4.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
- locust-2.32.3.dev4.dist-info/RECORD,,
50
+ locust-2.32.3.dev6.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
+ locust-2.32.3.dev6.dist-info/METADATA,sha256=W1SHyeUIW6LfJCmhLLNqcqUAoT3RjRPR-kkM3mBJW7w,7876
52
+ locust-2.32.3.dev6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
53
+ locust-2.32.3.dev6.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
+ locust-2.32.3.dev6.dist-info/RECORD,,