File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ ENV FILE_ONLY=0
213213ENV FILE_READ_MODE=0
214214
215215# install extra packages for tests
216- RUN apt update && apt install -yq python3 python3-pip python-is-python3 wget
216+ RUN apt update && apt install -yq python3 python3-pip python-is-python3 wget elfutils
217217RUN mkdir /tmp/bats && cd /tmp/bats && \
218218 wget https://github.com/bats-core/bats-core/archive/v${BATS_VERSION}.tar.gz && \
219219 tar -xzf v${BATS_VERSION}.tar.gz && rm -rf v${BATS_VERSION}.tar.gz && \
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ exporter=tests
7373}
7474
7575@test " Trace comparison on event mpm web server" {
76+ skip " Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
7677 tdir=${TDIR} /mpm-event
7778 tfile=full_capture
7879 run $sysporter -r ${tdir} /${tfile} .scap -w /tmp/${tfile} .sf -e $exporter > ${tdir} /${tfile} .log
@@ -97,6 +98,7 @@ exporter=tests
9798}
9899
99100@test " Trace comparison on prefork mpm web server" {
101+ skip " Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
100102 tdir=${TDIR} /mpm-preforked
101103 tfile=full_capture
102104 run $sysporter -r ${tdir} /${tfile} .scap -w /tmp/${tfile} .sf -e $exporter > /tmp/${tfile} .log
@@ -121,6 +123,7 @@ exporter=tests
121123}
122124
123125@test " Trace comparison on multi-threaded mpm web server" {
126+ skip " Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
124127 tdir=${TDIR} /mpm-worker
125128 tfile=full_capture
126129 run $sysporter -r ${tdir} /${tfile} .scap -w /tmp/${tfile} .sf -e $exporter > /tmp/${tfile} .log
You can’t perform that action at this time.
0 commit comments