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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCIのimageでUbuntu 20.04を指定すると動かないテストがある #252

Open
yuiseki opened this issue Jul 17, 2021 · 1 comment

Comments

@yuiseki
Copy link
Member

yuiseki commented Jul 17, 2021

#245 (comment)

@takano32
Copy link
Member

CircleCI のログで失敗と成功で差分とりました。

--- fail	2021-07-17 10:50:03.000000000 +0900
+++ succ	2021-07-17 10:50:21.000000000 +0900
@@ -42,6 +42,12 @@
 test get_orgname_by_url
 	passed
 test get_title_by_res
+	passed
+test get_title_by_res
+	passed
+test get_title_by_res
+	passed
+skip get_desc_by_res https://www.pref.oita.jp/soshiki/14040/sodanmadoguti1.html
 [RUN]: wget_test.sh
 test get_target_urls
 	passed
@@ -49,8 +55,6 @@
 	passed
 ----
 [TESTS]:    9
-[SUCCESS]:  8
-[FAIL]:     1
-
-Exited with code exit status 1
-CircleCI received exit code 1
+[SUCCESS]:  9
+[FAIL]:     0
+CircleCI received exit code 0

どうやら

test get_title_by_res
+	passed
+test get_title_by_res
+	passed
+test get_title_by_res
+	passed
+skip get_desc_by_res https://www.pref.oita.jp/soshiki/14040/sodanmadoguti1.html

get_title_by_res の二軒目のテストが Ubuntu 20.04 LTS では通らない状況に見えますね。

@takano32 takano32 changed the title CircleCIのimageでUbuntu 20.04を指定すると動かない CircleCIのimageでUbuntu 20.04を指定すると動かないテストがある Jul 17, 2021
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

No branches or pull requests

2 participants