Bug 11604 - Tests failed for ldb.python (tdb_open_ex: could not open file...)
Summary: Tests failed for ldb.python (tdb_open_ex: could not open file...)
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Test infrastructure (show other bugs)
Version: 4.3.1
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Jelmer Vernooij
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-16 09:48 UTC by Andrey Cherepanov
Modified: 2015-11-17 07:59 UTC (History)
1 user (show)

See Also:


Attachments
Build log with failed ldb.python tests (1.19 MB, text/x-log)
2015-11-16 09:50 UTC, Andrey Cherepanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2015-11-16 09:48:32 UTC
I try to make test in Samba AD DC 4.3.1 with ldb-1.1.23 (test in ldb are passwd successful, see http://git.altlinux.org/tasks/153155/build/600/x86_64/log)

Complete log with failed tests: http://git.altlinux.org/tasks/153155/build/1000/x86_64/log

[5(66)/1868 at 8m48s] ldb.python
ltdb: tdb(/usr/src/RPM/BUILD/samba-4.3.1/st/tmp/tmpJAkkzS): tdb_open_ex: could not open file /usr/src/RPM/BUILD/samba-4.3.1/st/tmp/tmpJAkkzS: No such file or directory

Unable to open tdb '/usr/src/RPM/BUILD/samba-4.3.1/st/tmp/tmpJAkkzS': No such file or directory
Failed to connect to '/usr/src/RPM/BUILD/samba-4.3.1/st/tmp/tmpJAkkzS' with backend 'tdb': Unable to open tdb '/usr/src/RPM/BUILD/samba-4.3.1/st/tmp/tmpJAkkzS': No such file or directory
UNEXPECTED(error): ldb.python.api.DnTests.test_add(none)
REASON: Exception: Exception: Traceback (most recent call last):
  File "/usr/src/RPM/BUILD/samba-4.3.1/lib/ldb/tests/python/api.py", line 340, in setUp
    self.ldb = ldb.Ldb(filename())
Comment 1 Andrey Cherepanov 2015-11-16 09:50:37 UTC
Created attachment 11604 [details]
Build log with failed ldb.python tests