Closed matthiasdiener closed 3 months ago
This is ready for a first look @majosm @MTCam @inducer. The production tests probably have no chance of succeeding (but I think this isn't the goal).
I don't have a problem with anything being done here, except the hamstringing of the prediction tests. If prediction tests can't be run, then nothing can stop us from checking things in that break prediction - which has caused us great trouble multiple times in the not-too-distant past.
I don't have a problem with anything being done here, except the hamstringing of the prediction tests. If prediction tests can't be run, then nothing can stop us from checking things in that break prediction - which has caused us great trouble multiple times in the not-too-distant past.
Just to clarify, this PR currently includes changing the production
branches of depending packages to main
(https://github.com/illinois-ceesd/mirgecom/pull/1048/commits/596894d871c06c0b8671898b661e097d6b5a4d9b). This is temporary, to demonstrate that the non-coupling-needing tests can pass. This will be reversed in case this PR is going to be merged.
I don't have a problem with anything being done here, except the hamstringing of the prediction tests. If prediction tests can't be run, then nothing can stop us from checking things in that break prediction - which has caused us great trouble multiple times in the not-too-distant past.
Just to clarify, this PR currently includes changing the
production
branches tomain
(596894d). This is temporary, to demonstrate that the non-coupling-needing tests can pass. This will be reversed in case this PR is going to be merged.
Ah, I see now. So is the plan that external packages can do their "upstream mirgecom tests" in CI by using run-examples.sh
, and only compatible tests will be run?
I don't have a problem with anything being done here, except the hamstringing of the prediction tests. If prediction tests can't be run, then nothing can stop us from checking things in that break prediction - which has caused us great trouble multiple times in the not-too-distant past.
Just to clarify, this PR currently includes changing the
production
branches tomain
(596894d). This is temporary, to demonstrate that the non-coupling-needing tests can pass. This will be reversed in case this PR is going to be merged.Ah, I see now. So is the plan that external packages can do their "upstream mirgecom tests" in CI by using
run-examples.sh
, and only compatible tests will be run?
Yes, run-examples.sh
, or pytest.
I don't have a problem with anything being done here, except the hamstringing of the prediction tests. If prediction tests can't be run, then nothing can stop us from checking things in that break prediction - which has caused us great trouble multiple times in the not-too-distant past.
Just to clarify, this PR currently includes changing the
production
branches tomain
(596894d). This is temporary, to demonstrate that the non-coupling-needing tests can pass. This will be reversed in case this PR is going to be merged.Ah, I see now. So is the plan that external packages can do their "upstream mirgecom tests" in CI by using
run-examples.sh
, and only compatible tests will be run?Yes,
run-examples.sh
, or pytest.
I don't think it can be "or". Upstream pkg's dowstream mirgecom tests should include the examples, at least, if not exclusively.
This is ready for review. The Production CI error is due to a merge issue.
Followup of #898.
TODO:
needs https://github.com/inducer/arraycontext/pull/269main
(undo https://github.com/illinois-ceesd/mirgecom/pull/1048/commits/596894d871c06c0b8671898b661e097d6b5a4d9b)Questions for the review: