[GH-ISSUE #349] Travis-CI tests not working? #183

Closed
opened 2026-03-04 01:43:02 +03:00 by kerem · 4 comments
Owner

Originally created by @RobbKistler on GitHub (Feb 5, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/349

I don't see the output from the small-integration-test.sh tests in any Travis builds from the last 3 months. Does Travis hide the output? The raw log shows:

[32;1mThe command "modprobe fuse" exited with 0.
travis_time:start:07c1046a
$ make check -C test
make: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test'
make  check-TESTS
make[1]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test'
make[2]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test'
PASS: small-integration-test.sh
make[3]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test'
make[3]: Nothing to be done for `all'.

Except for the one build that failed:
https://travis-ci.org/s3fs-fuse/s3fs-fuse/builds/94634872

That has full output from the small-integration-test.sh

Originally created by @RobbKistler on GitHub (Feb 5, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/349 I don't see the output from the small-integration-test.sh tests in any Travis builds from the last 3 months. Does Travis hide the output? The raw log shows: ``` [32;1mThe command "modprobe fuse" exited with 0. travis_time:start:07c1046a $ make check -C test make: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test' make check-TESTS make[1]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test' make[2]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test' PASS: small-integration-test.sh make[3]: Entering directory `/home/travis/build/s3fs-fuse/s3fs-fuse/test' make[3]: Nothing to be done for `all'. ``` Except for the one build that failed: https://travis-ci.org/s3fs-fuse/s3fs-fuse/builds/94634872 That has full output from the small-integration-test.sh
kerem closed this issue 2026-03-04 01:43:03 +03:00
Author
Owner

@RobbKistler commented on GitHub (Feb 5, 2016):

Ah -- it looks like Travis just squelches the output when it passes. I expected a "raw" log to contain everything.

@ggtakec or @andrewgaul can you confirm just for my peace of mind?

<!-- gh-comment-id:180359602 --> @RobbKistler commented on GitHub (Feb 5, 2016): Ah -- it looks like Travis just squelches the output when it passes. I expected a "raw" log to contain everything. @ggtakec or @andrewgaul can you confirm just for my peace of mind?
Author
Owner

@ggtakec commented on GitHub (Feb 6, 2016):

@RobbKistler
github.com/s3fs-fuse/s3fs-fuse@7bfaa24d25
It seems that changes about this is after this commit.

I think if you need to display detail, I will allow to add -x option in test script.
(It will be removed after test.)

@andrewgaul Do you think about this?

Regards,

<!-- gh-comment-id:180820259 --> @ggtakec commented on GitHub (Feb 6, 2016): @RobbKistler https://github.com/s3fs-fuse/s3fs-fuse/commit/7bfaa24d252e99a59a7ec06004ab7eb38b52ea21 It seems that changes about this is after this commit. I think if you need to display detail, I will allow to add -x option in test script. (It will be removed after test.) @andrewgaul Do you think about this? Regards,
Author
Owner

@RobbKistler commented on GitHub (Feb 7, 2016):

Even before 7bfaa24 there is no output unless the "make check" fails.

I now understand that Travis does not display stdio from the test unless there is a failure. I verified by opening a PR with a failing test. I can see all the stdio from "make check".

I will close this issue, everything seems to be working.

<!-- gh-comment-id:180944606 --> @RobbKistler commented on GitHub (Feb 7, 2016): Even before 7bfaa24 there is no output unless the "make check" fails. I now understand that Travis does not display stdio from the test unless there is a failure. I verified by opening a PR with a failing test. I can see all the stdio from "make check". I will close this issue, everything seems to be working.
Author
Owner

@ggtakec commented on GitHub (Feb 7, 2016):

Ok, I appreciate your help.

<!-- gh-comment-id:180962035 --> @ggtakec commented on GitHub (Feb 7, 2016): Ok, I appreciate your help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#183
No description provided.