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

Add legacy_mode option to init_config #15907

Merged
merged 10 commits into from
Sep 27, 2023

Update win32_event_log/README.md

eb8e9b2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add legacy_mode option to init_config #15907

Update win32_event_log/README.md
eb8e9b2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Sep 26, 2023 in 0s

All 51 tests pass in 1m 1s

  2 files    2 suites   1m 1s ⏱️
51 tests 51 ✔️ 0 💤 0
71 runs  71 ✔️ 0 💤 0

Results for commit eb8e9b2.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

51 tests found

There are 51 tests, see "Raw output" for the full list of tests.
Raw output
win32_event_log.tests.legacy.test_check ‑ test_check
win32_event_log.tests.legacy.test_check ‑ test_check_with_event_format
win32_event_log.tests.legacy.test_check ‑ test_filter_event_id
win32_event_log.tests.legacy.test_check ‑ test_filter_log_file
win32_event_log.tests.legacy.test_check ‑ test_filter_message_filters
win32_event_log.tests.legacy.test_check ‑ test_filter_source_name
win32_event_log.tests.legacy.test_check ‑ test_filter_type
win32_event_log.tests.legacy.test_check ‑ test_log_event
win32_event_log.tests.legacy.test_check ‑ test_no_filters
win32_event_log.tests.legacy.test_win32_integration ‑ test_basic_check
win32_event_log.tests.legacy.test_win32_integration ‑ test_deprecation_notice
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[False-False]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[False-None]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[False-True]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[None-False]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[None-None]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[None-True]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[True-False]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[True-None]
win32_event_log.tests.legacy.test_win32_integration ‑ test_legacy_mode_select[True-True]
win32_event_log.tests.test_check ‑ test_bookmark
win32_event_log.tests.test_check ‑ test_custom_query
win32_event_log.tests.test_check ‑ test_event_id
win32_event_log.tests.test_check ‑ test_event_priority
win32_event_log.tests.test_check ‑ test_excluded_messages
win32_event_log.tests.test_check ‑ test_excluded_messages_override
win32_event_log.tests.test_check ‑ test_expected[127.0.0.1]
win32_event_log.tests.test_check ‑ test_expected[localhost]
win32_event_log.tests.test_check ‑ test_included_messages
win32_event_log.tests.test_check ‑ test_levels[ERROR_TYPE]
win32_event_log.tests.test_check ‑ test_levels[INFORMATION_TYPE]
win32_event_log.tests.test_check ‑ test_levels[WARNING_TYPE]
win32_event_log.tests.test_check ‑ test_query_override
win32_event_log.tests.test_check ‑ test_recover_from_broken_subscribe
win32_event_log.tests.test_check ‑ test_sid
win32_event_log.tests.test_config ‑ test_invalid_message_filter_regular_expression[excluded_messages]
win32_event_log.tests.test_config ‑ test_invalid_message_filter_regular_expression[included_messages]
win32_event_log.tests.test_filters ‑ test_no_values
win32_event_log.tests.test_filters ‑ test_query_construction[complex]
win32_event_log.tests.test_filters ‑ test_query_construction[id multiple]
win32_event_log.tests.test_filters ‑ test_query_construction[id single]
win32_event_log.tests.test_filters ‑ test_query_construction[no filters]
win32_event_log.tests.test_filters ‑ test_query_construction[source multiple]
win32_event_log.tests.test_filters ‑ test_query_construction[source single]
win32_event_log.tests.test_filters ‑ test_query_construction[type Error]
win32_event_log.tests.test_filters ‑ test_query_construction[type Failure Audit]
win32_event_log.tests.test_filters ‑ test_query_construction[type Information]
win32_event_log.tests.test_filters ‑ test_query_construction[type Success Audit]
win32_event_log.tests.test_filters ‑ test_query_construction[type Success]
win32_event_log.tests.test_filters ‑ test_query_construction[type Warning]
win32_event_log.tests.test_filters ‑ test_query_construction[type multiple]