#50603 ticket 50510 - etime can contain invalid nanosecond value
Closed 3 years ago by spichugi. Opened 4 years ago by sgouvern.
sgouvern/389-ds-base ticket_50510  into  master

@@ -665,7 +665,7 @@ 

      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):

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.

Pull-Request has been merged by mreynolds

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3659

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata