From 99f1131226b40e3d385cca66b2b35d5ea8cee582 Mon Sep 17 00:00:00 2001 From: Sylvie Gouverneyre Date: Sep 13 2019 14:51:48 +0000 Subject: ticket 50510 - etime can contain invalid nanosecond value Bug Description: When running the test on upstream backported version, the skipif line has to be manually commented Fix description : changed skifif to xfail, the test being written so that it is able to manage the failures. This is a temporary fix, as the test will have to be modified when bug 1749236 related to this feature will be fixed. --- diff --git a/dirsrvtests/tests/suites/ds_logs/ds_logs_test.py b/dirsrvtests/tests/suites/ds_logs/ds_logs_test.py index 2867014..de08fbf 100644 --- a/dirsrvtests/tests/suites/ds_logs/ds_logs_test.py +++ b/dirsrvtests/tests/suites/ds_logs/ds_logs_test.py @@ -665,7 +665,7 @@ def test_access_log_truncated_search_message(topology_st): log.info('Delete the previous access logs for the next test') topo.deleteAccessLogs() -@pytest.mark.skipif(ds_is_older('1.4.1.6'), reason="Not implemented") +@pytest.mark.xfail(ds_is_older('1.4.1.6'), reason="May fail because of bug 1732053") @pytest.mark.bz1732053 @pytest.mark.ds50510 def test_etime_at_border_of_second(topology_st):