Skip to content
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

Update ZTS Exceptions #16553

Closed
wants to merge 3 commits into from
Closed

Conversation

behlendorf
Copy link
Contributor

Motivation and Context

Update the list of ZTS exceptions based on the results from the updated CI.

This initial pass is intended to get the CI reliably reporting green to make it easy to identify any new issues.

Description

  • ZTS: Add additional exceptions
  • ZTS: Retire "tmpfile_reason" exception
  • ZTS: Retire "ci_reason" exceptions

How Has This Been Tested?

It has not. We'll see what the CI has to say about it.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

@behlendorf behlendorf added the Component: Test Suite Indicates an issue with the test framework or a test case label Sep 21, 2024
@behlendorf behlendorf changed the title Zts maybe ci Update ZTS Exceptions Sep 21, 2024
There is no longer be a need for the ci_reason exception with
the update CI GitHub Actions infrastruture.  Retire it.

Signed-off-by: Brian Behlendorf <[email protected]>
All supported Linux kernels, 4.18 and newer, provide O_TMPFILE.

Signed-off-by: Brian Behlendorf <[email protected]>
@behlendorf behlendorf force-pushed the zts-maybe-ci branch 2 times, most recently from 53d8345 to 35c5094 Compare September 22, 2024 02:20
The following tests have been observed to occasionally fail when
running under the CI.  Updated our exceptions list to track them.

Signed-off-by: Brian Behlendorf <[email protected]>
@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Component: Test Suite Indicates an issue with the test framework or a test case labels Sep 22, 2024
behlendorf added a commit that referenced this pull request Sep 22, 2024
All supported Linux kernels, 4.18 and newer, provide O_TMPFILE.

Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #16553
behlendorf added a commit that referenced this pull request Sep 22, 2024
The following tests have been observed to occasionally fail when
running under the CI.  Updated our exceptions list to track them.

Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #16553
robn pushed a commit to robn/zfs that referenced this pull request Nov 5, 2024
There is no longer be a need for the ci_reason exception with
the update CI GitHub Actions infrastruture.  Retire it.

Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#16553
robn pushed a commit to robn/zfs that referenced this pull request Nov 5, 2024
All supported Linux kernels, 4.18 and newer, provide O_TMPFILE.

Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#16553
robn pushed a commit to robn/zfs that referenced this pull request Nov 5, 2024
The following tests have been observed to occasionally fail when
running under the CI.  Updated our exceptions list to track them.

Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#16553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants