Track no build output - #56
Merged
estebanzimanyi merged 1 commit intoAug 31, 2026
Merged
Conversation
`benchmark/lib/libmeos.so` is a 5.9 MB library in the tree, and `benchmark/pom.xml` made it the default `meos.lib.dir`, so a local `mvn test` loads it while CI loads the one it has just built. It answers for neither S2CELL nor POSECHAIN — `ts2cell_in` and `tposechain_in` are absent from it while `temporal_merge` is there — so the surface the generator emits from today's catalog is wider than the library those tests run against. The module drops the override and inherits `/usr/local/lib` from the parent, as `binding` does, and the library comes from the build that produced the catalog. `benchmark/dependency-reduced-pom.xml` is the shade plugin's rewritten pom. Both paths are ignored now, so neither returns. `benchmark/DockerfileSQL` names an image nothing builds: no script, workflow or compose file mentions it, against the nine references `run_query.sh` carries. Its `sql.*SQLTest` classes are the module's own tests and stay; only the wrapper goes. A full `tools/refresh-from-master.sh` builds green against the installed library: 7 binding and 12 benchmark tests, 0 skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
benchmark/lib/libmeos.sois a 5.9 MB library in the tree, andbenchmark/pom.xmlmade it the default
meos.lib.dir, so a localmvn testloads it while CI loadsthe one it has just built. It answers for neither S2CELL nor POSECHAIN —
ts2cell_inandtposechain_inare absent from it whiletemporal_mergeisthere — so the surface the generator emits from today's catalog is wider than the
library those tests run against. The module drops the override and inherits
/usr/local/libfrom the parent, asbindingdoes, and the library comes fromthe build that produced the catalog.
benchmark/dependency-reduced-pom.xmlis the shade plugin's rewritten pom. Bothpaths are ignored now, so neither returns.
benchmark/DockerfileSQLnames an image nothing builds: no script, workflow orcompose file mentions it, against the nine references
run_query.shcarries. Itssql.*SQLTestclasses are the module's own tests and stay; only the wrapper goes.A full
tools/refresh-from-master.shbuilds green against the installed library:7 binding and 12 benchmark tests, 0 skipped.