locust-cloud 1.14.0__py3-none-any.whl → 1.14.1__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_cloud/cloud.py +1 -3
- {locust_cloud-1.14.0.dist-info → locust_cloud-1.14.1.dist-info}/METADATA +1 -1
- locust_cloud-1.14.1.dist-info/RECORD +5 -0
- locust_cloud-1.14.0.dist-info/RECORD +0 -5
- {locust_cloud-1.14.0.dist-info → locust_cloud-1.14.1.dist-info}/WHEEL +0 -0
- {locust_cloud-1.14.0.dist-info → locust_cloud-1.14.1.dist-info}/entry_points.txt +0 -0
locust_cloud/cloud.py
CHANGED
@@ -658,7 +658,7 @@ def main() -> None:
|
|
658
658
|
session_id = response.json()["session_id"]
|
659
659
|
logger.debug(f"Session ID is {session_id}")
|
660
660
|
|
661
|
-
logger.info("Waiting for
|
661
|
+
logger.info("Waiting for load generators to be ready...")
|
662
662
|
websocket.connect(
|
663
663
|
log_ws_url,
|
664
664
|
auth=session_id,
|
@@ -708,8 +708,6 @@ def delete(session):
|
|
708
708
|
except Exception as e:
|
709
709
|
logger.error(f"Could not automatically tear down Locust Cloud: {e.__class__.__name__}:{e}")
|
710
710
|
|
711
|
-
logger.info("Done! ✨") # FIXME: Should probably not say it's done since at this point it could still be running
|
712
|
-
|
713
711
|
|
714
712
|
if __name__ == "__main__":
|
715
713
|
main()
|
@@ -0,0 +1,5 @@
|
|
1
|
+
locust_cloud/cloud.py,sha256=2zRfdvnrSqEBzCspEtL3H2h0H-Y2gIHs4GmZUX-P9bw,25357
|
2
|
+
locust_cloud-1.14.1.dist-info/METADATA,sha256=wJHNidr7_UQ39nTxdPml1Dd7lcL-X4vfnIxbjGMn9i0,497
|
3
|
+
locust_cloud-1.14.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4
|
+
locust_cloud-1.14.1.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
5
|
+
locust_cloud-1.14.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
locust_cloud/cloud.py,sha256=H_bATzG3Hyw8BRw0HmgLKTl5kX4y9KQuKCVTtzSAdjA,25466
|
2
|
-
locust_cloud-1.14.0.dist-info/METADATA,sha256=mZOGdXwLoyzOO3TeABH2eKsnw6RTz2d5Av0POdyvaIc,497
|
3
|
-
locust_cloud-1.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4
|
-
locust_cloud-1.14.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
5
|
-
locust_cloud-1.14.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|