-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FAILURE t/lib/db-hash.t #31 5.005_60] R_NOOVERWRITE unsuccessful #350
Comments
From @schwernlib/anydbm #12 is the Berkeley DB 2 null key thing again. That I know lib/db-btree #36 and lib/db-hash #31 are tests to see if R_NOOVERWRITE I wrote a quick one-liner to test: ./perl -Ilib -MFcntl -MDB_File -wle '$X = tie(%h, "DB_File","Dfile", O_RDWR|O_CREAT, 0640) || die $!; $status = $X->put( "x", "newvalue", R_NOOVERWRITE) ; print $status' I also tested against my copy of 5.005_03 with the same results. However, I just remade 5.005_03 and ran test on it and it passed 5.005_60 was compiled with DB 2.4.14. The system is an up-to-date ./perl -Ilib -V (5.005_60) Summary of my perl5 (revision 5.0 version 5 subversion 60) configuration: Characteristics of this binary (from libperl): perl -V (5.005_03) Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Characteristics of this binary (from libperl): |
From @pmqsFrom: schwern@pobox.com [mailto:schwern@pobox.com]
Known problem with DB_File 1.68. Fixed in DB_File 1.70 Paul |
From @tobezOn Sat, Aug 07, 1999 at 01:01:35AM -0400, schwern@pobox.com wrote:
See Cheers, |
Migrated from rt.perl.org#1183 (status was 'resolved')
Searchable as RT1183$
The text was updated successfully, but these errors were encountered: