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

BUG: Manual Actions suppressed by build cache #141

Open
ewilkins-csi opened this issue Jun 12, 2024 · 0 comments
Open

BUG: Manual Actions suppressed by build cache #141

ewilkins-csi opened this issue Jun 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ewilkins-csi
Copy link
Contributor

ewilkins-csi commented Jun 12, 2024

Description

When generating code from new MDA models, sometimes manual actions aren't printed because of the Maven build cache.

Steps to Reproduce

  1. Create a new project
  2. Add a simple data-delivery pipeline example
  3. Run ./mvnw clean install and follow manual actions
  4. Repeat until no more actions are printed
  5. Run ./mvnw clean install -Dmaven.build.cache.skipCache
  6. New manual actions are printed

Expected Behavior

All manual actions are still resolved, and no more appear just because the cache is skipped.

Actual Behavior

The build cache has suppressed some manual actions, and so new actions are printed when building with the cache disabled.

Additional Context

Version: aiSSEMBLE 1.7.0
"Left-over" actions:

[WARNING] ------------------------------------------------------------------------
[WARNING] Manual Action #1
[WARNING] ------------------------------------------------------------------------
[WARNING] 
In verify-release-deploy/src/main/resources/apps/s3-local/values.yaml:
Remove the empty "[]" from "buckets: []" and include the following content to the list:

    - name: spark-infrastructure
      keys:
      - spark-events/

[WARNING] ------------------------------------------------------------------------
[WARNING] Manual Action #2
[WARNING] ------------------------------------------------------------------------
[WARNING] You must add the following to Tiltfile to configure it for local deployment!

# vault
docker_build(  
    ref='verify-release-vault-docker',
    context='verify-release-docker/verify-release-vault-docker',
    build_args=build_args,
    dockerfile='verify-release-docker/verify-release-vault-docker/src/main/resources/docker/Dockerfile'
)
@ewilkins-csi ewilkins-csi added the bug Something isn't working label Jun 12, 2024
@ewilkins-csi ewilkins-csi added this to the 1.8.0 milestone Jun 12, 2024
@csun-cpointe csun-cpointe modified the milestones: 1.8.0, 1.9.0 Aug 5, 2024
@ewilkins-csi ewilkins-csi modified the milestones: 1.9.0, 1.10.0 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants