Skip to content

Commit

Permalink
Remote FIXME from envtest
Browse files Browse the repository at this point in the history
The map_cell0 call moved from conductor dbsync job to a cell mapping job
run from the nova controller. This happened while the envtest name
handling refactor was in flight. So the FIXME is now resolved.
  • Loading branch information
gibizer authored and openshift-merge-robot committed Jun 5, 2023
1 parent 608af8f commit 5289d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions test/functional/nova_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ var _ = Describe("Nova controller", func() {
)
Expect(mappingJobScript.Data).Should(HaveKeyWithValue(
"ensure_cell_mapping.sh", ContainSubstring("nova-manage cell_v2 update_cell")))
Expect(mappingJobScript.Data).Should(HaveKeyWithValue(
"ensure_cell_mapping.sh", ContainSubstring("nova-manage cell_v2 map_cell0")))

Eventually(func(g Gomega) {
nova := GetNova(novaNames.NovaName)
Expand Down
3 changes: 0 additions & 3 deletions test/functional/novaconductor_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ var _ = Describe("NovaConductor controller", func() {
"dbsync.sh", ContainSubstring("nova-manage db sync")))
Expect(scriptMap.Data).Should(HaveKeyWithValue(
"dbsync.sh", ContainSubstring("nova-manage api_db sync")))
// FIXME(bogdando): have I lost this change upon rebasing?
//Expect(scriptMap.Data).Should(HaveKeyWithValue(
// "dbsync.sh", ContainSubstring("nova-manage cell_v2 map_cell0")))
})

It("stored the input hash in the Status", func() {
Expand Down

0 comments on commit 5289d6d

Please sign in to comment.