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

Repo tests for c needs a clean slate #1035

Open
prabhu opened this issue May 3, 2024 · 0 comments
Open

Repo tests for c needs a clean slate #1035

prabhu opened this issue May 3, 2024 · 0 comments

Comments

@prabhu
Copy link
Contributor

prabhu commented May 3, 2024

For c language, atom is invoked to create the usages slices. Due to some recent optimizations, any existing .atom and slices file gets reused. Since repotests for c is getting invoked from a parent directory, slices belonging to previous executions are getting reused. This is evident from the following output where java files are reported for c.

╔═══════════════════════════╤═════════════════════════════════════╤═══════════════════════════╤═════════════════╗
║ Group                     │ Name                                │                   Version │ Scope           ║
╚═══════════════════════════╧═════════════════════════════════════╧═══════════════════════════╧═════════════════╝
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────╢
║ src/main/java/org/joychou │ Application                         │                           │                 ║
╚═══════════════════════════╧═════════════════════════════════════╧═══════════════════════════╧═════════════════╝
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────╢
║ src/main/java/org/joychou │ Constants                           │                           │                 ║
║ /config                   │                                     │                           │                 ║
╚═══════════════════════════╧═════════════════════════════════════╧═══════════════════════════╧═════════════════╝
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────╢
║ src/main/java/org/joychou │ CsrfTokenBean                       │                           │                 ║
║ /config                   │                                     │                           │                 ║
╚═══════════════════════════╧═════════════════════════════════════╧═══════════════════════════╧═════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant