-
Notifications
You must be signed in to change notification settings - Fork 33
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
Test reorg #358
Test reorg #358
Conversation
73735d2
to
e7853dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SaltyDavidselph overall this looks good. The only thing is I don't want this PR to change the pgrx
version PL/Rust currently uses. So please set them all back to 0.9.7
.
Once that's done and we confirm CI still works we can merge this.
plrust-tests/Cargo.toml
Outdated
|
||
[dependencies] | ||
pgrx = "=0.9.7" | ||
tempdir = "0.3.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tempdir = "0.3.7" | |
tempfile = "0.3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this was the wrong suggestion. I'm silly.
The new `plrust-tests` create is a standalone pgrx crate that only contains the unit tests from `plrust`. These were copied over verbatim. To run the tests: ```shell $ cd plrust-tests $ ./run-tests.sh pgXX [test_name] ```
each new rs covers an area of test
…t-tests run-tests.sh
0a86c5e
to
5762750
Compare
Rebased and pulled out the additional test added by #373. |
Somehow pulling out the test broke it, so I am going to leave that for a later PR to examine, this one has been waiting long enough. |
No description provided.