SSP-2436 Altering tests and code to be Windows friendly#2
SSP-2436 Altering tests and code to be Windows friendly#2shawnconnolly wants to merge 1 commit into
Conversation
shawnconnolly
commented
May 14, 2014
- Leverage java.io.tmpdir system property instead of using /tmp
- Fix the windows delete file issue
- Fixed a couple of typos
- Leverage java.io.tmpdir system property instead of using /tmp - Fix the windows delete file issue - Fixed a couple of typos
There was a problem hiding this comment.
This method was unused so it was removed.
|
Thanks, Shawn. This definitely improves the tests when run on a Windows env. I'm still having trouble getting them to actually complete, though. I ended up pushing a rebased copy of your commit plus an additional fix-up commit for the SQLServer test DDL files to add At the moment, I'm getting this when testing on SqlServer for the db and Wins for the app... one failure from Also, it seems that when the job encounters a db-related error or basically any sort of problem in The batch index keeps creeping up... here it's up to 41754, but if I'm reading the test right, there's only 3 total rows in the So... mainly I'm just wondering if you're getting any of the same behaviors in your environment. If so, I think we've probably got at least two things to do. Not sure if they can actually be separated, but...
|