8000 Tests KIVA fixes by brgix · Pull Request #34 · rd2/tbd_tests · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tests KIVA fixes #34

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

Merged
merged 6 commits into from
Nov 22, 2024
Merged

Tests KIVA fixes #34

merged 6 commits into from
Nov 22, 2024
10000

Conversation

brgix
Copy link
Member
@brgix brgix commented Nov 20, 2024

Testing fixes introduced in this TBD PR.

@brgix brgix added the bug Something isn't working label Nov 20, 2024
@brgix brgix self-assigned this Nov 20, 2024
@@ -267,15 +267,15 @@
"type": "number"
},
"corner": {
"title": "Any wall corner [0°,135°) or (225°,360°] PSI",
"title": "Any wall corner [0deg,135deg) or (225deg,360deg] PSI",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linked to this comment. Fix works for both SDK v3.8.0 & v3.9.0.

More fixing to do ...

s.add_development_dependency "openstudio-common-measures", "~> 0.10.0"
s.add_development_dependency "openstudio-model-articulation", "~> 0.10.0"
s.add_development_dependency "openstudio-common-measures", "~> 0.11.0"
s.add_development_dependency "openstudio-model-articulation", "~> 0.11.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... not the issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good update though

@@ -157,5 +157,4 @@ jobs:
docker exec -t test ls
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker exec -t test bundle exec rake suites_run
Copy link
Member Author
@brgix brgix Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to isolate the OpenStudio-Standards gem issue (prototype test suite) for now. OK with skipping the prototype test suite altogether when it comes to a bleeding edge version of the OpenStudio/SDK (v3.9.0 was just released last week). Can certainly wait for the next release.

@@ -11033,6 +11033,45 @@
expect(model).to_not be_empty
model = model.get

# Fetch all 5 outdoor-facing walls of the Open Area space.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Harmonized with test changes here.

@@ -22,7 +22,7 @@

require 'openstudio-standards'

if OpenstudioStandards::VERSION >= '0.6.0' and OpenstudioStandards::VERSION <= '0.6.3'
if OpenstudioStandards::VERSION >= '0.6.0'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works locally. All good. Thanks @macumber
Hadn't re-checked this, as it's working just fine for SDK v3.8.0.

@brgix brgix merged commit a08b1ee into develop Nov 22, 2024
9 checks passed
@brgix brgix deleted the exposed branch November 22, 2024 21:32
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

Successfully merging this pull request may close these issues.

2 participants
0