[SERVER-10133] basic.js failing during parallel suite of Windows DEBUG build Created: 05/Jul/13 Updated: 10/Dec/14 Resolved: 03/Sep/13 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Ian Whalen (Inactive) | Assignee: | Adinoyi Omuya |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Participants: |
| Description |
|
Very small possibility this is an issue with MCI, but more likely the test: Failing: http://buildlogs.mongodb.org/mci_0.9_windows_64_debug/builds/53/test/parallel/basic.js Passing: http://buildlogs.mongodb.org/Nightly%20Windows%2064-bit%20DEBUG/builds/387/test/parallel/basic.js |
| Comments |
| Comment by Adinoyi Omuya [ 03/Sep/13 ] |
|
The basic.js test for the windows debug buildvariant looks stable and has been passing for a while now. OK to mark this as resolved? |
| Comment by Adinoyi Omuya [ 10/Jul/13 ] |
|
Will update when the next basic.js test in the MCI build for windows (containing the .pdb files) runs. Thanks. |
| Comment by Eric Milkie [ 10/Jul/13 ] |
|
You don't have to run "scons install" as part of the build, but you could run it manually to see what it actually installs and then use that to confirm that your artifact list is correct. Including all the .pdb files in the tarball should fix the stacktrace, which may help us diagnose what is going wrong with basic.js on Windows for MCI. |
| Comment by Adinoyi Omuya [ 10/Jul/13 ] |
|
We never run scons install for any platform in MCI; on windows, we run scons --64 -j4 all dist. This generates a couple of .pdb files which we currently don't add to the artifacts. Could this be the cause of the error? I'll make a change to have these added to the archive as well. Do we have to run scons install on windows (to get all the .pdb files) in addition to running scons --64 -j4 all dist? Or should simply running the latter suffice? |
| Comment by Eric Milkie [ 10/Jul/13 ] |
|
It's the program database. It's generated by the linker along with each .exe file. When you run "scons install", it should put the .exe and .pdb files together in the same directory. |
| Comment by Adinoyi Omuya [ 10/Jul/13 ] |
|
What's the PDB file? Where is it expected to be? As far as I can tell, all files we need for testing are in the right place. |
| Comment by Eric Milkie [ 10/Jul/13 ] |
|
It looks like the PDB file is missing, because we're getting a stack trace filled with ?'s. Are you sure you're running with all the proper files in the correct places? |
| Comment by Ian Whalen (Inactive) [ 05/Jul/13 ] |
|
looks like this might have timed out on non-debug as well? http://buildlogs.mongodb.org/mci_0.9_windows_64/builds/95/test/parallel/basic.js If, on investigation, the non-debug failure turns out to be a different problem, please make a new ticket for it. |