You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we set force_rebuild to true, we would expect that build steps such as AnalyzeTestContainer would get rebuilt
However, the AnalyzeTestContainer implements the is_rebuild_requested method with a simple false, it needs to check the build_config().force_rebuild config
…ue (#315)
* Fixed that test container gets rebuild when force_rebuild is true
* Sped up the test_api_build_test_container by using a mock test_container_content with an empty Dockerfile.
Background
force_rebuild
totrue
, we would expect that build steps such asAnalyzeTestContainer
would get rebuiltAnalyzeTestContainer
implements theis_rebuild_requested
method with a simplefalse
, it needs to check thebuild_config().force_rebuild config
integration-test-docker-environment/exasol_integration_test_docker_environment/lib/test_environment/analyze_test_container.py
Line 44 in f9698db
Acceptance Criteria
build_config().force_rebuild config
inis_rebuild_requested
The text was updated successfully, but these errors were encountered: