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

feat: add authoritative resource to manage grants for an object #173

Merged

update description

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

feat: add authoritative resource to manage grants for an object #173

update description
a00d54e
Select commit
Loading
Failed to load commit list.
GitHub Actions / report failed Dec 5, 2024 in 0s

2 fail, 7 skipped, 221 pass in 1h 0m 35s

  1 files  ±0   11 suites  ±0   1h 0m 35s ⏱️ + 31m 27s
230 tests  - 1  221 ✅ +66  7 💤 ±0  2 ❌  - 67 
232 runs  +2  223 ✅ +69  7 💤 ±0  2 ❌  - 67 

Results for commit a00d54e. ± Comparison against earlier commit a449b2d.

Annotations

Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe

See this annotation in the file changed.

@github-actions github-actions / report

1 out of 2 runs failed: TestAccObserveDatasetMultiInput (github.com/observeinc/terraform-provider-observe/observe)

test-report.xml [took 2m 46s]
Raw output
Failed
=== RUN   TestAccObserveDatasetMultiInput
=== PAUSE TestAccObserveDatasetMultiInput
=== CONT  TestAccObserveDatasetMultiInput
    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: TestAccObserveDatasetMultiInput (166.51s)

Check warning on line 0 in github.com/observeinc/terraform-provider-observe/observe

See this annotation in the file changed.

@github-actions github-actions / report

1 out of 2 runs failed: TestAccObserveDatasetDescription (github.com/observeinc/terraform-provider-observe/observe)

test-report.xml [took 2m 30s]
Raw output
Failed
=== RUN   TestAccObserveDatasetDescription
=== PAUSE TestAccObserveDatasetDescription
=== CONT  TestAccObserveDatasetDescription
    resource_dataset_test.go:533: Step 2/3 error: Error running post-apply refresh: exit status 1
        
        Error: failed to retrieve workspace "Kubernetes": Post "https://127814973959.observe-eng.com/v1/meta": write tcp 10.1.0.204:43026->52.40.202.64:443: write: 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" {
        
2024-12-05T20:24:55.400Z [ERROR] sdk.proto: Response contains error diagnostic: tf_proto_version=5.4 tf_rpc=ApplyResourceChange tf_req_id=3dd013b0-eb5b-abda-e8dc-57db637994c2 tf_provider_addr=registry.terraform.io/hashicorp/observe tf_resource_type=observe_datastream diagnostic_detail="" diagnostic_severity=ERROR diagnostic_summary="failed to delete datastream: Post \"https://127814973959.observe-eng.com/v1/meta\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"
2024-12-05T20:24:55.405Z [ERROR] sdk.helper_resource: Error running post-test destroy, there may be dangling resources: test_name=TestAccObserveDatasetMultiInput test_terraform_path=/home/runner/work/_temp/fff43967-fae4-48b3-8d62-6388cce2f93f/terraform test_working_directory=/tmp/plugintest423822270 test_step_number=1
  error=
  | 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: TestAccObserveDatasetDescription (150.68s)