Skip to content

Instantly share code, notes, and snippets.

jenkins@ip-10-136-64-207:~/jobs/run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 3"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I
gw0 [1010] / gw1 [1010] / gw2 [1010]
scheduling tests via LoadScheduling
....................................................................................................................................................................................................................................................................................................................................................................F.....F............................................F........F..F...............F....................................F...F...F.......F..F..FF..FF..FF....F..FF..........F.FF...FFFF...F....F..F.....F..F...............
2015-03-24 11:45:59 EDT | DEBUG | dd.collector | checks.collector(collector.py:138) | Starting collection run #15
2015-03-24 11:46:03 EDT | DEBUG | dd.collector | checks.collector(unix.py:763) | Cannot extract cpu value %user from ['Average:', 'all', '0.21', '0.00', '0.08', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '99.71'] (['11:46:00', 'CPU', '%usr', '%nice', '%sys', '%iowait', '%irq', '%soft', '%steal', '%guest', '%gnice', '%idle'])
2015-03-24 11:46:03 EDT | DEBUG | dd.collector | checks.collector(__init__.py:191) | Resources: (processes) group now: 2015-03-24 11:47:00, group ts: 2015-03-24 11:46:00
2015-03-24 11:46:03 EDT | DEBUG | dd.collector | aggregator(aggregator.py:946) | received 0 payloads since last flush
2015-03-24 11:46:03 EDT | DEBUG | dd.collector | checks.network(network.py:105) | tracked 6 network metrics for interface docker0
2015-03-24 11:46:03 EDT | DEBUG | dd.collector | checks.network(network.py:105) | tracked 6 network metrics for interface eth0
2015-03-24 11:46:03 EDT | DEBUG |
2015-03-24 11:58:51,725 | DEBUG | dd.collector | config(config.py:629) | No proxy configured
2015-03-24 11:58:51,751 | DEBUG | dd.collector | util(util.py:473) | Using temporary pid file: /tmp/dd-agent.pid
2015-03-24 11:58:51,753 | INFO | dd.collector | migration(migration.py:363) | Running migration script
2015-03-24 11:58:51,753 | DEBUG | dd.collector | migration(migration.py:366) | Migrating activemq integration
2015-03-24 11:58:51,753 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: activemq
2015-03-24 11:58:51,753 | DEBUG | dd.collector | migration(migration.py:366) | Migrating jmx integration
2015-03-24 11:58:51,753 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: jmx
2015-03-24 11:58:51,754 | DEBUG | dd.collector | migration(migration.py:366) | Migrating solr integration
2015-03-24 11:58:51,754 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: solr
2015-03-24 11:58:51,754 | DEBUG | dd.collector | migration(migration.py:366)
ubuntu@ip-10-178-152-180:~$ sudo -u dd-agent dd-agent check jenkins
2015-03-24 12:03:19,175 | DEBUG | dd.collector | config(config.py:629) | No proxy configured
2015-03-24 12:03:19,199 | DEBUG | dd.collector | util(util.py:473) | Using temporary pid file: /tmp/dd-agent.pid
2015-03-24 12:03:19,201 | INFO | dd.collector | migration(migration.py:363) | Running migration script
2015-03-24 12:03:19,201 | DEBUG | dd.collector | migration(migration.py:366) | Migrating activemq integration
2015-03-24 12:03:19,201 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: activemq
2015-03-24 12:03:19,201 | DEBUG | dd.collector | migration(migration.py:366) | Migrating jmx integration
2015-03-24 12:03:19,201 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: jmx
2015-03-24 12:03:19,202 | DEBUG | dd.collector | migration(migration.py:366) | Migrating solr integration
2015-03-24 12:03:19,202 | DEBUG | dd.collector | migration(migration.py:296) | No config for check: solr
jenkins@ip-10-178-152-180:~/jobs/11_run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 3 -s -m not mongotest"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I
ERROR: file not found: mongotest
ERROR: file not found: mongotest
ERROR: file not found: mongotest
gw0 [0] / gw1 [0] / gw2 [0]
jenkins@ip-10-178-152-180:~/jobs/11_run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 5 -s -m 'not mongotest'"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I
gw0 [806] / gw1 [806] / gw2 [806] / gw3 [806] / gw4 [806]
scheduling tests via LoadScheduling
..................................................................................................................................................................................................................................................................................................................F........................................................................................................................................................................................................
@remitaffin
remitaffin / gist:98f57e2fe889b8c52587
Created March 27, 2015 14:22
6 Processes without mongo
jenkins@ip-10-178-152-180:~/jobs/11_run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 6 -s -m 'not mongotest' --maxfail 1"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [806] / gw1 [806] / gw2 [806] / gw3 [806] / gw4 [806] / gw5 [806]
scheduling tests via LoadScheduling
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
jenkins@ip-10-225-132-11:~/jobs/run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 6 -s -m 'not mongotest'"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [371] / gw1 [371] / gw2 [371] / gw3 [371] / gw4 [371] / gw5 [371]
scheduling tests via LoadScheduling
FFFFFFFFFF...F.........F.F.F..........F.F.....F.F.....F..FFFFFFFFFFFFF..F.......F...FFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF...FFFF.FFF.FF......F.....................F.........FFF..FF..F.F......FFFF..FFF.F..F....F.....F..F......FFFF.F.FFFF..FFFF...FFFF.F.FF.FFF..FF.FF..FF.F.FFF.FF.FFFF...FFF.F.FFFFF..FFF.F.F...F..........................F.F..FFF.F.F..FFF.
=================================== FAILURES ===================================
jenkins@ip-10-225-132-11:~/jobs/run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 6 -s -m 'not mongotest' --maxfail 1"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [371] / gw1 [371] / gw2 [371] / gw3 [371] / gw4 [371] / gw5 [371]
scheduling tests via LoadScheduling
............................................................................................................................................................................................................................................................................................................................................................FINTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/local/lib/python2.7/dist-packages/_pytest/main.py",
jenkins@ip-10-225-132-11:~/jobs/run_noodleapi_tests/workspace/jenkins$ fig run -T noodleapi bash -c "sleep 2 && python /usr/local/lib/python2.7/dist-packages/pytest.py --ds=settings.test -n 6 -s -m 'not mongotest' --maxfail 1"
============================= test session starts ==============================
platform linux2 -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
plugins: xdist, django
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I
gw0 [815] / gw1 [815] / gw2 [815] / gw3 [815] / gw4 [815] / gw5 [815]
scheduling tests via LoadScheduling
................................................................................................................................................................................................................................................................................................................................................FINTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/local/lib/python2.7/dist-packages/_pytest/main.py", line 84, in