Skip to content

Conversation

@iquintero
Copy link
Contributor

Issue #, if available:

Description of changes:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have updated the changelog with a description of my changes (if appropriate)
  • I have updated any necessary documentation (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-io
Copy link

codecov-io commented May 22, 2018

Codecov Report

Merging #192 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   90.68%   90.68%           
=======================================
  Files          38       38           
  Lines        2599     2599           
=======================================
  Hits         2357     2357           
  Misses        242      242

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 785f3b1...427bb4e. Read the comment docs.

@iquintero iquintero force-pushed the lm_integ_test branch 2 times, most recently from 028aab7 to df93df1 Compare May 22, 2018 22:45
If we don't have a local session and the image hasn't been pulled
then there is a race condition where the NoBotoSession tests need to run
after a test that uses boto.
@iquintero iquintero requested a review from nadiaya May 24, 2018 21:07

DATA_PATH = os.path.join(DATA_DIR, 'iris', 'data')
LOCK_PATH = os.path.join(DATA_DIR, 'local_mode_lock')
DEFAULT_REGION = 'us-west-2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to run integ tests against different regions?

endpoint_name = estimator.latest_training_job.name

try:
# Since Local Mode uses the same port for serving, we need a lock in order
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it use a different port? :)

Copy link
Contributor

@nadiaya nadiaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline.

@iquintero iquintero merged commit 6473b0c into aws:master May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants