• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

autograde / quickfeed
10%
master: 24%

Build:
Build:
LAST BUILD BRANCH: remove-unused-cmd-tools
DEFAULT BRANCH: master
Repo Added 14 Aug 2020 12:43PM UTC
Files 53
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fixed-open-file-desc-issue-finally
branch: fixed-open-file-desc-issue-finally
CHANGE BRANCH
x
Reset
  • fixed-open-file-desc-issue-finally
  • access-control-test
  • active-page-fix
  • add-golangci-lint
  • adds-ismanual-hastests
  • assignment-info-url
  • criteria-from-json
  • database-readme
  • database-upgrade
  • delete-repo-subscription
  • dev-testing
  • dev-tooling
  • disallow-org-repos-by-students
  • docker-improvements
  • envoy-config-template
  • fix-docker-image-slash-seperator-issue
  • fix-go117-test-failure
  • fix-missing-test-scores
  • fix-testless-submissions
  • fix-too-many-open-files
  • fix_access_bug
  • getsubmissions-simplification
  • group_results
  • groups
  • grpc-based-kit
  • hide-after-deadline
  • inactive-students
  • jsonindent
  • lab-sorting-fix
  • lab_results_optimization
  • local-cert-config
  • make-proto-swift
  • master
  • merged-misc-folders
  • npm-update-june-2021
  • pending-students-fix
  • progressbar
  • read-session-secret-from-env
  • refs/tags/kit/v0.1.0
  • remove-selenium
  • replace-deprecated-jsonpb
  • replace-gogo
  • replace-w-with-v-formatting
  • results-layout
  • review-score-fix
  • review-updates
  • safe-production-mode
  • shortcuts
  • slipdays-issue-fix
  • streaming-submissions
  • submission-order-fix
  • submission_comments
  • teacher-access
  • update-auth-and-api
  • update-score
  • username_fix
  • webhooks-localhost
  • zero-score-issue
  • zero-weight-fix

24 Sep 2020 09:34AM UTC coverage: 9.521%. First build
2586

push

travis-ci

meling
another attempt at fixing the too many open file descriptors issue

This commit fixes #319 (for real this time).
Now we create only one docker client when we start quickfeed,
instead of creating a separate docker client instance for each
job we want to run. This should hopefully save even more resources
and maybe some execution time for tests.

If this does not work correctly for some reason, we can revert to
the previous version, and instead make sure we close the client
between each job run. But that seems wasteful, and hence I wanted
to reuse the client across jobs. The way I understand the client,
it can still create, stop, get logs from and remove several
containers; that is, we shouldn't need a separate client for doing
these tasks.

19 of 19 new or added lines in 1 file covered. (100.0%)

1716 of 18023 relevant lines covered (9.52%)

1.31 hits per line

Relevant lines Covered
Build:
Build:
18023 RELEVANT LINES 1716 COVERED LINES
1.31 HITS PER LINE
Source Files on fixed-open-file-desc-issue-finally
  • Tree
  • List 49
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2586 fixed-open-file-desc-issue-finally another attempt at fixing the too many open file descriptors issue This commit fixes #319 (for real this time). Now we create only one docker client when we start quickfeed, instead of creating a separate docker client instance for each job we wa... push 24 Sep 2020 09:44AM UTC meling travis-ci
9.52
2587 fixed-open-file-desc-issue-finally Merge 86c74effe into 1b197230d Pull #336 24 Sep 2020 09:44AM UTC web-flow travis-ci
9.52
See All Builds (633)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc