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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed unit test failure in Tumbleweed (Ruby 3.1) (bsc#1198982) #40

Merged
merged 1 commit into from
May 4, 2022

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Apr 28, 2022

Problem

  • Fixed unit test failure in Tumbleweed (Ruby 3.1):
undefined symbol: _Z10y2_requirePKc - /usr/lib64/ruby/vendor_ruby/3.1.0/x86_64-linux-gnu/yast/builtinx.so

Solution

  • Simple adding require "yast" fixed the problem... 馃

Testing

  • The GitHub Action is now green

@@ -18,6 +18,8 @@

$:.unshift(File.expand_path("../../src/lib", __FILE__))

require "yast"
Copy link
Member

Choose a reason for hiding this comment

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

I am nnot sure, but probably line above is no longer needed if you properly set Y2DIR and then require yast

@lslezak lslezak merged commit fd82788 into master May 4, 2022
@lslezak lslezak deleted the test_fix branch May 4, 2022 07:02
@yast-bot
Copy link

yast-bot commented May 4, 2022

鉁旓笍 Public Jenkins job #23 successfully finished
鉁旓笍 Created OBS submit request #974820

@yast-bot
Copy link

鉁旓笍 Internal Jenkins job #15 successfully finished
鉁旓笍 Created IBS submit request #276683

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants