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 external_status_code support to internal provider resource #259

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

ne-sachirou
Copy link
Member

@ne-sachirou ne-sachirou commented Apr 2, 2025

Added support for external_status_code in external monitor in #258 . However, the implementation was missing and the test failed like https://github.com/mackerelio-labs/terraform-provider-mackerel/actions/runs/14212042760/job/39821559851 .

Output from acceptance testing:

$ make testacc TESTS=TestAccCompat_MackerelMonitorResource
=== RUN   TestAccCompat_MackerelMonitorResource
=== PAUSE TestAccCompat_MackerelMonitorResource
=== CONT  TestAccCompat_MackerelMonitorResource
=== RUN   TestAccCompat_MackerelMonitorResource/host_metric/undefined
=== PAUSE TestAccCompat_MackerelMonitorResource/host_metric/undefined
=== RUN   TestAccCompat_MackerelMonitorResource/connectivity/undefined
=== PAUSE TestAccCompat_MackerelMonitorResource/connectivity/undefined
=== RUN   TestAccCompat_MackerelMonitorResource/connectivity/null
=== PAUSE TestAccCompat_MackerelMonitorResource/connectivity/null
=== RUN   TestAccCompat_MackerelMonitorResource/external
=== PAUSE TestAccCompat_MackerelMonitorResource/external
=== RUN   TestAccCompat_MackerelMonitorResource/expression
=== PAUSE TestAccCompat_MackerelMonitorResource/expression
=== RUN   TestAccCompat_MackerelMonitorResource/query
=== PAUSE TestAccCompat_MackerelMonitorResource/query
=== RUN   TestAccCompat_MackerelMonitorResource/host_metric/null
=== PAUSE TestAccCompat_MackerelMonitorResource/host_metric/null
=== RUN   TestAccCompat_MackerelMonitorResource/host_metric/empty
=== PAUSE TestAccCompat_MackerelMonitorResource/host_metric/empty
=== RUN   TestAccCompat_MackerelMonitorResource/connectivity/empty
=== PAUSE TestAccCompat_MackerelMonitorResource/connectivity/empty
=== RUN   TestAccCompat_MackerelMonitorResource/service_metric
=== PAUSE TestAccCompat_MackerelMonitorResource/service_metric
=== RUN   TestAccCompat_MackerelMonitorResource/external/null
=== PAUSE TestAccCompat_MackerelMonitorResource/external/null
=== RUN   TestAccCompat_MackerelMonitorResource/external/empty
=== PAUSE TestAccCompat_MackerelMonitorResource/external/empty
=== RUN   TestAccCompat_MackerelMonitorResource/anomaly_detection
=== PAUSE TestAccCompat_MackerelMonitorResource/anomaly_detection
=== CONT  TestAccCompat_MackerelMonitorResource/host_metric/undefined
=== CONT  TestAccCompat_MackerelMonitorResource/host_metric/empty
=== CONT  TestAccCompat_MackerelMonitorResource/external/null
=== CONT  TestAccCompat_MackerelMonitorResource/service_metric
=== CONT  TestAccCompat_MackerelMonitorResource/connectivity/empty
=== CONT  TestAccCompat_MackerelMonitorResource/expression
=== CONT  TestAccCompat_MackerelMonitorResource/anomaly_detection
=== CONT  TestAccCompat_MackerelMonitorResource/connectivity/null
=== CONT  TestAccCompat_MackerelMonitorResource/host_metric/null
=== CONT  TestAccCompat_MackerelMonitorResource/connectivity/undefined
=== CONT  TestAccCompat_MackerelMonitorResource/external
=== CONT  TestAccCompat_MackerelMonitorResource/query
=== CONT  TestAccCompat_MackerelMonitorResource/external/empty
--- PASS: TestAccCompat_MackerelMonitorResource (0.00s)
    --- PASS: TestAccCompat_MackerelMonitorResource/external (4.25s)
    --- PASS: TestAccCompat_MackerelMonitorResource/expression (4.30s)
    --- PASS: TestAccCompat_MackerelMonitorResource/external/null (4.32s)
    --- PASS: TestAccCompat_MackerelMonitorResource/connectivity/empty (4.41s)
    --- PASS: TestAccCompat_MackerelMonitorResource/host_metric/undefined (4.43s)
    --- PASS: TestAccCompat_MackerelMonitorResource/host_metric/null (4.43s)
    --- PASS: TestAccCompat_MackerelMonitorResource/connectivity/null (4.46s)
    --- PASS: TestAccCompat_MackerelMonitorResource/host_metric/empty (4.48s)
    --- PASS: TestAccCompat_MackerelMonitorResource/connectivity/undefined (4.50s)
    --- PASS: TestAccCompat_MackerelMonitorResource/query (4.58s)
    --- PASS: TestAccCompat_MackerelMonitorResource/service_metric (4.74s)
    --- PASS: TestAccCompat_MackerelMonitorResource/anomaly_detection (5.07s)
    --- PASS: TestAccCompat_MackerelMonitorResource/external/empty (2.91s)
PASS

$ make testacc TESTS=TestAccMackerelMonitor_External
=== RUN   TestAccMackerelMonitor_External
=== PAUSE TestAccMackerelMonitor_External
=== CONT  TestAccMackerelMonitor_External
--- PASS: TestAccMackerelMonitor_External (3.55s)
PASS

$ make testacc TESTS=TestAccDataSourceMackerelMonitorExternal
=== RUN   TestAccDataSourceMackerelMonitorExternal
=== PAUSE TestAccDataSourceMackerelMonitorExternal
=== CONT  TestAccDataSourceMackerelMonitorExternal
--- PASS: TestAccDataSourceMackerelMonitorExternal (1.94s)
PASS

@ne-sachirou ne-sachirou self-assigned this Apr 2, 2025
@ne-sachirou ne-sachirou marked this pull request as ready for review April 2, 2025 08:50
@ne-sachirou ne-sachirou marked this pull request as draft April 2, 2025 08:54
@ne-sachirou ne-sachirou marked this pull request as ready for review April 2, 2025 13:15
@ne-sachirou ne-sachirou merged commit 77d4226 into main Apr 3, 2025
1 check passed
@ne-sachirou ne-sachirou deleted the fix-TestAccCompat_MackerelMonitorResource branch April 3, 2025 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants