[SERVER-10423] dbtests/pdfile failed on Windows 32-bit, Linux 64-bit Created: 03/Aug/13  Updated: 11/Jul/16  Resolved: 04/Aug/13

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 2.5.2

Type: Bug Priority: Major - P3
Reporter: Matt Kangas Assignee: Eliot Horowitz (Inactive)
Resolution: Done Votes: 0
Labels: buildbot
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Nightly Windows 32-bit
Nightly Linux 64-bit SSL Ubuntu 1204


Operating System: ALL
Participants:

 Description   

Unit tests failed on pdfile:

Nightly Windows 32-bit Build #1373 Aug 3 rev ffc485ea5
http://buildlogs.mongodb.org/Nightly%20Windows%2032-bit/builds/1373/test/core/test.exe

Sat Aug 03 10:34:14.768 [testsuite] going to run suite: pdfile
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::Empty
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::EmptyLooped
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::EmptyMultiExtentLooped
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::Single
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::NewCapFirst
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::NewCapLast
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::NewCapMiddle
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::FirstExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::LastExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::MidExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::AloneInExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::FirstInExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ScanCapped::LastInExtent
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::Insert::InsertAddId
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::Insert::UpdateDate
Sat Aug 03 10:34:14.768 [testsuite] 	 going to run test: class PdfileTests::ExtentSizing
Sat Aug 03 10:34:14.768 [testsuite] FAIL: class PdfileTests::ExtentSizing	Expected Extent::maxSize() == sz (536862704 == 536862464) @src\mongo\dbtests\pdfiletests.cpp:338

Also on

Nightly Linux 64-bit SSL Ubuntu 1204 Build #179 Aug 3 rev ffc485ea5
http://buildlogs.mongodb.org/Nightly%20Linux%2064-bit%20SSL%20Ubuntu%201204/builds/179/test/js/test

Sat Aug  3 08:19:09.114 [testsuite] going to run suite: pdfile
Sat Aug  3 08:19:09.114 [testsuite] 	 going to run test: PdfileTests::ScanCapped::Empty
Sat Aug  3 08:19:09.117 [testsuite] 	 going to run test: PdfileTests::ScanCapped::EmptyLooped
Sat Aug  3 08:19:09.117 [testsuite] 	 going to run test: PdfileTests::ScanCapped::EmptyMultiExtentLooped
Sat Aug  3 08:19:09.117 [testsuite] 	 going to run test: PdfileTests::ScanCapped::Single
Sat Aug  3 08:19:09.118 [testsuite] 	 going to run test: PdfileTests::ScanCapped::NewCapFirst
Sat Aug  3 08:19:09.118 [testsuite] 	 going to run test: PdfileTests::ScanCapped::NewCapLast
Sat Aug  3 08:19:09.118 [testsuite] 	 going to run test: PdfileTests::ScanCapped::NewCapMiddle
Sat Aug  3 08:19:09.118 [testsuite] 	 going to run test: PdfileTests::ScanCapped::FirstExtent
Sat Aug  3 08:19:09.119 [testsuite] 	 going to run test: PdfileTests::ScanCapped::LastExtent
Sat Aug  3 08:19:09.119 [testsuite] 	 going to run test: PdfileTests::ScanCapped::MidExtent
Sat Aug  3 08:19:09.119 [testsuite] 	 going to run test: PdfileTests::ScanCapped::AloneInExtent
Sat Aug  3 08:19:09.119 [testsuite] 	 going to run test: PdfileTests::ScanCapped::FirstInExtent
Sat Aug  3 08:19:09.120 [testsuite] 	 going to run test: PdfileTests::ScanCapped::LastInExtent
Sat Aug  3 08:19:09.120 [testsuite] 	 going to run test: PdfileTests::Insert::InsertAddId
Sat Aug  3 08:19:09.122 [testsuite] 	 going to run test: PdfileTests::Insert::UpdateDate
Sat Aug  3 08:19:09.122 [testsuite] 	 going to run test: PdfileTests::ExtentSizing
Sat Aug  3 08:19:09.122 [testsuite] FAIL: PdfileTests::ExtentSizing	Expected Extent::maxSize() == sz (2146426864 == 2146426624) @src/mongo/dbtests/pdfiletests.cpp:338

Eliot, is this due to your SERVER-6405 changes?



 Comments   
Comment by auto [ 04/Aug/13 ]

Author:

{u'username': u'erh', u'name': u'Eliot Horowitz', u'email': u'eliot@10gen.com'}

Message: SERVER-6405 SERVER-10423: fix Extent allocation at max size to not waste space
also add a some more tests to make sure we're not wasting a lot of space
Branch: master
https://github.com/mongodb/mongo/commit/27c90569e13f0e9903035df1a8e2871a285d5000

Comment by Matt Kangas [ 04/Aug/13 ]

Nightly Windows 64-bit DEBUG Build #421 Aug3 rev ffc485ea

http://buildbot.mongodb.org/builders/Nightly%20Windows%2064-bit%20DEBUG/builds/421/steps/test_2/logs/stdio
http://buildlogs.mongodb.org/Nightly%20Windows%2064-bit%20DEBUG/builds/421/test/core/test.exe

Sat Aug 03 16:13:53.948 [testsuite] pdfile               | tests:   16 | fails:    1 | assert calls:    108
	class PdfileTests::ExtentSizing	Expected Extent::maxSize() == sz (2146426864 == 2146426624) @src\mongo\dbtests\pdfiletests.cpp:338

Comment by Matt Kangas [ 04/Aug/13 ]

Another data point:

Nightly Windows 64-bit Build #1360 Aug 3 rev ffc485ea5

http://buildbot.mongodb.org/builders/Nightly%20Windows%2064-bit/builds/1360/steps/test_3/logs/stdio
http://buildlogs.mongodb.org/Nightly%20Windows%2064-bit/builds/1360/test/core/test.exe

Sat Aug 03 15:09:24.249 [testsuite] pdfile               | tests:   16 | fails:    1 | assert calls:    108
	class PdfileTests::ExtentSizing	Expected Extent::maxSize() == sz (2146426864 == 2146426624) @src\mongo\dbtests\pdfiletests.cpp:338

Generated at Thu Feb 08 03:23:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.