Skip to content

Commit

Permalink
tests: rebased tests
Browse files Browse the repository at this point in the history
Signed-off-by: TPT <[email protected]>
  • Loading branch information
terylpt committed Jul 29, 2024
1 parent da9e171 commit 332ee89
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 3 deletions.
Binary file modified tests/alpine/alpine.sf
Binary file not shown.
3 changes: 3 additions & 0 deletions tests/baseline.bats
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exporter=tests
}

@test "Trace comparison on event mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-event
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w ${tdir}/${tfile}.sf -e $exporter > /tmp/${tfile}.log
Expand All @@ -73,6 +74,7 @@ exporter=tests
}

@test "Trace comparison on prefork mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-preforked
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w ${tdir}/${tfile}.sf -e $exporter > /tmp/${tfile}.log
Expand All @@ -89,6 +91,7 @@ exporter=tests
}

@test "Trace comparison on multi-threaded mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-worker
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w ${tdir}/${tfile}.sf -e $exporter > /tmp/${tfile}.log
Expand Down
Binary file modified tests/client-server/tcp-client-server.sf
Binary file not shown.
Binary file modified tests/files/files.sf
Binary file not shown.
Binary file modified tests/files/filesat.sf
Binary file not shown.
Binary file modified tests/mpm-event/cold_start_capture.sf
Binary file not shown.
Binary file modified tests/mpm-preforked/cold_start_capture.sf
Binary file not shown.
Binary file modified tests/mpm-worker/cold_start_capture.sf
Binary file not shown.
Binary file modified tests/namespaces/setns.sf
Binary file not shown.
Binary file modified tests/objectstore/download.sf
Binary file not shown.
Binary file modified tests/objectstore/ls.sf
Binary file not shown.
Binary file modified tests/objectstore/upload.sf
Binary file not shown.
Binary file modified tests/rename/rename.sf
Binary file not shown.
Binary file modified tests/rename/rename2at.sf
Binary file not shown.
Binary file modified tests/setuid/setuid.sf
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exporter=tests
}

@test "Trace comparison on event mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-event
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w /tmp/${tfile}.sf -e $exporter > ${tdir}/${tfile}.log
Expand All @@ -98,7 +98,7 @@ exporter=tests
}

@test "Trace comparison on prefork mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-preforked
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w /tmp/${tfile}.sf -e $exporter > /tmp/${tfile}.log
Expand All @@ -123,7 +123,7 @@ exporter=tests
}

@test "Trace comparison on multi-threaded mpm web server" {
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.7.0"
skip "Fixed in libs 0.14.x; it will be fixed in sysflow 0.8.0"
tdir=${TDIR}/mpm-worker
tfile=full_capture
run $sysporter -r ${tdir}/${tfile}.scap -w /tmp/${tfile}.sf -e $exporter > /tmp/${tfile}.log
Expand Down

0 comments on commit 332ee89

Please sign in to comment.