Skip to content

Conversation

@adutra
Copy link
Contributor

@adutra adutra commented Jan 15, 2025

A few tests were still creating catalog names "manually". Depending on the order of test execution, you could see test failures, e.g. in ManagementServiceIntegrationTest#testListCatalogs():

expected:
  []
 but was:
  [...]

Because some catalogs created in previous tests weren't deleted.

A few tests were still creating catalog names "manually".
Depending on the order of test execution, you could see
test failures, e.g. in `ManagementServiceIntegrationTest#testListCatalogs()`:

```
expected:
  []
 but was:
  [...]
```

Because some catalogs created in previous tests weren't deleted.
@adutra adutra force-pushed the integration-tests-catalog-name-fixes branch from 645dbe7 to 10d89c4 Compare January 15, 2025 11:37
Copy link
Contributor

@dimas-b dimas-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, @adutra !

@adutra adutra merged commit bdc23f3 into apache:main Jan 15, 2025
5 checks passed
@adutra adutra deleted the integration-tests-catalog-name-fixes branch January 15, 2025 15:05
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