Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
3.0.10, 3.2.4
-
None
-
ALL
-
Description
This failure occurs when running file all.js from core jstests.
I separated this issue to
t.drop();
|
t.ensureIndex( {a:1} );
|
t.save( { a:[ 1,9,7 ] } );
|
t.save( { a : [] } );
|
The output of respoke.py is attached.
System info:
<mock-chroot>sh-4.3# uname -a
|
Linux arm03-packager01.cloud.fedoraproject.org 4.4.2-300.fc23.armv7hl #1 SMP Fri Feb 19 17:17:37 UTC 2016 armv7l armv7l armv7l GNU/Linux
|
<mock-chroot>sh-4.3# cat /proc/cpuinfo
|
processor : 0
|
model name : ARMv7 Processor rev 0 (v7l)
|
BogoMIPS : 2795.11
|
Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
|
CPU implementer : 0x41
|
CPU architecture: 7
|
CPU variant : 0x3
|
CPU part : 0xc09
|
CPU revision : 0
|
|
|
processor : 1
|
model name : ARMv7 Processor rev 0 (v7l)
|
BogoMIPS : 2795.11
|
Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
|
CPU implementer : 0x41
|
CPU architecture: 7
|
CPU variant : 0x3
|
CPU part : 0xc09
|
CPU revision : 0
|
|
|
processor : 2
|
model name : ARMv7 Processor rev 0 (v7l)
|
BogoMIPS : 2795.11
|
Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
|
CPU implementer : 0x41
|
CPU architecture: 7
|
CPU variant : 0x3
|
CPU part : 0xc09
|
CPU revision : 0
|
|
|
processor : 3
|
model name : ARMv7 Processor rev 0 (v7l)
|
BogoMIPS : 2795.11
|
Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
|
CPU implementer : 0x41
|
CPU architecture: 7
|
CPU variant : 0x3
|
CPU part : 0xc09
|
CPU revision : 0
|
|
|
Hardware : Highbank
|
Revision : 0000
|
Serial : 01234567890123456789
|