chrisa / node-dtrace-provider

Native DTrace probes for node.js apps
Other
320 stars 68 forks source link

Fix MacOS test error #87

Closed feifeiiiiiiiiiii closed 7 years ago

feifeiiiiiiiiiii commented 7 years ago

I found in My MacOS run npm test failed and try to find failed reason

before I create a issue https://github.com/chrisa/node-dtrace-provider/issues/83 and desc failed reason

Main modify as follow:

1. In My MacOS `DTrace` probe support USDT_ARG_MAX  is 10

2. Change DTrace script grammar, eg "nodeapp*:::"  to "nodeapp$target"

3. Add travis-ci, current only support osx