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 selftests #57

Merged
merged 5 commits into from
Jan 22, 2024
Merged

Commits on Jan 18, 2024

  1. tox: flake8 - exclude directories to check

    I use a .venv directory within the repo and flake8 ends up checking the
    python modules within that directory. I create a section in tox.ini to
    exclude certain directories from flake8 checks.
    
    Signed-off-by: Sachin Prabhu <[email protected]>
    spuiuk authored and anoopcs9 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    dc636b8 View commit details
    Browse the repository at this point in the history
  2. pyproject.toml: exclude smbtorture/selftest from checks

    Exclude files in /testcases/smbtorture/selftest/ directory from tests.
    
    Signed-off-by: Sachin Prabhu <[email protected]>
    spuiuk authored and anoopcs9 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    76900c0 View commit details
    Browse the repository at this point in the history
  3. tox: exclude smbtorture/selftest from flake8 checks

    Signed-off-by: Sachin Prabhu <[email protected]>
    spuiuk authored and anoopcs9 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a6509b3 View commit details
    Browse the repository at this point in the history
  4. smbtorture: update selftest files

    This includes a new subdirectory expectedfail.d which includes all tests
    expected to always fail.
    
    Head of samba repo when this copy was made
    0caaa2d1723 (vfs: Remove shadow_copy2_get_real_filename_at(), 2024-01-11)
    
    Signed-off-by: Sachin Prabhu <[email protected]>
    spuiuk authored and anoopcs9 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    de7e3ba View commit details
    Browse the repository at this point in the history
  5. smbtorture: add expectedfail.d/* files to knownfails

    Add the newly created directory expectedfail.d to the knownfails list
    for smbtorture.
    
    Signed-off-by: Sachin Prabhu <[email protected]>
    spuiuk authored and anoopcs9 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fea076c View commit details
    Browse the repository at this point in the history