This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import json | |
import logging | |
import os | |
import random | |
import time | |
from os.path import splitext, basename | |
import opentelemetry.metrics as metrics | |
import psutil |
INFO[2020-05-06T19:31:10+05:30] The following resources types will be nuked:
INFO[2020-05-06T19:31:10+05:30] - ami
INFO[2020-05-06T19:31:10+05:30] - asg
INFO[2020-05-06T19:31:10+05:30] - ebs
INFO[2020-05-06T19:31:10+05:30] - ec2
INFO[2020-05-06T19:31:10+05:30] - ecsserv
INFO[2020-05-06T19:31:10+05:30] - eip
INFO[2020-05-06T19:31:10+05:30] - ekscluster
INFO[2020-05-06T19:31:10+05:30] - elb
INFO[2020-05-06T19:31:10+05:30] The following resources types will be nuked:
INFO[2020-05-06T19:31:10+05:30] - ami
INFO[2020-05-06T19:31:10+05:30] - asg
INFO[2020-05-06T19:31:10+05:30] - ebs
INFO[2020-05-06T19:31:10+05:30] - ec2
INFO[2020-05-06T19:31:10+05:30] - ecsserv
INFO[2020-05-06T19:31:10+05:30] - eip
INFO[2020-05-06T19:31:10+05:30] - ekscluster
INFO[2020-05-06T19:31:10+05:30] - elb
INFO[2020-05-06T19:31:10+05:30] The following resources types will be nuked:
INFO[2020-05-06T19:31:10+05:30] - ami
INFO[2020-05-06T19:31:10+05:30] - asg
INFO[2020-05-06T19:31:10+05:30] - ebs
INFO[2020-05-06T19:31:10+05:30] - ec2
INFO[2020-05-06T19:31:10+05:30] - ecsserv
INFO[2020-05-06T19:31:10+05:30] - eip
INFO[2020-05-06T19:31:10+05:30] - ekscluster
INFO[2020-05-06T19:31:10+05:30] - elb
This repo uses semantic versioning for tagging releases. Read semantic versioning basics here
rake release
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff EC2API.go /var/tmp/newer-EC2API.go | |
388,437d387 | |
< // ApplySecurityGroupsToClientVpnTargetNetwork mocks base method | |
< func (m *MockEC2API) ApplySecurityGroupsToClientVpnTargetNetwork(arg0 *ec2.ApplySecurityGroupsToClientVpnTargetNetworkInput) (*ec2.ApplySecurityGroupsToClientVpnTargetNetworkOutput, error) { | |
< m.ctrl.T.Helper() | |
< ret := m.ctrl.Call(m, "ApplySecurityGroupsToClientVpnTargetNetwork", arg0) | |
< ret0, _ := ret[0].(*ec2.ApplySecurityGroupsToClientVpnTargetNetworkOutput) | |
< ret1, _ := ret[1].(error) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python3 test_grequests.py | |
2019-04-14 23:31:43,698 START | |
2019-04-14 23:31:43,724 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,725 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,726 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,727 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,728 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,728 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,729 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:31:43,730 Starting new HTTPS connection (1): localhost:8082 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python3 test_grequests.py | |
2019-04-14 23:30:41,697 START | |
2019-04-14 23:30:41,721 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,722 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,723 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,724 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,725 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,726 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,727 Starting new HTTPS connection (1): localhost:8082 |
NewerOlder