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

NYUCCL / psiTurk
13%
master: 60%

Build:
Build:
LAST BUILD BRANCH: beta
DEFAULT BRANCH: master
Repo Added 19 Mar 2014 06:20AM UTC
Files 25
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 dev
branch: dev
CHANGE BRANCH
x
Reset
  • dev
  • 1.0.10dev
  • 1.0.11dev
  • 1.0.12dev
  • 1.0.13dev
  • 1.0.14dev
  • 173-import-gnureadline-if-available
  • 2.0.0
  • 2.0.1
  • 2.0.1_fixes
  • 2.0RC1
  • 2.1.2
  • 2.1.3
  • 2.1.4
  • 2.1.5
  • 2.1.6
  • 2.1.7
  • 2.2.0
  • 2.2.1
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.3.0
  • 2.3.1
  • 2.3.1-alpha
  • 2.3.2
  • 236-set-status-credited
  • 3.2.2
  • 3.3
  • 3.3.0
  • FETCH_HEAD
  • Health
  • OpenShiftCompatible
  • add-code-of-conduct-1
  • advanced_quals
  • allow-repeats
  • allow-repeats-to-adserver
  • allow_multiple_users
  • allow_repeats
  • api-add-resources
  • api-pass-error-messages
  • approval_feedback
  • approving_bonusing_improvements
  • bump_flask_werkzeug
  • code-of-conduct
  • config-refactor
  • container-ad-nuke
  • dashboard-facelift
  • dashboard-loading-icons
  • db-mode-column
  • db-timeout-fix
  • deargle-patch-travis-conf
  • dependabot/pip/psutil-5.6.6
  • disable-heroku-psql-provision
  • doc-describe-async-preload-pages
  • execute_one_cmd
  • exp_table_names
  • expxchange_commandline_tool
  • feature-live-and-sandbox-quals
  • fix-PsiturkAuthorization
  • fix-bad-config-section-name-reference
  • fix-check-valid-amt-session
  • fix-dashboard-login
  • fix-dashboard-missing-tasks-and-margin
  • fix-default-ad-url-port-443
  • fix-errorlog-lookup
  • fix-friendly-dashboard-denial
  • fix-github-action-pytest
  • fix-heroku-docs-mention-setup-command
  • fix-invalid-usage-bc
  • fix-on-heroku-compat
  • fix-owasp-ad-post-block
  • fix-prefer-aws-env
  • fix-shell-hit-create
  • fix-shell-invalid-aws-cred-messaging
  • fix-template-missing-head-super
  • fuzzy-match
  • ghaction-publish-pin-and-skip-existing
  • graceful_db_failures
  • health
  • heroku
  • heroku-config-logging-fix
  • heroku_instructions
  • issue/87/external-server-support
  • jacob-lee-443-ps_cleanup
  • jhamrick-allow-repeats
  • localhit
  • lositsky-patch-1
  • master
  • migrate-to-github-actions
  • modeify_server
  • openshift-patch
  • openshiftfix
  • pin-cryptography
  • pin-markupsafe
  • proof-announcement
  • python-3.8
  • python2
  • readline-fix
  • record-mode-and-useragent
  • release-3.1.0
  • run_from_subfolder_heroku
  • shell-mturk-abstraction
  • stroop_example
  • task_parameters_doc_update
  • test-suite
  • tunnel
  • update-docs
  • v2.3.10
  • v2.3.11
  • v2.3.12
  • v2.3.12-travis-1
  • v2.3.12-travis-3
  • v2.3.3
  • v2.3.4
  • v2.3.5
  • v2.3.6
  • v2.3.6b
  • v2.3.7
  • v2.3.8
  • v2.3.9
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v3.0.3
  • v3.0.4
  • v3.0.5
  • v3.0.6
  • v3.1.0
  • v3.10.0
  • v3.2.2
  • v3.2.2-1
  • v3.3.0
  • v3.3.1
  • version-bump-3-3-1
  • white-to-allow

pending completion
360

Pull #187

travis-ci

alexanderrich
ignore other users processes when checking server

Currently, when checking the server psiTurk searches through ALL user's
processes for psiturk server processes, and thus if a second user is
running a psiturk server it will find these processes and try to
communicate with them, causing an error. If psiturk only searches for
the current user's processes, multiple users should be able to
serve from the same server, as long as they use different ports.
Pull Request #187: ignore other users processes when checking server

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

314 of 2439 relevant lines covered (12.87%)

0.13 hits per line

Relevant lines Covered
Build:
Build:
2439 RELEVANT LINES 314 COVERED LINES
0.13 HITS PER LINE
Source Files on dev
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
360 dev ignore other users processes when checking server Currently, when checking the server psiTurk searches through ALL user's processes for psiturk server processes, and thus if a second user is running a psiturk server it will find these processes a... Pull #187 25 Jun 2015 08:19PM UTC alexanderrich travis-ci pending completion  
359 dev add note about using 127.0.0.1 for mysql hostname Pull #185 21 Jun 2015 08:49PM UTC pfeyz travis-ci pending completion  
351 dev Merge pull request #179 from RoyalTS/patch-6 fixed error message push 08 Apr 2015 11:03PM UTC gureckis travis-ci pending completion  
350 dev fixed error message Pull #179 07 Apr 2015 01:20PM UTC RoyalTS travis-ci pending completion  
349 dev Merge pull request #172 from RoyalTS/patch-5 cache control max age measured in seconds, not ms push 18 Mar 2015 11:08PM UTC gureckis travis-ci pending completion  
345 dev cache control max age measured in seconds, not ms see http://flask.pocoo.org/docs/0.10/config/ Pull #172 10 Mar 2015 12:26PM UTC RoyalTS travis-ci pending completion  
342 dev fixing typos push 05 Mar 2015 08:28AM UTC gureckis travis-ci pending completion  
333 dev Merge pull request #154 from adam353/patch-5 delete package-based installation of virtualenvwrapper push 27 Jan 2015 01:38AM UTC gureckis travis-ci pending completion  
332 dev Merge pull request #160 from pfeyz/add-bonus-output add computed bonus in worker list output push 27 Jan 2015 01:38AM UTC gureckis travis-ci pending completion  
329 dev Merge pull request #161 from pfeyz/ec2-docs Add setup instructions for Amazon EC2 instances push 08 Jan 2015 04:30AM UTC gureckis travis-ci pending completion  
See All Builds (1029)
  • 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