fix: prevent unnecessary diff for rematerialization_mode #662
4 fail, 7 skipped, 218 pass in 1h 8m 29s
Annotations
Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe
github-actions / report
1 out of 2 runs failed: TestAccObservePollerAWSSnapshot (github.com/observeinc/terraform-provider-observe/observe)
test-report.xml [took 3m 24s]
Raw output
Failed
=== RUN TestAccObservePollerAWSSnapshot
=== PAUSE TestAccObservePollerAWSSnapshot
=== CONT TestAccObservePollerAWSSnapshot
testing_new.go:85: Error running post-test destroy, there may be dangling resources: exit status 1
Error: failed to delete datastream: Post "https://127814973959.observe-eng.com/v1/meta": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestAccObservePollerAWSSnapshot (204.05s)
Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe
github-actions / report
1 out of 2 runs failed: TestAccObservePollerCloudWatchMetrics (github.com/observeinc/terraform-provider-observe/observe)
test-report.xml [took 3m 9s]
Raw output
Failed
=== RUN TestAccObservePollerCloudWatchMetrics
=== PAUSE TestAccObservePollerCloudWatchMetrics
=== CONT TestAccObservePollerCloudWatchMetrics
testing_new.go:85: Error running post-test destroy, there may be dangling resources: exit status 1
Error: failed to delete poller: Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
--- FAIL: TestAccObservePollerCloudWatchMetrics (189.86s)
Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe
github-actions / report
1 out of 2 runs failed: TestAccObserveMonitorV2MultipleActionsEmailViaOneShot (github.com/observeinc/terraform-provider-observe/observe)
test-report.xml [took 0s]
Raw output
Failed
=== RUN TestAccObserveMonitorV2MultipleActionsEmailViaOneShot
=== PAUSE TestAccObserveMonitorV2MultipleActionsEmailViaOneShot
=== CONT TestAccObserveMonitorV2MultipleActionsEmailViaOneShot
2024-12-05T23:12:09.883Z [ERROR] sdk.proto: Response contains error diagnostic: tf_rpc=ReadDataSource tf_data_source_type=observe_user tf_provider_addr=registry.terraform.io/hashicorp/observe diagnostic_detail="" diagnostic_severity=ERROR diagnostic_summary="Post \"https://127814973959.observe-eng.com/v1/meta\": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer" tf_proto_version=5.4 tf_req_id=944ce8bb-21ba-cd23-d569-97f63608aade
2024-12-05T23:12:09.883Z [ERROR] sdk.proto: Response contains error diagnostic: tf_data_source_type=observe_workspace tf_req_id=1545c065-7dcb-2297-0436-7a2642348495 tf_provider_addr=registry.terraform.io/hashicorp/observe diagnostic_summary="failed to retrieve workspace \"Kubernetes\": Post \"https://127814973959.observe-eng.com/v1/meta\": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer" diagnostic_detail="" diagnostic_severity=ERROR tf_proto_version=5.4 tf_rpc=ReadDataSource
2024-12-05T23:12:09.885Z [ERROR] sdk.proto: Response contains error diagnostic: diagnostic_detail="" diagnostic_severity=ERROR diagnostic_summary="failed to delete poller: Post \"https://127814973959.observe-eng.com/v1/meta\": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer" tf_provider_addr=registry.terraform.io/hashicorp/observe tf_proto_version=5.4 tf_rpc=ApplyResourceChange tf_req_id=4ee55e79-0a45-034e-71f3-045385b875b4 tf_resource_type=observe_poller
2024-12-05T23:12:09.889Z [ERROR] sdk.helper_resource: Unexpected error: test_working_directory=/tmp/plugintest3628617898 test_step_number=1 test_name=TestAccObserveMonitorV2MultipleActionsEmailViaOneShot
error=
| Error running pre-apply refresh: exit status 1
|
| Error: failed to retrieve workspace "Kubernetes": Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
|
| with data.observe_workspace.default,
| on terraform_plugin_test.tf line 3, in data "observe_workspace" "default":
| 3: \t\t\t\tdata "observe_workspace" "default" {
|
|
| Error: Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
|
| with data.observe_user.system,
| on terraform_plugin_test.tf line 82, in data "observe_user" "system":
| 82: \t\t\t\t\tdata "observe_user" "system" {
|
test_terraform_path=/home/runner/work/_temp/c65d0199-8f9f-4699-94fa-47a7991b09d0/terraform
resource_monitor_v2_test.go:212: Step 1/2 error: Error running pre-apply refresh: exit status 1
Error: failed to retrieve workspace "Kubernetes": Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
with data.observe_workspace.default,
on terraform_plugin_test.tf line 3, in data "observe_workspace" "default":
3: data "observe_workspace" "default" {
Error: Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
with data.observe_user.system,
on terraform_plugin_test.tf line 82, in data "observe_user" "system":
82: data "observe_user" "system" {
2024-12-05T23:12:09.891Z [ERROR] sdk.helper_resource: Error running post-test destroy, there may be dangling resources:
error=
| exit status 1
|
| Error: failed to delete poller: Post "https://127814973959.observe-eng.com/v1/meta": read tcp 10.1.0.108:60706->44.226.43.166:443: read: connection reset by peer
|
test_terraform_path=/home/runner/work/_temp/c65d0199-8f9f-4699-94fa-47a7991b09d0/terraform test_working_directory=/tmp/plugintest3092323593 test_name=TestAccObservePollerCloudWatchMetrics test_step_number=2
--- FAIL: TestAccObserveMonitorV2MultipleActionsEmailViaOneShot (0.69s)
Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe
github-actions / report
All 4 runs failed: TestAccObserveDatasetUpdate (github.com/observeinc/terraform-provider-observe/observe)
test-report.xml [took 9s]
Raw output
Failed
=== RUN TestAccObserveDatasetUpdate
=== PAUSE TestAccObserveDatasetUpdate
=== CONT TestAccObserveDatasetUpdate
resource_dataset_test.go:86: Step 1/3 error: Check failed: Check 10/10 error: observe_dataset.first: Attribute 'rematerialization_mode' not found
--- FAIL: TestAccObserveDatasetUpdate (20.81s)