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

test: enable running against tile based deployment #792

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

nouseforaname
Copy link
Contributor

currently running these tests against as tile based deployment errors with:

• [PANICKED] [0.236 seconds]
Redis [It] can be accessed by an app [redis]
/tmp/build/135320cb/brokerpak/acceptance-tests/redis_test.go:14

  [PANICKED] Test Panicked
  In [It] at: /tmp/build/135320cb/brokerpak/acceptance-tests/helpers/brokers/default.go:39 @ 06/21/24 08:58:01.135

  could not determine default broker name

  Full Stack Trace

it seems that this is caused by the brokerpak tests expecting the name being set to broker-cf-test. The new broker is called cloud-service-broker-azure in a tile deployment and thus the tests panic.

[#187498188]

Checklist:

@nouseforaname nouseforaname changed the title enable running against tile based deployment ci: enable running against tile based deployment Jun 21, 2024
currently running these tests against as tile based deployment errors with:

```
• [PANICKED] [0.236 seconds]
Redis [It] can be accessed by an app [redis]
/tmp/build/135320cb/brokerpak/acceptance-tests/redis_test.go:14

  [PANICKED] Test Panicked
  In [It] at: /tmp/build/135320cb/brokerpak/acceptance-tests/helpers/brokers/default.go:39 @ 06/21/24 08:58:01.135

  could not determine default broker name

  Full Stack Trace
```

it seems that this is caused by the brokerpak tests expecting the name being set to `broker-cf-test`. The new broker is called
`cloud-service-broker-azure` in a tile deployment and thus the tests panic.

[#187498188]
@nouseforaname nouseforaname changed the title ci: enable running against tile based deployment test: enable running against tile based deployment Jun 21, 2024
@zucchinidev zucchinidev merged commit 6cc29b3 into cloudfoundry:main Jun 21, 2024
8 checks passed
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.

None yet

2 participants