The Artima Developer Community
Sponsored Link

Java Buzz Forum
Day 7/8 of 30 Min Project 12/22/14

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Warner Onstine

Posts: 242
Nickname: warnero
Registered: Aug, 2003

Warner Onstine is Java programmer and writer of two tech books
Day 7/8 of 30 Min Project 12/22/14 Posted: Dec 22, 2014 8:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Warner Onstine.
Original Post: Day 7/8 of 30 Min Project 12/22/14
Feed Title: BlackBox
Feed URL: http://feeds.feedburner.com/Blackbox
Feed Description: Where technology and art disappear
Latest Java Buzz Posts
Latest Java Buzz Posts by Warner Onstine
Latest Posts From BlackBox

Advertisement
Missed yesterday due to friends being in town and prepping for our annual holiday trip.

Tonight:
  • gulp mocha isn’t finishing properly. I know I handled this somewhere :P
    • ahh, using exit and pipe the results to it
    • Hmm, test is timing out now :/
    • Not sure if it’s connectivity issues (on the road over hotspot) or if something else weird is going on
    • Local db isn’t being created, so it’s acting like it’s not even connecting to mongodb
    • Hmm, turned off the gulp-exit stuff and it finally shows the db call, so it is just timing out for some weird reason, putting a longer timeout
    • Yep, and it now exits properly in gulp :)
  • Figure out how we’re going to manage our test data
    • Before I’ve created a setup script that deletes and adds new data to test with
    • going to do this for now, but long term want to get this abstracted out using machinist-js
    • pulling in a util that will create and delete test data
    • Hmm, something weird is happening now that I have that wired in to gulp, appears to not be starting server properly to run tests :/
Next steps:
  • Figure out why the startup isn’t happening on time now
  • Get tests going that use test data
    • We have a few controllers/endpoints we need to test
      • /token - gets a valid token for a logged in user
      • /user - gets current user that is logged in via that token

Read: Day 7/8 of 30 Min Project 12/22/14

Topic: Java : Collection Framework : LinkedHashSet (Remove all elements) Previous Topic   Next Topic Topic: Java : Collection Framework : LinkedHashSet (Constructor)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use