Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Cheshire-Cat
-
Untriaged
-
1
-
Unknown
Description
Issue found in: 7.0.0-3985
Last good build: 7.0.0-3982
Test:
./testrunner -i node_conf.ini -p get-cbcollect-info=True,get-couch-dbinfo=True,skip_cleanup=False,skip_log_scan=False -t clitest.importexporttest.ImportExportTests.test_export_and_import_back,imex_type=json,format_type=list,import_back=True,nodes_init=2
Console:
19:32:41 ======================================================================
|
19:32:41 FAIL: test_export_and_import_back (clitest.importexporttest.ImportExportTests)
|
19:32:41 ----------------------------------------------------------------------
|
19:32:41 Traceback (most recent call last):
|
19:32:41 File "pytests/clitest/importexporttest.py", line 92, in test_export_and_import_back
|
19:32:41 return self._common_imex_test("export", options)
|
19:32:41 File "pytests/clitest/importexporttest.py", line 1036, in _common_imex_test
|
19:32:41 self._verify_export_file(bucket.name, options)
|
19:32:41 File "pytests/clitest/importexporttest.py", line 1518, in _verify_export_file
|
19:32:41 self.fail("export and sample json files did not match")
|
19:32:41 AssertionError: export and sample json files did not match
|
19:32:41
|
19:32:41 ----------------------------------------------------------------------
|